-
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: improve error handling for predict
#145
feat: improve error handling for predict
#145
Conversation
Codecov Report
@@ Coverage Diff @@
## main #145 +/- ##
==========================================
+ Coverage 93.32% 93.50% +0.17%
==========================================
Files 36 36
Lines 1364 1370 +6
==========================================
+ Hits 1273 1281 +8
+ Misses 91 89 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
## [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))
🎉 This PR is included in version 0.9.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Closes #9.
Summary of Changes