DecisionTree.jl
DecisionTree.jl copied to clipboard
Fixed `pruning_purity_threshold` default in docs
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.