https://github.com/filipwozniak/cart
Classification And Regression Trees (CART) algorithm is a classification algorithm for building a decision tree based on Gini's impurity index as splitting criterion.
https://github.com/filipwozniak/cart
cart-algorithm classification-algorithm jupyter-notebook python regression-tree
Last synced: about 1 month ago
JSON representation
Classification And Regression Trees (CART) algorithm is a classification algorithm for building a decision tree based on Gini's impurity index as splitting criterion.
- Host: GitHub
- URL: https://github.com/filipwozniak/cart
- Owner: FilipWozniak
- Created: 2020-10-10T09:29:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-10T09:34:20.000Z (over 4 years ago)
- Last Synced: 2025-03-31T02:41:09.809Z (3 months ago)
- Topics: cart-algorithm, classification-algorithm, jupyter-notebook, python, regression-tree
- Language: Jupyter Notebook
- Homepage:
- Size: 1.95 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CART