Skip to content

Releases: ConSol-Lab/contree

v1.0.7

23 Mar 14:18

Choose a tag to compare

Bug fix statistic object should not be static. This created problems when run through the python interface, for example when printing the time at which solutions are obtained. The was measured from starting the binary, rather than from starting the search.

v1.0.6

05 Feb 14:13

Choose a tag to compare

  • added complexity_cost as a parameter
  • fixed an off-by-one bug in the interval pruner
  • refactored the specialized and general solver
  • compute gini values per feature only based on actual possible splits
  • add question length to the python api

v1.0.5

15 Sep 08:30

Choose a tag to compare

  • increased minimum supported python to 3.10 and sklearn to 1.6
  • added the predict_proba method (issue #1)
  • moved pycontree folder into a subfolder python

v1.0.4

06 Aug 09:11

Choose a tag to compare

  • First release on pypi
  • Fix memory usage of bitset representation of data
  • Removed global_skip (possibly suboptimal)