feat: move ImputerStrategy to safeds.data.tabular.typing#174
Merged
lars-reimann merged 4 commits intomainfrom Apr 4, 2023
Merged
feat: move ImputerStrategy to safeds.data.tabular.typing#174lars-reimann merged 4 commits intomainfrom
ImputerStrategy to safeds.data.tabular.typing#174lars-reimann merged 4 commits intomainfrom
Conversation
Member
Author
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov Report
@@ Coverage Diff @@
## main #174 +/- ##
==========================================
+ Coverage 93.87% 93.88% +0.01%
==========================================
Files 40 41 +1
Lines 1453 1456 +3
==========================================
+ Hits 1364 1367 +3
Misses 89 89
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
lars-reimann
pushed a commit
that referenced
this pull request
Apr 4, 2023
## [0.9.0](v0.8.0...v0.9.0) (2023-04-04) ### Features * container for images ([#159](#159)) ([ed7ae34](ed7ae34)), closes [#158](#158) * improve error handling for `predict` ([#145](#145)) ([a5ff11c](a5ff11c)), closes [#9](#9) * move `ImputerStrategy` to `safeds.data.tabular.typing` ([#174](#174)) ([205c8e2](205c8e2)) * rename `n_neighbors` to `number_of_neighbors` ([#162](#162)) ([526b96e](526b96e)) ### Bug Fixes * export `TableTransformer` and `InvertibleTableTransformer` ([#135](#135)) ([81c3695](81c3695))
Member
Author
|
🎉 This PR is included in version 0.9.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of Changes
ImputerStrategytosafeds.data.tabular.typingsince it is only needed for type annotations