pipeline.evaluation package¶
Submodules¶
pipeline.evaluation.eval_old_models module¶
pipeline.evaluation.evaluation module¶
pipeline.evaluation.make_precision_recall_at_k_graphs module¶
pipeline.evaluation.run module¶
-
pipeline.evaluation.run.main(eval_config_file)[source]¶ Runs evaluation code to generate metrics for models in the models table, stash them in a csv, and upload them in bulk to the metrics table.
Parameters: config_file_name (str) – path to evaluation configuration file Returns: None – always returns None as default Return type: None