v0.3.0
MLJDecisionTreeInterface v0.3.0
- (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
encodingdictionary returned as part of fitted parameters in aDecisionTreeClassifier(#37)
Closed issues:
- Reverse roles of key and value in
encodingreturned in fitted params (#19) - DecisionTreeRegressor and DecisionTreeClassifier do not allow
n_subfeatures=-1. (#33)
Merged pull requests: