Skip to content

v0.2.0

Pre-release
Pre-release

Choose a tag to compare

@jdelano jdelano released this 02 Jan 01:02
· 21 commits to master since this 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