Tutorials¶
The tutorials move from SVM fundamentals to a complete, defensible MISTIC analysis. Code fragments use the same public API and workflows as the notebooks distributed with the package.
- Support vector machine foundations
- Feature selection and perturbation analysis
- Deriving MISTIC’s feature-ranking metrics
- Forward and backward feature selection
- Interpretations and explanations
- Visualizing results and explanations
- Blind predictions: best practices
- Synthetic benchmark against scikit-learn models
Suggested paths¶
- New to support vector machines
Read the tutorials in order. The first two explain the geometry and why perturbation supplies useful model-specific evidence.
- Experienced SVM user
Begin with Deriving MISTIC’s feature-ranking metrics and Forward and backward feature selection, then compare the explanation types in Interpretations and explanations.
- Preparing a final analysis
Review Visualizing results and explanations and Blind predictions: best practices before reporting results.