| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| nannyml-0.11.0-py3-none-any.whl | 2024-07-19 | 23.0 MB | |
| README.md | 2024-07-19 | 1.5 kB | |
| v0.11.0 source code.tar.gz | 2024-07-19 | 32.0 MB | |
| v0.11.0 source code.zip | 2024-07-19 | 32.4 MB | |
| Totals: 4 Items | 87.5 MB | 0 | |
Changed
- Updated
Pydanticto^2.7.4,SQLModelto^0.0.19. (#401) - Removed the
drop_duplicatesstep from theDomainClassifierfor a further speedup. (#402) - Reverted to previous working dependency configuration for
matplotlibas the current one causes issues inconda. (#403)
Fixed
- Added
DomainClassifiermethod for drift detection to be run in the CLI. - Fixed
NaNhandling for multiclass confusion matrix estimation in CBPE. (#400) - Fixed incorrect handling of columns marked as categorical in Wasserstein and Hellinger drift detection methods.
The
treat_as_categoricalvalue was ignored. We've also added atreat_as_continuouscolumn to explicitly mark columns as continuous. (#404) - Fixed an issue with multiclass
AUROCcalculation and estimation when not all classes are available in a reference chunk during fitting. (#405)
Added
- Added a new data quality calculator to check if continuous values in analysis data are within the ranges encountered in the reference data. Big thanks to @jnesfield! Still needs some documentation... (#408)