Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 01 Dec 00:03
b161358

MLJDecisionTreeInterface v0.3.0

Diff since v0.2.5

  • (breaking) Require DecisionTree.jl 0.12.0. This means seeding of individual RNGs in a random forest has changes, which in turn changes the outcomes of training for both random forest models (JuliaAI/DecisionTree.jl#198)
  • (breaking) Reverse the role of key and value in the encoding dictionary returned as part of fitted parameters in a DecisionTreeClassifier (#37)

Closed issues:

  • Reverse roles of key and value in encoding returned in fitted params (#19)
  • DecisionTreeRegressor and DecisionTreeClassifier do not allow n_subfeatures=-1. (#33)

Merged pull requests: