DerWeh

Results 43 comments of DerWeh

@paulbkoch While the code is not nearly as elegant yet as I would like it to be, this is a first working version of the PR. It would be great...

@paulbkoch I'll answer your comments in detail as soon as I find the time. For now, I just can give a more general remark: Currently, I kept the EBMModel and...

> Hi @DerWeh -- I just noticed something a bit concerning. I downloaded the documentation produced from the PR and the documentation for the ExplainableBoostingClassifier and ExplainableBoostingRegressor is missing. Not...

Sorry for the wait, didn't manage to spend much time on it the last week. Indeed, we only use [Annotated](https://typing-extensions.readthedocs.io/en/latest/index.html#typing_extensions.Annotated) from `typing_extensions`, which is available in the standard library [typing](https://docs.python.org/3/library/typing.html#typing.Annotated)...

@bfredl I think there is already the solution to this limitation. The most maintained fork of `vim-ipython` is by [wilywampa](https://github.com/wilywampa), he added a lot of improvement, you should look into...

I did some testing, apparently it works with `ipython console` but not with `jupyter console`. Sadly I have no insight how it works to fix this. How does it help...

A picture tells more than words: ![foldcomparision](https://user-images.githubusercontent.com/22542812/33454237-83a78220-d618-11e7-976f-c27a23303b8f.png) If you look at the left site, you see that the text in the folds is properly indented. Everything starts where it would...

@tuyenpm9 I agree that it is a matter of preference (and my fold-text surely isn't optimal, neither is my colorscheme). I myself am hardly ever interested in the number of...

There a probably some issues with my function. It was mostly try and error until I found the result to be acceptable. @tuyenpm9 I am not exactly sure what you...

I worked a bit on the fold text and came up with something rather satisfying: ```vim scriptencoding utf-8 let s:docstring_re = '^\s*[bBfFrRuU]\{0,2}\\\@