github NannyML/nannyml v0.6.0

latest releases: v0.9.1, v0.9.0, v0.8.6...
2 years ago

Added

  • Added support for regression problems across all calculators and estimators.
    In some cases a required problem_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 a WriteException. Thanks for those eagle eyes
    @baskervilski!

Don't miss a new nannyml release

NewReleases is sending notifications on new releases.