We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35bfd5 commit 8897c6dCopy full SHA for 8897c6d
examples/ensemble/plot_partial_dependence.py
@@ -67,7 +67,7 @@
67
68
print('_' * 80)
69
print("Training GBRT...")
70
-clf = GradientBoostingRegressor(n_estimators=800, max_depth=4,
+clf = GradientBoostingRegressor(n_estimators=100, max_depth=4,
71
learning_rate=0.1, loss='huber',
72
random_state=1)
73
clf.fit(X_train, y_train)
0 commit comments