aribis369 / ML-Starter-Pack

A collection of Machine Learning algorithms written from sctrach.
75 stars 51 forks source link

Random Forest using Scikit #38

Closed ayanmaity201 closed 6 years ago

ayanmaity201 commented 6 years ago

@aribis369 , I have written a notebook RandomForest.ipynb to illustrate how to build a Random Forest model using Scikit learn. I have uploaded the notebook RandomForest.ipynb and the data set glass.csv in the examples-scikit folder

ayanmaity201 commented 6 years ago

@aribis369 , Kindly review this commit and merge this PR.