Open soren5 opened 5 years ago
There should be a component that receives a Pipeline object and will run all the planned tests and collect the results automatically.
This tool will be used to power the testing script.
Using https://scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html#sklearn.metrics.classification_report to gather metrics. Precision recall and f1-score are being used for now.
There should be a component that receives a Pipeline object and will run all the planned tests and collect the results automatically.
This tool will be used to power the testing script.