docs: update configuration docs (#1155)

* update configuration docs

* update configuration docs

* update configuration docs
This commit is contained in:
Linlang
2025-08-05 15:48:28 +08:00
committed by GitHub
parent fcfea1943c
commit 067b5908f4
5 changed files with 32 additions and 5 deletions
@@ -11,8 +11,8 @@ ROOT_DIR = CURRENT_DIR.parent.parent
raw_feature_path = CURRENT_DIR / "X.npz"
raw_label_path = CURRENT_DIR / "ARF_12h.csv"
public = ROOT_DIR / "arf-12-hour-prediction-task"
private = ROOT_DIR / "eval" / "arf-12-hour-prediction-task"
public = ROOT_DIR / "arf-12-hours-prediction-task"
private = ROOT_DIR / "eval" / "arf-12-hours-prediction-task"
if not (public / "test").exists():
(public / "test").mkdir(parents=True, exist_ok=True)