NOAA-PSL / model_error_correction_with_ai

0 stars 2 forks source link

add new training/test options #12

Closed frolovsa closed 1 year ago

frolovsa commented 1 year ago

check_model.py get_test_dataset and get_train_dataset add new hyperparameter test_slice and train_valid_slice or idx_include

preprocess.py -- add subsampling later

training.py -- add the same logic as check_model.py get_test_dataset

submit_monitor.py params_space -- specify new slices

frolovsa commented 1 year ago

closed with #15