You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.
In the example data file header should be
pred_score
instead ofpred-score
Create a TSV with columns 'pred_score' and 'actual'. Save it to
your_model_name.tsv
. The columns should be separated by tabs. In each row:actual
should be 0 or 1 (True/False also work)pred_score
should be the score the model determined.example_data/
The text was updated successfully, but these errors were encountered: