-
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
feat: class for time series #508
Conversation
time series class is a tagged table which treats the target column as an feature and adds an time column, which a neither a feature or target column
also I added alot of tests, I am done until the test_from_table and also time series functionalities needs to be added, this can take some time still(the testing takes alot of time)
- added time series blue print and extended errors and tests - not having a great week, rthats
removed the tests for the new features and they are just there for blue print
…meseries-class-in-safe-ds-std-lib-1 # Conflicts: # poetry.lock
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
I'm not going to fully review this until the automated checks pass. Do you need some specific feedback? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #508 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 49 50 +1
Lines 2706 2831 +125
==========================================
+ Hits 2706 2831 +125 ☔ View full report in Codecov by Sentry. |
…ted that I also dont know how I will handle the _from_table function
Co-authored-by: Alexander <[email protected]>
Co-authored-by: Alexander <[email protected]>
Co-authored-by: Alexander <[email protected]>
fixed from_table_to_time_series function and updated the test
…std-lib-1' into 481-timeseries-class-in-safe-ds-std-lib-1
Co-authored-by: Alexander <[email protected]>
## [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 PR is included in version 0.18.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Closes #481
Summary of Changes
added the time series class, with all basic tests and functionalities
the new features are not added, but this would make the pr too big