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

@@ -46,8 +46,8 @@ services:
RAIN_TUNE_HYPERPARAMETERS: "true"
RAIN_MAX_HYPERPARAM_TRIALS: "12"
RAIN_CALIBRATION_METHODS: "none,sigmoid,isotonic"
RAIN_THRESHOLD_POLICY: "validation"
RAIN_WALK_FORWARD_FOLDS: "0"
RAIN_THRESHOLD_POLICY: "walk_forward"
RAIN_WALK_FORWARD_FOLDS: "4"
RAIN_ALLOW_EMPTY_DATA: "true"
RAIN_MODEL_PATH: "/app/models/rain_model.pkl"
RAIN_MODEL_BACKUP_PATH: "/app/models/rain_model.pkl.last_good"