v0.2.0
Pre-release
Pre-release
Release v0.2.0
Highlights:
- Formula-first API across models with consistent predict/score/get_metrics behavior
- Added Logistic Regression module with summaries, metrics, and visualizations
- Added Neural Network module (MLP) with classification/regression auto-detection and network visualization
- Added scaling utility (scale_data) with exclude_cols and skip_binary support
- New/updated example notebooks (logistic regression + neural networks)
- Documentation updates across README and examples