Skip to content

Instantly share code, notes, and snippets.

@amandaiglesiasmoreno
Created November 22, 2021 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amandaiglesiasmoreno/16850654ec95a3972cc58077a1a9ab7f to your computer and use it in GitHub Desktop.
Save amandaiglesiasmoreno/16850654ec95a3972cc58077a1a9ab7f to your computer and use it in GitHub Desktop.
# print classification report
print(classification_report(y_test, random_search_predictions))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment