more updates

This commit is contained in:
2026-03-12 20:44:20 +11:00
parent 9785fc0235
commit 4f9c9004d7
3 changed files with 4 additions and 4 deletions

View File

@@ -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(