Re: [scikit-learn] Gradient Boosting: Feature Importances do not sum to 1

2016-08-31 Thread Douglas Chan
Thanks for your reply, Raphael. Here’s some code using the Boston dataset to reproduce this. === START CODE === import numpy as np from sklearn import datasets from sklearn.ensemble import GradientBoostingRegressor boston = datasets.load_boston() X, Y = (boston.data, boston.target) n_estimato

Re: [scikit-learn] Declaring numpy and scipy dependencies?

2016-08-31 Thread Andreas Mueller
On 07/28/2016 03:16 PM, Matthew Brett wrote: On Thu, Jul 28, 2016 at 8:10 PM, Andreas Mueller wrote: On 07/28/2016 03:04 PM, Matthew Brett wrote: On Thu, Jul 28, 2016 at 7:55 PM, Sebastian Raschka wrote: I think that should work fine for the `pip install scikit-learn`, however, I think th

Re: [scikit-learn] MLPClassifier release

2016-08-31 Thread Andreas Mueller
On 08/30/2016 10:20 PM, Gartland, Myles wrote: Curious when .18 will be released. I am specifically interested in the MLPClassifier to show my students in class. Not sure I want them on the dev fork just yet. Release candidate probably next week. Andy ___

[scikit-learn] MLPClassifier release

2016-08-31 Thread Gartland, Myles
Curious when .18 will be released. I am specifically interested in the MLPClassifier to show my students in class. Not sure I want them on the dev fork just yet. ___ scikit-learn mailing list [email protected] https://mail.python.org/mailman/listi