https://github.com/devroopsaha744/multiclass-classification-using-decisiontrees
This is notebook is the implementation of Decision Trees for multiclass classification on the bean dataset.
https://github.com/devroopsaha744/multiclass-classification-using-decisiontrees
Last synced: 8 months ago
JSON representation
This is notebook is the implementation of Decision Trees for multiclass classification on the bean dataset.
- Host: GitHub
- URL: https://github.com/devroopsaha744/multiclass-classification-using-decisiontrees
- Owner: devroopsaha744
- Created: 2023-10-29T16:38:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T16:44:41.000Z (over 2 years ago)
- Last Synced: 2023-10-29T17:29:43.548Z (over 2 years ago)
- Language: Jupyter Notebook
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# multiclass-classification-using-DecisionTrees
This is notebook is the implementation of Decision Trees for multiclass classification on the bean dataset from UCI repository.