Giter VIP home page Giter VIP logo

ensemble_methods_projects's Introduction

Ensemble methods project

Ensemble methods are learning algorithms that construct a. set of classifiers and then classify new data points by taking a (weighted) vote of their predictions. In this project we will learn how to implement few ensemble techniques which are used in the industry.

What have we learnt so far ?

  • What is ensembling?
  • Types of ensembling
  • Naive aggregation or voting
  • Bootstrap Aggregating or Bagging
  • Stacking

What are we going to do in the project ?

  • We will observe the bagging classifier model behaves and learns on training and testing dataset with the change in no .of estimators.
  • We will implement the stacking classifier and measure the accuracy of how our model performed.

What will you learn by doing this project ?

  • You will learn as to why ensemble methods are chosen and widely used now a days as they
    • Average out the biases
    • Reduce the variance
    • Unlikely to overfit
  • You will be able to build your own stacking classifier with combination of more than one model and hence increase the accuracy of overall model performance.

About the dataset

The data set we are using in previous projects which is named as housing prices.

ensemble_methods_projects's People

Contributors

alex19427 avatar codebeast77 avatar vishwas31 avatar bicky23 avatar bhushan45 avatar ashura0sage 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.