Forecastlife

Results 4 comments of Forecastlife

Sorry for the late response.. Typed this out and thought I pressed enter and didn't.. There was a column with NAN values and it was the LY column as i...

Running into same issue.. I'm thinking this might be an issue with pytorch lightning updating in March to 1.6 https://pytorch-lightning.readthedocs.io/en/stable/generated/CHANGELOG.html "Removed deprecated Trainer.fit(train_dataloader=), Trainer.validate(val_dataloaders=), and Trainer.test(test_dataloader=) ([#10325](https://github.com/PyTorchLightning/pytorch-lightning/pull/10325))" fixed by using:...

I think am running into this issue as well. I am trying to use this function: new_raw_predictions, new_x = best_tft.predict(new_prediction_data, mode="raw", return_x=False) Based off of this data configuration for the...

Thank you sir! I ran a fill forward imputation and the forecasts weren't wildly incorrect so I thought this could be a possibility. Appreciate the help!