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
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
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
___
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