Hi, when I try on colab below statement: model = n...
# neural-forecast
m
Hi, when I try on colab below statement: model = nf.models.nbeats.nbeats.NBEATS( n_time_in=input_size, n_time_out=output_size, n_x=4, n_x_hidden=[4], frequency='W-TUE', seasonality=4 ) got an error: TypeError: __init__() got an unexpected keyword argument 'seasonality' any idea about the issue? Thanks. https://github.com/Nixtla/neuralforecast/blob/main/examples/getting_started.ipynb