Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created May 5, 2020 08:58
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/3c9ae80d817c5e0b3ddb53e566eaa0f2 to your computer and use it in GitHub Desktop.
Save abhishek-shrm/3c9ae80d817c5e0b3ddb53e566eaa0f2 to your computer and use it in GitHub Desktop.
# Evaluation on Training set
dt_pred_train = dt.predict(X_train)
print('Training Set Evaluation F1-Score=>',f1_score(Y_train,dt_pred_train))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment