Skip to main content
Ctrl+K
scikit-bayes 0.1.4.dev1+gd07ac70b4 documentation - Home scikit-bayes 0.1.4.dev1+gd07ac70b4 documentation - Home
  • Getting Started
  • User Guide
  • API Reference
  • Example Gallery
  • GitHub
  • Getting Started
  • User Guide
  • API Reference
  • Example Gallery
  • GitHub
  • Example Gallery

Example Gallery#

This gallery contains examples demonstrating the capabilities of scikit-bayes. All examples use matplotlib for visualization and can be downloaded as Python scripts or Jupyter notebooks.

MixedNB Examples#

Examples demonstrating the Mixed Naive Bayes classifier for heterogeneous data.

AnDE Examples#

Averaged n-Dependence Estimators solving problems Naive Bayes cannot.

Benchmarks and Comparisons#

Performance comparisons of different model variants.

MixedNB Equivalence with GaussianNB

MixedNB Equivalence with GaussianNB

Solving the XOR Problem: AnDE vs Naive Bayes

Solving the XOR Problem: AnDE vs Naive Bayes

Analytic View: 2D Slice of the 3D XOR Problem

Analytic View: 2D Slice of the 3D XOR Problem

MixedNB Equivalence with BernoulliNB

MixedNB Equivalence with BernoulliNB

MixedNB Equivalence with CategoricalNB

MixedNB Equivalence with CategoricalNB

3D Voxel-Cloud Visualization: XOR Structure

3D Voxel-Cloud Visualization: XOR Structure

The Power of Mixed Data: Context-Dependent Logic

The Power of Mixed Data: Context-Dependent Logic

Interpreting ALR: Automatic Feature Selection via Weights

Interpreting ALR: Automatic Feature Selection via Weights

Handling Mixed Data Types with MixedNB

Handling Mixed Data Types with MixedNB

Data Efficiency & Complexity: Generative vs. Hybrid Levels (L1-L4)

Data Efficiency & Complexity: Generative vs. Hybrid Levels (L1-L4)

Download all examples in Python source code: auto_examples_python.zip

Download all examples in Jupyter notebooks: auto_examples_jupyter.zip

Gallery generated by Sphinx-Gallery

previous

skbn.utils.discovery.all_functions

next

MixedNB Equivalence with GaussianNB

On this page
  • MixedNB Examples
  • AnDE Examples
  • Benchmarks and Comparisons
Edit on GitHub

This Page

  • Show Source

© Copyright 2025, Pablo Torrijos.

Created using Sphinx 9.1.0.

Built with the PyData Sphinx Theme 0.16.1.