项目作者: anthonymorast

项目描述 :
An implementation of of the CART-ANOVA algorithm for regression trees in Python
高级语言: Python
项目地址: git://github.com/anthonymorast/pypart.git
创建时间: 2017-10-30T19:08:02Z
项目社区:https://github.com/anthonymorast/pypart

开源协议:

下载


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.