Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 281 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 281 Bytes

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.