Skip to content

Instantly share code, notes, and snippets.

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