Skip to content
#

c45-trees

Here are 29 public repositories matching this topic...

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 Dec 26, 2023
  • Python

ABALONE_DECISIONTREE_C4-5: A procedure is attached that uses the Abalone file (https://archive.ics.uci.edu/ml/datasets/abalone) as test and training . After evaluating the entropy of each field, a tree has been built with the nodes corresponding to fields 0, 7 and 4 and branch values ??in each node: 1 for the root node corresponding to field 0, …

  • Updated Nov 25, 2021
  • Python

Improve this page

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

Learn more