These tutorials require the IJava Jupyter notebook kernel, and Java 17+.
The tutorials expect the data and required jars to be in the same directory as the notebooks. The dataset download
links are given in the tutorial, and Tribuo's jars are on Maven Central, attached to the GitHub release, or you
can build it yourself with mvn clean package -Pwith-deps-jar
using Apache Maven.
The tutorials cover:
- Intro classification with Irises
- Intro regression with wine-quality
- Configuration files, provenance and feature transformations on MNIST
- Clustering with K-Means
- Clustering with HDBSCAN*
- Anomaly Detection with LibSVM
- Multi-label classification with Classifier Chains
- Loading columnar data
- Document classification and extracting features from text
- Importing third-party models
- Training and deploying TensorFlow models
- ONNX export and deployment
- Model reproducibility
- Documenting Tribuo Models with Model Cards
- Feature selection for classification problems