CONABIO / antares3

Madmex with open data cube and in python3
2 stars 2 forks source link

set sp in model_fit command #38

Open palmoreck opened 5 years ago

palmoreck commented 5 years ago

to fit model:

antares model_fit -model lgb -p landsat_colombia_001_recipe_2015 -t train_colombia_workshop --region workshop  --name lgb_landsat_colombia_workshop_2015 --sample 0.3 --remove-outliers -extra n_estimators=150 -sc /shared_volume/scheduler.json

is missing sp although default is mean but when testing for workshop at colombia it was necessary to set it

antares model_fit -model lgb -p landsat_colombia_001_recipe_2015 -t train_colombia_workshop --region workshop -sp mean --name lgb_landsat_colombia_workshop_2015 --sample 0.3 --remove-outliers -extra n_estimators=150 -sc /shared_volume/scheduler.json