Skip to content
#

regression-tree

Here are 5 public repositories matching this topic...

awesome-decision-tree-papers

A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some advanced techniques: Gradient Boosting, Random Forest and Adaboost w/categorical features support for Python

  • Updated Jul 9, 2025
  • Python

This repository contains implementations of various machine learning algorithms built from scratch, without using high-level machine learning libraries like Scikit-learn. The aim is to provide a deeper understanding of how these algorithms work internally by building them using only basic Python libraries such as NumPy.

  • Updated Jun 17, 2025
  • Python

Improve this page

Add a description, image, and links to the regression-tree 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 regression-tree topic, visit your repo's landing page and select "manage topics."

Learn more