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 Dec 19, 2023
1 parent d6dcd0d commit a4255f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mlforecaster.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The minimum number of `days_to_retrieve` is hard coded to 9 by default. But it i
The default values for these parameters are:
```
runtimeparams = {
"days_to_retrieve": 30,
"days_to_retrieve": 9,
"model_type": "load_forecast",
"var_model": "sensor.power_load_no_var_loads",
"sklearn_model": "KNeighborsRegressor",
Expand Down

0 comments on commit a4255f5

Please sign in to comment.