An implementation of of the CART-ANOVA algorithm for regression trees in Python
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.
8000