Skip to content

Releases: automl/random_forest_run

0.9.0

14 Feb 10:50

Choose a tag to compare

  • Interface to individual trees are now exposed to the python interface #64
  • Two functions to compute the marginalized cost over a set of instances: #71
  • Remove the requirement for scipy when creating wheels: de12a3d

v0.8.3

09 Jun 16:38

Choose a tag to compare

v0.8.3

Release v0.8.2

15 Apr 09:13
cc2354e

Choose a tag to compare

Fix error while uploading the release assets (#63)

* remove_double_release

* try_edit

Version 0.8.0

02 Mar 07:43
99c840c

Choose a tag to compare

Wheels support (#56)

* First try of auto-wheels

* syntax fixes

* syntax fixes -- try2

* dependencies

* fix path

* permissions

* build_tools/build_source.sh

* Debug info

* try3

* moredebuginfo

* moredebug2

* moredebug3

* moredebug4

* typo

* try space

* Files locally

* yumaware

* numpyfix

* testpath

* project

* Cleanup for PR

* Feedback from comments

* Missing pytest update

* Wheels centos (#1)

* Disentangle wheels/dist

* Update build_tools/build_wheels.sh

Co-authored-by: Matthias Feurer <[email protected]>

* Fixed build source

Co-authored-by: Matthias Feurer <[email protected]>

Version 0.7.4

13 Mar 10:41

Choose a tag to compare

Some changes:

  • added mondrian forest
  • minor bugfixes (e.g. the annoying error message when installing via pip should be fixed)

New release

30 Aug 07:13

Choose a tag to compare

Latest release includes:

  • minor bug fixes
  • pyrfr objects are now static (don't allow new attributes) to make sure forest and tree options are properly set
  • updated dependency cereal (v1.2.2)
  • restructured repo layout to prevent installing it directly with pip

v0.4.0

03 May 11:55

Choose a tag to compare

Add .i files to MANIFEST.in