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 5231792 commit 3a9b423Copy full SHA for 3a9b423
python_scripts/parameter_tuning_grid_search.py
@@ -124,9 +124,13 @@
124
# Let's see how to use the `GridSearchCV` estimator for doing such search. Since
125
# the grid-search is costly, we only explore the combination learning-rate and
126
# the maximum number of nodes.
127
+### Cross-Validation Visualization
128
+
129
+
130
+#This diagram illustrates how GridSearchCV uses cross-validation to split the dataset during hyperparameter tuning.
131
-# %%
132
# %%time
133
134
from sklearn.model_selection import GridSearchCV
135
136
param_grid = {
0 commit comments