scikit-learn: predict_proba documentation is inconsistent.
Some classes list predict_proba in the Methods section, while others do not.
VotingClassifer and SVC do not list it in Methods, but include it on the page in the individual method documentation. MLPClassifier lists predict_proba in the Methods table.
Which is the correct documentation style? I will submit a pull request once I know.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 17 (16 by maintainers)
With our recent switch to using
avaliable_if,predict_probaare now methods and the docs render them correctly.