-
Notifications
You must be signed in to change notification settings - Fork 0
/
doit.bat
6 lines (6 loc) · 1.2 KB
/
doit.bat
1
2
3
4
5
6
CALL python train_regression_model.py data/sampled_points_2024_01_22_with_holdback_id.gpkg ./config_files/model_hansen.csv --interaction_ids gf_5.0_fc_stack_hansen_forest_cover2014_compressed --prefix hansen_
CALL python train_regression_model.py data/sampled_points_2024_01_22_with_holdback_id.gpkg ./config_files/model_hansen_and_esa.csv --interaction_ids gf_5.0_fc_stack_hansen_forest_cover2014_compressed gf_5.0_masked_forest_ESACCI-LC-L4-LCCS-Map-300m-P1Y-2014-v2.0.7 --prefix hansen_and_esa_
CALL python train_regression_model.py data/sampled_points_2024_01_22_with_holdback_id.gpkg ./config_files/model_lat_lng.csv --prefix lat_lng_
CALL python train_regression_model.py data/sampled_points_2024_01_22_with_holdback_id.gpkg ./config_files/model_no_forest_edge.csv --prefix no_forest_edge_
CALL python train_regression_model.py data/sampled_points_2024_01_22_with_holdback_id.gpkg ./config_files/model_esa.csv --interaction_ids gf_5.0_masked_forest_ESACCI-LC-L4-LCCS-Map-300m-P1Y-2014-v2.0.7 --prefix esa_
CALL python train_regression_model.py data/sampled_points_2024_01_22_with_holdback_id.gpkg ./config_files/model_hansen_lat.csv --interaction_ids gf_5.0_fc_stack_hansen_forest_cover2014_compressed --prefix hansen_lat_