DecisionTree.jl icon indicating copy to clipboard operation
DecisionTree.jl copied to clipboard

Fixed `pruning_purity_threshold` default in docs

Open mossr opened this issue 1 year ago • 0 comments

The docs for DecisionTreeClassifier and DecisionTreeRegressor stated that the pruning_purity_threshold was defaulted to 0.0, but it is actually defaulted to 1.0 (i.e., no pruning).

This change is purely in the docstring of those two structs.

mossr avatar Jan 30 '24 18:01 mossr