Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

README.md typo #15

Open
jonathandinu opened this issue Jul 24, 2015 · 3 comments
Open

README.md typo #15

jonathandinu opened this issue Jul 24, 2015 · 3 comments

Comments

@jonathandinu
Copy link
Contributor

In the example data file header should be pred_score instead of pred-score

  1. 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.
    • See the examples in example_data/
    • For example:
    actual  TYPO -> pred-score
    False   0.2
    True    0.8
    True    0.7
    False   0.3
    
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@jonathandinu and others