-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
releasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
Similar to #647, we should not limit ourselves to always treating a time series as a (tagged) table.
Desired solution
The path from Table to TimeSeries via Table.time_columns should be removed. Instead, specify the name of the time column immediately when the TimeSeries is created (via the constructor or static methods).
In a later step, similar to Table.tag_columns, we can specify the features and excluded columns. This is only needed if we want to train a model on the data and should, thus, not be enforced. The library should also be able to handle unlabeled time series.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done