From 49b85fa7bc2eb37bb98f2600b4c7d4f0279474f2 Mon Sep 17 00:00:00 2001 From: Frits Hermans Date: Wed, 29 Jan 2025 16:01:59 +0100 Subject: [PATCH] Update ensemble_sol_03.py Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com> --- python_scripts/ensemble_sol_03.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_scripts/ensemble_sol_03.py b/python_scripts/ensemble_sol_03.py index 2086ad366..55f882443 100644 --- a/python_scripts/ensemble_sol_03.py +++ b/python_scripts/ensemble_sol_03.py @@ -111,7 +111,7 @@ # %% [markdown] tags=["solution"] # We see that the number of trees used is far below 1000 with the current # dataset. Training the gradient boosting model with the entire 1000 trees would -# have been harmful. +# have been detrimental. # %% [markdown] # Estimate the generalization performance of this model again using the