Leonardomav / RP-Project

Weather Prediction in Australia
1 stars 0 forks source link

Create testing pipeline #1

Open soren5 opened 5 years ago

soren5 commented 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.

soren5 commented 5 years ago

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.