Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 546 Bytes

PREDICTION.md

File metadata and controls

18 lines (10 loc) · 546 Bytes

Prediction

Description:
  1. Runs all specified models and runs against the specified dataset
  2. Saves the results of the run
  3. Can be used to create graphs

1. Create train config in configs like prediction_.yml

Example: example_config_files/prediction_example.yml In the train config you can choose models, dataset and metrics

2. python run_train --config-yml configs/prediction_<something>.yml

The results will be files with model/metrics saved in path_to_project/predictions folder <br>