-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TimeSeries Class in Safe-DS std-Lib #481
Comments
After working on this Issue for a while, I get pretty unsure if an extra In my newest commit in Branch, I wrote a Window generator, which would also work on My Goal with that is, to use the generators as translator to tensors and only generate them, when they are needed as input. We don't need to store them in a table. So my main thought, why we should have a time series is kind of gone, because windows don't need to be stored. A different take would be to create something like a translator tool, which takes a tagged table and some settings to define the input and creates then the Input for the neural networks. |
Closes #481 ### Summary of Changes <!-- Please provide a summary of changes in this pull request, ensuring all changes are explained. --> added the time series class, with all basic tests and functionalities so it can be used like a normal table or taggedtrable with an extra time column --------- Co-authored-by: Ettl<AndiWrp> Co-authored-by: Simon <s6snbreu@uni-bonn.de> Co-authored-by: megalinter-bot <129584137+megalinter-bot@users.noreply.github.com> Co-authored-by: Simon Breuer <86068340+sibre28@users.noreply.github.com> Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
## [0.18.0](v0.17.1...v0.18.0) (2024-02-03) ### Features * Add adjust_color_balance method in Image ([#530](#530)) ([dba23f9](dba23f9)), closes [#525](#525) * Add find_edges method in Image ([#531](#531)) ([d728eb6](d728eb6)), closes [#523](#523) * class for time series ([#508](#508)) ([73cdfb1](73cdfb1)), closes [#481](#481)
🎉 This issue has been resolved in version 0.18.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Is your feature request related to a problem?
Right now we can not handle timeseries as timeseries in safe-ds.
Also the taggedtable cannot hold a feature column as a target column. In timeseries it is common that the target column is also a feature column.
Desired solution
Add a timeseries class to the safe-ds std-lib.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: