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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ df.fillna(method='ffill', inplace=True)
14
  df.dropna(inplace=True)
15
 
16
  m = NeuralProphet(
17
- n_forecasts=30,
18
  n_lags=7,
19
  changepoints_range=1.2,
20
  num_hidden_layers=6,
 
14
  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,