-
Notifications
You must be signed in to change notification settings - Fork 8
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
Outlier Detection Integration #113
Conversation
bump 1.1.3 add UnsupervisedAnnotator <: Unsupervised add Detector <: Probabilistic overload target_scitype for Detector to be OrderedFactor{2} add augmented_transform stub export new types/methods list all model subtypes in a constant for easier MLJBase extension re-arrange oops typo oops oops oops tweaks add forgotten types to list
Codecov Report
@@ Coverage Diff @@
## dev #113 +/- ##
==========================================
- Coverage 96.96% 93.72% -3.25%
==========================================
Files 8 8
Lines 231 239 +8
==========================================
Hits 224 224
- Misses 7 15 +8
Continue to review full report at Codecov.
|
Yeah, I'm not fond of "Abstract" in the name, but there is a reason: |
I think naming consistency in the interface is more important than in some sub-package. Currently I named the constructors |
Great. Let's go with |
As proposed but removed default classes (should live in a different repository) and renamed detectors.