Random Forests Tree-Based Model in Machine Learning (exercise using Iris data) Random forests is a supervised learning algorithm. It can be used both for classification and regression. It is also the most flexible and easy to use algorithm. A forest is comprised of trees. It is said that the more trees it has, the more robust a forest is. Random forests creates decision trees on randomly selected data samples, gets prediction from each tree and selects the best solution by means of voting. It also provides a pretty good indicator of the feature importance.
-
Notifications
You must be signed in to change notification settings - Fork 0
jasonmorkel/random_forests_exercise_ML
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Random Forests Tree-Based Model in Machine Learning (exercise using Iris data)
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published