GradientBoostingRegressor(learning_rate=1.0, max_depth=2, n_estimators=3,\n", " random_state=42)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
GradientBoostingRegressor(learning_rate=1.0, max_depth=2, n_estimators=3,\n", " random_state=42)
GradientBoostingRegressor(learning_rate=0.05, max_depth=2, n_estimators=500,\n", " n_iter_no_change=10, random_state=42)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
GradientBoostingRegressor(learning_rate=0.05, max_depth=2, n_estimators=500,\n", " n_iter_no_change=10, random_state=42)