An open API service indexing awesome lists of open source software.

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.

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.