sklearn-oblique-tree icon indicating copy to clipboard operation
sklearn-oblique-tree copied to clipboard

Add predict_prob

Open AndriyMulyar opened this issue 5 years ago • 0 comments

Implement predict_prob with something like laplace smoothing. This is trivial but will support the use of the classifier directly in scikit-learns random forest which averages class predictions over-top of class probability not discrete counts.

AndriyMulyar avatar Feb 19 '19 21:02 AndriyMulyar