spml2-mltools#
Overview#
spml2-mltools is a convenient package for applying machine learning workflows with a Streamlit app, generating Excel outputs, and visualizations.
Installation#
pip install --upgrade spml2-mltools
Quick Start#
Initialize Example Files
spml2 init # or spml init
This creates: - spml2_main.py - options_user.py - models_user.py
Run Classification
python spml2_main.pyLaunch the Web UI
spml2 web # or spml web
Features#
Streamlit-based web runner
ROC curve visualization
Feature importances
SHAP graphs
Excel output generation