Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created May 5, 2020 09:00
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 abhishek-shrm/4615a48897dca7bf199e5eb28eb1a5f4 to your computer and use it in GitHub Desktop.
Save abhishek-shrm/4615a48897dca7bf199e5eb28eb1a5f4 to your computer and use it in GitHub Desktop.
# Evaluating on Test set
rfc_pred_test = rfc.predict(X_test)
print('Testing Set Evaluation F1-Score=>',f1_score(Y_test,rfc_pred_test))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment