1 parent bc018d2 commit c525b87Copy full SHA for c525b87
1 file changed
README.md
@@ -37,7 +37,7 @@ param = {"n_neighbors": [int(x) for x in np.linspace(1, 60, 30)],
37
search = sk.HyperSearch(kn, X, y, params=param)
38
search.search()
39
40
-#apply best parameters
+#gather and apply the best parameters
41
kn.set_params(**search.best_params)
42
43
#view run results
0 commit comments