Added
- Added support for regression problems across all calculators and estimators.
In some cases a requiredproblem_type
parameter is required during calculator/estimator initialization, this
is a breaking change. Read more about using regression in our
tutorials and about our new performance estimation
for regression using the Direct Loss Estimation (DLE) algorithm.
Changed
- Improved
tox
running speed by skipping some unnecessary package installations.
Thanks @baskervilski!
Fixed
- Fixed an issue where some Pandas column datatypes were not recognized as continuous by NannyML, causing them to be
dropped in calculations. Thanks for reporting @Dbhasin1! - Fixed an issue where some helper columns for visualization crept into the stored reference results. Good catch
@Dbhasin1! - Fixed an issue where a
Reader
instance would raise aWriteException
. Thanks for those eagle eyes
@baskervilski!