Replies: 1 comment
|
Scikit-learn's built-in tree classifier is CART-based; it does not implement C5.0, and selecting I am not aware of an accepted roadmap item to add C5.0 to scikit-learn. If exact C5.0 behavior is required, the established implementation is the If the goal is predictive performance rather than reproducing C5.0 specifically, compare Adding C5.0 would be substantially more than another split criterion. It would need a maintained implementation, estimator-API compatibility, sample/class-weight semantics, sparse/missing-data behavior, tests against a trustworthy reference, documentation, and maintainer agreement on long-term scope. A feature proposal would therefore be the right first step before implementation. |
Uh oh!
There was an error while loading. Please reload this page.
Does Scikit-Learn's support or plan to support the C5.0 algorithm for decision tree classifier ?
All reactions