Skip to content
#

rpartplot

Here are 10 public repositories matching this topic...

This repository contains all the R code used in my dissertation project at the University of Manchester, 2025 (MATH6000S). Note that the regression tree code also contains the gradient boosting code, the EDA code contains the code for the plots seen in section 4.1, and the heights code is used in section 1.1.

  • Updated Aug 31, 2025
  • R

Python port of R's rpart: recursive partitioning and regression trees, with a compiled C core (via cffi) and R-parity Python functions for fitting, pruning, predicting, and plotting trees. Supports classification, regression, Poisson/survival, and user-defined splits. GPL-2.0-or-later, derived from Therneau & Atkinson's rpart.

  • Updated Aug 8, 2026
  • Python

Improve this page

Add a description, image, and links to the rpartplot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rpartplot topic, visit your repo's landing page and select "manage topics."

Learn more