more updates
This commit is contained in:
@@ -303,7 +303,7 @@ def load_config() -> WorkerConfig:
|
||||
tune_hyperparameters=read_env_bool("RAIN_TUNE_HYPERPARAMETERS", False),
|
||||
max_hyperparam_trials=read_env_int("RAIN_MAX_HYPERPARAM_TRIALS", 12),
|
||||
calibration_methods=read_env("RAIN_CALIBRATION_METHODS", "none,sigmoid,isotonic"),
|
||||
threshold_policy=read_env("RAIN_THRESHOLD_POLICY", "validation"),
|
||||
threshold_policy=read_env("RAIN_THRESHOLD_POLICY", "walk_forward"),
|
||||
walk_forward_folds=read_env_int("RAIN_WALK_FORWARD_FOLDS", 0),
|
||||
allow_empty_data=read_env_bool("RAIN_ALLOW_EMPTY_DATA", True),
|
||||
dataset_path_template=read_env(
|
||||
|
||||
Reference in New Issue
Block a user