Skip to content

docs: add BayesianKernelDensityClassifier example to mixture methods guide (#290) - #813

Merged
koaning merged 2 commits into
koaning:mainfrom
C3L0:docs/bayes-kde-mixuture
Jul 31, 2026
Merged

docs: add BayesianKernelDensityClassifier example to mixture methods guide (#290)#813
koaning merged 2 commits into
koaning:mainfrom
C3L0:docs/bayes-kde-mixuture

Conversation

@C3L0

@C3L0 C3L0 commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Description

  • Added an example code for BayesianKernelDensityClassifier in docs/_scripts/mixture-methods.py.
  • Generated and saved bayes-kde-classifier.png in docs/_static/mixture-methods/.
  • Updated docs/user-guide/mixture-methods.md with explanatory text, a code block import, a plot figure, and an API link reference.

Fixes #290

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the style guidelines (ruff)
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (also to the readme.md)
  • I have added tests that prove my fix is effective or that my feature works
  • I have added tests to check whether the new feature adheres to the sklearn convention
  • New and existing unit tests pass locally with my changes

@koaning koaning left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, thanks for adding it!

@koaning
koaning merged commit 4129732 into koaning:main Jul 31, 2026
9 checks passed
@C3L0
C3L0 deleted the docs/bayes-kde-mixuture branch August 1, 2026 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOCS] Bayesian Kernel Density

2 participants