项目作者: anthonymorast
项目描述 :
An implementation of of the CART-ANOVA algorithm for regression trees in Python
高级语言: Python
项目地址: git://github.com/anthonymorast/pypart.git
pypart
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.