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
Make a python script (.py) that takes as input one test set and outputs the same test set with added column: 1 column per seed type. Use argparse for argument parsing. Pass input test file and output test file with added columns as arguments.
Run this python script on all test sets (Klimentova test, Hejret test, Manakov test and Manakov leftout).
TASK COMPLETED :) You will have created a script that applies a seed model to our evaluation datasets (the test sets). We can use this as a baseline, to compare ML models performance to a simple rule-based model.
.py) that takes as input one test set and outputs the same test set with added column: 1 column per seed type. Useargparsefor argument parsing. Pass input test file and output test file with added columns as arguments.TASK COMPLETED :) You will have created a script that applies a seed model to our evaluation datasets (the test sets). We can use this as a baseline, to compare ML models performance to a simple rule-based model.