Time Series Forecasting
Hi, I want to export the test and corresponding forecast in any time series model. I know how to get the final forecasts as a dataset by scoring but I also wish to extract the test results. How can I do that?
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,237 Dataiker
We have an enhancement planned for an upcoming release. This would give you the ability to perform an export Train/test for AutoML & Predicted data and the equivalent for Time Series directly from the UI.
For now, if you just want to export the predicted data you can do this by deploying the model to the flow and exporting the project with saved model data included, unzipping the project, and navigating to the path saved_models/<model-id> /<versions>/ and you will find predicted.csv there. This will be exactly the data you see in the “Predicted data” tab.
Hope that helps!