Skip to content

WoeBoost Version 1.0.0

Compare
Choose a tag to compare
@xRiskLab xRiskLab released this 08 Dec 17:39
· 3 commits to main since this release

WoeBoost Version 1.0.0

This is the initial release of WoeBoost, a gradient boosting framework leveraging the concept of Weight of Evidence (WOE).

Key Features

  • WoeLearner: Supports feature binning, monotonicity constraints, and WOE transformations.
  • WoeBoostClassifier: Boosted WOE-based scoring with early stopping and deciban outputs.
  • Explainer Tools: Partial Dependence Plots (PDP), evidence analysis, and WOE inference.

Documentation

  • Module-specific documentation (learner.py, classifier.py, explainer.py).
  • Index file for navigation.

Quality Assurance

  • Comprehensive pytest-based tests.
  • Pre-commit hooks for style and consistency.

Installation

pip install woeboost