Replies: 1 comment 1 reply
-
@sege01 ok sure let me have a look at the issue and report back... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
It would be very helpful if you can provide your thoughts on the below issue.
I have a dataset that looks like below:-
id--> unique id
column between id and Stat_Cat1 are target values
Stat_Cat_1 contains static categorical features.
The original dataset is huge with around 10-12k rows and different static categorical and dynamic real features
Each row here represents a time series.
Is it possible to do probabilistic forecasting on this dataset using TempflowEstimator and TransformerTempFlowEstimator?
Is the below a correct way of creating a training dataset for these models?
where targets is a dataframe containing target values,
date_list contains the start date for the time series,
and stat_cat is
@kashif Could you please help by providing your thoughts on this?
It would be of great help.
Thank you so much.
Beta Was this translation helpful? Give feedback.
All reactions