-
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: major API redesign (WIP) #752
Merged
Merged
Conversation
This file contains 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
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
@Safe-DS/library Since this drastically alters the API, I'll merge it in this unfinished state. I'll fix linter issues and tests in the coming days before the next release. |
lars-reimann
pushed a commit
that referenced
this pull request
May 15, 2024
## [0.25.0](v0.24.0...v0.25.0) (2024-05-15) ### Features * major API redesign (WIP) ([#752](#752)) ([8e781f9](8e781f9)), closes [#694](#694) [#699](#699) [#714](#714) [#748](#748) * move NN converters and layers to separate packages ([#759](#759)) ([c6a4073](c6a4073)) * remove operations without replacement from tabular containers ([#747](#747)) ([0e5a54b](0e5a54b)) * specify partial order in label encoder ([#763](#763)) ([6fbe537](6fbe537)), closes [#639](#639) ### Bug Fixes * Conversion of tabular dataset to tensors ([#757](#757)) ([9e40b65](9e40b65)) * fixed devices with new polars implementation ([#756](#756)) ([e72339e](e72339e)) ### Performance Improvements * implement one hot encoder and imputer using polars ([#768](#768)) ([e993c17](e993c17))
🎉 This PR is included in version 0.25.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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.
Closes #694
Closes #699
Closes #714
Closes #748
Summary of Changes
LogisticRegressionClassifier
toLogisticClassifier
(shorter + does not show up when searching for regression)LinearRegressionRegressor
toLinearRegressor
(shorter)SupportVectorMachineClassifier
toSupportVectorClassifier
(a little less precise, but still unambiguous and shorter)SupportVectorMachineRegressor
toSupportVectorRegressor
(ditto)