Skip to content

A very simple Random Forest Classifier implementation in python.

Notifications You must be signed in to change notification settings

Ch-Jameel/Random-Forest-Model-Using-Sklearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Random-Forest-Model-Using-Sklearn

A very simple Random Forest Classifier implemented in python. The sklearn.ensemble library was used to import the RandomForestClassifier class. The object of the class was created. The following arguments was passed initally to the object:

n_estimators = 10 criterion = 'entropy' The inital model was only given 10 decision tree, which resulted the accurecy of 92%

Releases

No releases published

Packages

No packages published