UBC-MDS / New_Businesses_Survival_Prediction

MIT License
0 stars 0 forks source link

Params for evaluation scripts #26

Open Prabh95 opened 11 months ago

Prabh95 commented 11 months ago

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.

Prabh95 commented 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