Skip to content

Time series gap detection for TFT tasks #754

@gmdiana-hershey

Description

@gmdiana-hershey

I've been getting a warning when I'm using TemporalFusionTransformer, indicating missing timestamps. It's coming from

"Missing timestamps detected. To avoid error with estimators, set estimator list to ['prophet']. "
. It Seems like perhaps it's checking the whole dataset as a single time series, rather than each time series individually. I think that adding logic to _validate_ts_data() to check if the task is 'ts_forecast_panel' and using the group_ids passed when fit() is called could be a solution.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions