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 83b21a4 commit 8b46c61Copy full SHA for 8b46c61
examples/ensemble/plot_partial_dependence.py
@@ -69,7 +69,7 @@ def main():
69
random_state=1)
70
names = cal_housing.feature_names
71
72
- print("Training GBRT...", flush=True, end='')
+ print("Training GBRT...")
73
clf = GradientBoostingRegressor(n_estimators=100, max_depth=4,
74
learning_rate=0.1, loss='huber',
75
0 commit comments