Skip to content

Instantly share code, notes, and snippets.

@rikturr
Created July 21, 2020 14:33
Show Gist options
  • Save rikturr/7f1153688681e4f3dd3fea4b35ceba9b to your computer and use it in GitHub Desktop.
Save rikturr/7f1153688681e4f3dd3fea4b35ceba9b to your computer and use it in GitHub Desktop.
run grid search!
grid_search.fit(taxi[features], taxi[y_col])
print(grid_search.best_score_)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment