We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b34fdc commit 77427daCopy full SHA for 77427da
1 file changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [0.2.7a1] - 2025-11-08 (Alpha)
+## [0.2.7a2] - 2025-11-08 (Alpha)
4
5
### Added
6
- **LightGBM Support (Alpha)**: Initial implementation of `LGBScorecardConstructor` for LightGBM models
@@ -31,8 +31,8 @@
31
32
### Installation
33
```bash
34
-# Install alpha release
35
-pip install git+https://github.com/xRiskLab/xBooster.git@v0.2.7a1
+# Install latest alpha release
+pip install git+https://github.com/xRiskLab/xBooster.git@v0.2.7a2
36
```
37
38
## [0.2.7] - 2025-11-06
0 commit comments