Skip to content

Commit

Permalink
Update mlforecaster.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek authored Mar 6, 2023
1 parent cf05d01 commit fa0f420
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/mlforecaster.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,6 @@ We use the recursive autoregresive forecaster with added features.
I will borrow this image from the `skforecast` [documentation](
https://joaquinamatrodrigo.github.io/skforecast/0.6.0/user_guides/autoregresive-forecaster.html) that help us understand the working principles of this type of model.

![](https://joaquinamatrodrigo.github.io/skforecast/0.6.0/img/diagram-recursive-mutistep-forecasting.png)

With this type of model what we do in EMHASS is to create new features based on the timestamps of the data retrieved from Home Assistant. We create new features based on the day, the hour of the day, the day of the week, the month of the year, among others.

0 comments on commit fa0f420

Please sign in to comment.