We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61fa1b2 + 3ebe343 commit 16d84e9Copy full SHA for 16d84e9
experiments/long_horizon_benchmarks/run_eval.py
@@ -36,7 +36,7 @@
36
)
37
_DATASET = flags.DEFINE_string("dataset", "etth1", "The name of the dataset.")
38
_MODEL_PATH = flags.DEFINE_string(
39
- "model_path", "./timesfm_q10_20240501", "The name of the dataset."
+ "model_path", "./timesfm_q10_20240501", "Path to model."
40
41
_DATETIME_COL = flags.DEFINE_string(
42
"datetime_col", "date", "Column having datetime."
0 commit comments