Skip to content

This brief project explores first the theoretical background behind Random Forest, followed by its application with the Boston Housing dataset

Notifications You must be signed in to change notification settings

abhijithrajan/Random_forest_theoretical_practical_application

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Forest application

Introduction

This project goes from the theorical explination about how Random Forests work, to a basic application of it.

What you'll find in this repository

  • What's Random Forest algorithm
  • Feature bagging concept explanation
  • Random Forest explained in 3 simple steps
  • How do we use Random Forest?
  • The out-of-bag sample

Practical application?

The practical application has been done with the one and only Boston Housing dataset. Revisiting how to load it from those who never worked with it, to later split it and rescale it in order to work with it.

Afterwards, you'll find the following techniques applied:

  • Fitting the data using a decision tree regressor
  • Performing Grid Search varying several features
  • Using ensemble methods to fit decision trees, including Bagging Regressor and of course, Random Forest

About

This brief project explores first the theoretical background behind Random Forest, followed by its application with the Boston Housing dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%