-
Notifications
You must be signed in to change notification settings - Fork 158
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
Regenerate documentation. #1132
Conversation
Looks great to me. |
docs/ModelDescriptors.toml
Outdated
GaussianMixtureClusterer_BetaML = ["clustering", "distribution_fitter"] | ||
GaussianMixtureImputer_BetaML = ["missing_value_imputation", "distribution_fitter"] | ||
GaussianMixtureRegressor_BetaML = ["regression", "distribution_fitter"] | ||
GaussianMixtureClusterer_BetaML = ["clustering", "distribution_estimation"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just making sure, you did intend to call it "distribution estimation" instead of "density estimation", right? Because the latter may be more common.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh bother. I did mean to make it "density estimation".
good catch.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1132 +/- ##
=======================================
Coverage 57.89% 57.89%
=======================================
Files 2 2
Lines 38 38
=======================================
Hits 22 22
Misses 16 16 ☔ View full report in Codecov by Sentry. |
Changes the tag "distribution_fitter" to "distribution estimation" in the Model Browser
cc @EssamWisam