You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An implementation of of the CART-ANOVA algorithm for regression trees in Python
Description
A Python implementation of the CART algorithm using only ANOVA splitting and split selection criteria.
Produces output that can be imported into R as an rpart object.
About
An implementation of of the CART-ANOVA algorithm for regression trees in Python