Skip to content

Commit c525b87

Browse files
authored
Update README.md
1 parent bc018d2 commit c525b87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ param = {"n_neighbors": [int(x) for x in np.linspace(1, 60, 30)],
3737
search = sk.HyperSearch(kn, X, y, params=param)
3838
search.search()
3939

40-
#apply best parameters
40+
#gather and apply the best parameters
4141
kn.set_params(**search.best_params)
4242

4343
#view run results

0 commit comments

Comments
 (0)