Examples#

Runnable scripts covering the common tasks: training a single model, putting one in a pipeline, comparing several against scikit-learn’s own estimators, and plotting a decision boundary. Each is a standalone file under examples/ in the repository.

Training a soft decision tree

Training a soft decision tree

Inside a scikit-learn pipeline

Inside a scikit-learn pipeline

Is the difference significant?

Is the difference significant?

Plotting the decision boundary

Plotting the decision boundary

Gallery generated by Sphinx-Gallery