Skip to content

In this repo we have a dataset manipulated using R programming language and data modelling using Random Forest

Notifications You must be signed in to change notification settings

deelilah/Random-Forest-Supervised-ML-R-programming-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Supervised Machine Learning in R (Random Forest)

In this repo we have a dataset manipulated using R programming language and data modelling using Random Forest

Random Forest Algorithm

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.

Random forests has a variety of applications, such as recommendation engines, image classification and feature selection. It can be used to classify loyal loan applicants, identify fraudulent activity and predict diseases. It lies at the base of the Boruta algorithm, which selects important features in a dataset

About

In this repo we have a dataset manipulated using R programming language and data modelling using Random Forest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors