Skip to content
Snippets Groups Projects
Commit c60702be authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Added configuration file.

parent abe479b8
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,11 @@ DEM_FEATURES = False
# stratify training/validation set for precipitation by number of wet days
STRATIFY = True
# size of the validation set w.r.t. the training set
# e.g., VALID_SIZE = 0.1 means: 90% of CALIB_PERIOD for training
# 10% of CALIB_PERIOD for validation
VALID_SIZE = 0.1
# whether to train using cross-validation
CV = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment