Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Last active October 4, 2020 17:34
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/d5c5e357f9055d19482e3e080956c72d to your computer and use it in GitHub Desktop.
Save abhishek-shrm/d5c5e357f9055d19482e3e080956c72d to your computer and use it in GitHub Desktop.
# Evaluating on validation set
val_precision,val_recall,val_Fmeasure=evaluate_micro_average(df_val['keys'].values,df_val['pred_keys'])
print('Precision=>',val_precision)
print('Recall=>',val_recall)
print('F-measure=>',val_Fmeasure)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment