Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Created April 27, 2020 05:41
Show Gist options
  • Save Alakhator/a4cad092b2e7dc46598d95bf76b6778f to your computer and use it in GitHub Desktop.
Save Alakhator/a4cad092b2e7dc46598d95bf76b6778f to your computer and use it in GitHub Desktop.
scores = cross_val_score(best_clf_random, 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