Related to Time-Series Prediction Platform 1.1 for PyTorch
Is your feature request related to a problem? Please describe.
Currently, the inference seems to only output Performance and Accuracy metrics from the model.
Describe the solution you'd like
It would be great to have a function to inference predictions, post-process them and save these actual prediction to a CSV file.
Describe alternatives you've considered
Alternatively, it could also be beneficial to have two functions, one to save the inference prediction without post-processing to CSV and another to optionally post-process the inferred predictions and save these to CSV.
Additional context
N/A