8000 fixed parameter in examples · thismlguy/scikit-learn@1f17578 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f17578

Browse files
aarshayjthismlguy
authored andcommitted
fixed parameter in examples
1 parent 05e86a8 commit 1f17578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/svm/plot_rbf_parameters.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def __call__(self, value, clip=None):
185185

186186
plt.figure(figsize=(10, 10))
187187
plt.subplots_adjust(left=.2, right=0.95, bottom=0.15, top=0.95)
188-
plot_gridsearch_results(grid.cv_results_, param_grid=param_grid,
189-
title="Validation accuracy", cmap=plt.cm.hot,
188+
plot_gridsearch_results(grid.cv_results_, title="Validation accuracy",
189+
cmap=plt.cm.hot,
190190
norm=MidpointNormalize(vmin=0.2, midpoint=0.92))
191191
plt.show()

0 commit comments

Comments
 (0)
0