| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| nannyml-0.12.0-py3-none-any.whl | 2024-09-06 | 23.0 MB | |
| README.md | 2024-09-06 | 1.3 kB | |
| v0.12.0 source code.tar.gz | 2024-09-06 | 32.0 MB | |
| v0.12.0 source code.zip | 2024-09-06 | 32.5 MB | |
| Totals: 4 Items | 87.5 MB | 1 | |
Fixed
- Fixed broken links in usage logging docs. Cheers once more to @NeoKish! (#417)
- Fixed issues with runner type validation due to changes in Pydantic 2 behavior. (#421)
- Fixed a typo in one the plotting blueprint modules. Eagle eyes @nikml! (#418)
Added
- Added multiclass support for estimated and realized performance metrics
average_precisionandbusiness_value. (#409) - Added threshold value limits for multiclass metrics. (#411)
Changed
- Made the dependencies required for database access optional. Big thanks to @Duncan-Hunter
- Improved denominator checks in CBPE base estimation functions. (#416)
- Relaxed constraints for the
richdependency. (#422)
Removed
- Dropped support for Python 3.7 as it was causing major issues with dependencies. (#410)