Szymon Cogiel
Szymon Cogiel
Checklist before merging this PR: - [x] Mentioned all issues that this PR fixes or addresses. - [x] Summarized the updates of this PR under **Summary**. - [x] Added an...
## Description This PR was created to add a new model to Unit8's Darts library. It is a deep learning-based model for time series forecasting. Issue: https://github.com/kedro-org/kedro-plugins/issues/973 ## Development notes...
## Description I'm finding it challenging to effectively save and load Darts Torch Forecasting Models within a Kedro pipeline using kedro-datasets. Current dataset options, like PickleDataset and PyTorchDataset, lack compatibility...