Skip to content

Instantly share code, notes, and snippets.

@aravindpai
Last active December 6, 2022 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aravindpai/326038cc2a2c8044971cd7a8ce55cccf to your computer and use it in GitHub Desktop.
Save aravindpai/326038cc2a2c8044971cd7a8ce55cccf to your computer and use it in GitHub Desktop.
from sklearn.metrics import classification_report
y_pred = rfc.predict(x_val)
print(classification_report(y_val,y_pred))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment