https://github.com/akashash01/random_forest
It enable learning method for classification, regression and other task. Operates by building multiple decision tree ay training time. It is much more robust than Decision Tree algorithm.
https://github.com/akashash01/random_forest
data-science machine-learning numpy pandas python random-forest-classifier sklearn supervised-learning
Last synced: 11 months ago
JSON representation
It enable learning method for classification, regression and other task. Operates by building multiple decision tree ay training time. It is much more robust than Decision Tree algorithm.
- Host: GitHub
- URL: https://github.com/akashash01/random_forest
- Owner: Akashash01
- Created: 2021-07-22T14:06:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T14:14:02.000Z (over 4 years ago)
- Last Synced: 2025-02-07T06:45:14.690Z (about 1 year ago)
- Topics: data-science, machine-learning, numpy, pandas, python, random-forest-classifier, sklearn, supervised-learning
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random_forest
It enable learning method for classification, regression and other task. Operates by building multiple decision tree ay training time. It is much more robust than Decision Tree algorithm.