Slackbot
11/30/2023, 9:53 PMFarzad E
12/01/2023, 8:12 PMAman Singh
12/02/2023, 11:20 PMGohOnLeeds
12/04/2023, 12:19 PMCristian (Nixtla)
12/04/2023, 2:02 PMCristian (Nixtla)
12/04/2023, 2:06 PMscaler_type
parameter) and global scaling (at the core
class). These scalers help to prevent exploding/vanishing gradients, and homogenize the input when time series have large scales.Cristian (Nixtla)
12/04/2023, 2:21 PMMarco Zucchini
01/14/2024, 11:48 AMfrom neuralforecast.models import LSTM, NHITS, RNN
from neuralforecast.core import NeuralForecast models = [NHITS(h = ....)nf = NeuralForecast(models=models, freq='B', local_scalar_type='standard')
why is it different from the tutorial? that is the core class right? please advice . Thank youCristian (Nixtla)
01/14/2024, 3:15 PMCristian (Nixtla)
01/14/2024, 3:15 PM