v0.1.0 - Initial Beta Release
Pre-release
Pre-release
FastWoe v0.1.0 - Initial Beta Release
Fast Weight of Evidence (WOE) encoding and inference
✨ Features
- Core WOE Implementation: Fast encoding using scikit-learn's TargetEncoder
- Statistical Rigor: MLE-based standard errors and confidence intervals
- High-Cardinality Support: WoePreprocessor for handling many categories
- Cross-Version Compatibility: Python 3.9-3.12, sklearn 1.3.0+
- Complete Documentation: Mathematical background and examples
📋 Requirements
- Python 3.9+
- scikit-learn 1.3.0+
- pandas, numpy, scipy
🚀 Installation
pip install git+https://github.com/xRiskLab/fastwoe.git@v0.1.0Note
This is a beta release. The API may change before v1.0.0.