Open Prabh95 opened 11 months ago
Based on our discussion I added the below params for the evaluation script:
@click.option('--test-data', type=str, required=True, help="Path to test data") # data/processed @click.option('--pipeline-from', type=str, required=True, help="Path where the fit model is saved") # results/models @click.option('--results-to', type=str, required=True, help="Path to the results folder where all metrics are saved") #results/tables
I have added the params for the model script.
But I need to add an evaluation script as well to test our model.
Need to: write the script and thing about the params for it.