Skip to content

Instantly share code, notes, and snippets.

@Mr-Geekman
Last active February 13, 2023 14:41
Show Gist options
  • Save Mr-Geekman/3d5c107263cd0ff93904812990ac219d to your computer and use it in GitHub Desktop.
Save Mr-Geekman/3d5c107263cd0ff93904812990ac219d to your computer and use it in GitHub Desktop.
>>> baseline_result = get_baseline_metrics(ts=ts, horizon=HORIZON, n_folds=N_FOLDS)
>>> print(f"SMAPE: {baseline_result['SMAPE']:.2f}")
SMAPE: 27.03
>>> print(f"Time: {baseline_result['time']:.2f}s")
Time: 46.16s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment