signaux-faibles / predictsignauxfaibles

Dépôt du code python permettant la production de liste de prédiction Signaux Faibles.
MIT License
6 stars 1 forks source link

Use local data instead of fetching database for model run #78

Open slebastard opened 3 years ago

slebastard commented 3 years ago

It would be useful for most R&D tasks to be able to train a model using data stored as csv files on labtenant instead of fetching data from our database for every new run.

We could add a new options --train_from_file <filepath>, --test_from_file <filepath> and --predict_from_file <filepath> and create a function main.fetch_data(), which would: