Giter VIP home page Giter VIP logo

random_forest_project's Introduction

Random forest project

Great Work,

In this project you will apply the knowledge of Random forest which consists of an arbitrary number of simple trees, which are used to determine the final outcome. For classification problems, the ensemble of simple trees vote for the most popular class. In the regression problem, their responses are averaged to obtain an estimate of the dependent variable. Using tree ensembles can lead to significant improvement in prediction accuracy (i.e., better ability to predict new data cases).

What did we learn in the session ?

  • Shortcomming of Decision tree
  • How Random Forest overcome these shortcomings
  • Hyperparameters for Random Forests

What are we going to do in the project?

  • You are going to learn how to perform GridSearch on RandomForestClassifier Model.
  • Also how to fit the model previously used in order to predict on test dataset.

What will you learn by doing this project ?

  • Learn to build and execute RandomForestClassifier on GridSearch method and interpret the results.
  • Learn to use your model to predict on unseen data and derive insights by measuring accuracy, confusion matrix etc of your model performance.

DataSet

  • Data set used previously in logistic regression project which is named as Loan Prediction is used here.

random_forest_project's People

Contributors

codebeast77 avatar bicky23 avatar alex19427 avatar gowthamdongari avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.