Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Created April 27, 2020 05:37
Show Gist options
  • Save Alakhator/feb1f69c47cdf64a7958875cbd3b7128 to your computer and use it in GitHub Desktop.
Save Alakhator/feb1f69c47cdf64a7958875cbd3b7128 to your computer and use it in GitHub Desktop.
scores = cross_val_score(best_clf_grid, X_train, Y_train, cv=5, scoring='f1_macro')
scores.mean()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment