Andreas Mueller
Andreas Mueller
docs?
This looks amazing. Could you maybe write some docs? Maybe I overlooked them. What's the syntax for specifying links? Currently nbconvert doesn't even have links inside a single notebook, right?
I saw you implemented bayesian GMMs that are also in scikit-learn. Have you checked out the new versions? How do they compare to yours?
Hi. Could you please try running your benchmark with scikit-learn 0.19.1? Thanks! Andy
~~Maybe using `_LearntSelectorMixin`~~ That doesn't apply any more, but we still might want to do some basic testing.
Hey. I ran ``series.replace(some_things, "other")`` which works with an index in pandas, but not in Koalas. Is there a plan to support it? In particular, this was n Int64Index that...
In pandas doing ```python pandas_series == [1, 2, 3] ``` does element wise comparison if the length matches. I koalas, this doesn't seem to be supported. Is that something you...
I don't think it makes sense to plot different functions for logistic loss and cross-entropy loss as they are essentially two names for the same thing. Sometimes these names are...
Hey! How did you determine the parameter ranges for all the models? And have you thought about the implications of having them specified by name and not by model (i.e....
The docs say "If you use the khmer software, you must cite:" But the license listed later is BSD. You should either change the license (which might be hard given...
This might be relevant to your interests possibly: https://github.com/scikit-learn/scikit-learn/pull/9251 btw, animl is impossible to google ;)