Skip to content

Releases: KohlerHECTOR/dpdt-py

v0.1.4

03 Jul 18:55
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

Full Changelog: v.0.1.3...v0.1.4

v0.1.2-beta

02 Jul 12:35
2d17f39
Compare
Choose a tag to compare
v0.1.2-beta Pre-release
Pre-release

What's Changed

  • Refactor code taking in account single tree inference and set of tree… by @KohlerHECTOR in #8
  • Kohler hector/issue2 by @KohlerHECTOR in #9
  • Fix github workflows , Now the DPDTree estimator passes the checks of… by @KohlerHECTOR in #10
  • Can we numpy the tests extractions from the CART tree ? by @KohlerHECTOR in #12

New Contributors

Full Changelog: v0.1.1-alpha...v0.1.2-beta

DPDT > CART after many parametrized tests

02 Jul 15:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2-beta...v.0.1.3

Attempt at PyPi release.

13 Jun 17:41
f80e077
Compare
Choose a tag to compare
Pre-release

Release to start github workflow that releases to PyPi.

Alpha release

13 Jun 17:36
Compare
Choose a tag to compare
Alpha release Pre-release
Pre-release

In this basic first release we implement DPDT as a scikit-learn BaseEstimator and ClassifierMixin. Essentially, one can instantiate, fit and predict with a DPDT classifier.

Key improvements to do:

  • docstrings
  • more tests on real dataset