neuralforecast icon indicating copy to clipboard operation
neuralforecast copied to clipboard

Scalable and user friendly neural :brain: forecasting algorithms.

Results 247 neuralforecast issues
Sort by recently updated
recently updated
newest added

### What happened + What you expected to happen **What happened:** In the documentation of the `fit` method of NHITS, there are arguments `val_size` and `test_size`. However, when I try...

bug

### Description It will be good to add MLflow loading and forecasting capability. @jmoralez ### Use case To use MLflow to deploy models, this could also be leveraged with ONNX.

enhancement
feature

### What happened + What you expected to happen Report autoformer when I am training fedformer, not a big deal though. ### Versions / Dependencies ![image](https://github.com/Nixtla/neuralforecast/assets/51142577/34b41055-a1ea-4ab4-9446-0cac3e4dff8b) ### Reproduction script use...

bug

### What happened + What you expected to happen 1.the bug: We are using Informer model with neural forecast. I get the mentioned error when I predict. forecasts = nf.predict(futr_df=test_data)...

bug

This review adds the parameters data_availability_threshold (defaults to 0.0 to maintain currently functionality) to all models that inherit the BaseWindows class. This parameters allows us to discard windows where the...

This is to allow adjusting the torch pin_memory and prefetch_factor variables to optimize gpu usage. Note: by adjusting these variables I am now able to increase GPU usage to 95%...

### Description Hi could you add a number of layers parameters in the TFT's LSTM so we can do stacking of LSTM? Like num_layers=1 by defaults? ### Use case I...

enhancement
feature

### What happened + What you expected to happen Attempting to train NBEATsx with NeuralForecast and Tweedie loss and encounter error claiming that "an output must be a tensor, not...

bug

### Description model2=[TiDE(h=horizon, input_size=12, loss=MAE(), scaler_type='minmax', learning_rate=1e-3, max_steps=100, val_check_steps=100, early_stop_patience_steps=4, futr_exog_list=['vacation_num'], batch_size=32)] model3=[TiDE(h=horizon, input_size=12, loss=MAE(), scaler_type='minmax', learning_rate=1e-3, max_steps=100, val_check_steps=100, early_stop_patience_steps=4, futr_exog_list=['timeinformation'], batch_size=32)] I added two covariates separately, but why are...

documentation

Started PR to add MLflow flavor based on mlforecast flavor. To address issue https://github.com/Nixtla/neuralforecast/issues/1027 @jmoralez Please confirm if the flavor location works for you, current path: .\GitHub\neuralforecast\neuralforecast **Note**: this work...