Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Baselines for comparisons: NAIVE and Window Regression #37

Closed
mdancho84 opened this issue Sep 16, 2020 · 0 comments
Closed

Baselines for comparisons: NAIVE and Window Regression #37

mdancho84 opened this issue Sep 16, 2020 · 0 comments

Comments

@mdancho84
Copy link
Contributor

mdancho84 commented Sep 16, 2020

Baseline Methods

An important way to compare cutting-edge performance is to use a baseline model, these are simple models that organizations are accustomed to using (e.g. simple moving average or naive models). We can use these to showcase how much better high-performance methods like stacking, ensembling, and better algorithms (e.g. XGBoost) can do.

Comparison models

There are currently two types of comparison models:

  1. Window Regression (window_reg) - This can be used to showcase how a moving average, weighted average, or even simple seasonal models would perform.
  2. NAIVE Regression (naive_reg) - This can be used to perform NAIVE (Pick most recent observation) and Seasonal NAIVE (replicate most recent seasonal sequence).
@mdancho84 mdancho84 changed the title Baselines for comparisons Baselines for comparisons: NAIVE and Window Regression Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant