Skip to content

v0.12.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Oct 10:48
8314ad0

DecisionTree v0.12.4

Diff since v0.12.3

  • (bugfix) This release fixes a bug where labels would internally always be converted to Float64 (#226). This is now fixed thanks to @xinadi!

Merged pull requests:

Closed issues:

  • Multi-variable RandomForestRegressor in Julia (#190)
  • Standardize the way fit! and predict methods take X matrix (features) (#220)
  • Is out-of-bag error of RandomForestClassifier implementable ? (#223)
  • documentation: Clarify n_subfeatures in build_tree? (#224)