TuanScientist commited on
Commit
fc40481
·
1 Parent(s): 079029d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ df.dropna(inplace=True)
15
 
16
  m = NeuralProphet(
17
  n_forecasts=45,
18
- n_lags=7,
19
  changepoints_range=1.2,
20
  num_hidden_layers=6,
21
  daily_seasonality=False,
 
15
 
16
  m = NeuralProphet(
17
  n_forecasts=45,
18
+ n_lags=30,
19
  changepoints_range=1.2,
20
  num_hidden_layers=6,
21
  daily_seasonality=False,