Giter VIP home page Giter VIP logo

decision_tree_project's Introduction

Decision Tree Project

In this project we are going to implement decision tree methods. It is a predictive model based on a branching series of Boolean tests. It breaks down a Dataset into smaller and smaller subsets while at the same time an associated decision tree is incrementally developed. The final result is a tree with decision nodes and leaf nodes. Let's try to solve both a regression problem and a classification problem using decision trees.

What have we learnt so far

We have seen how to clean the data and how to select features and learnt how to apply the following:

  • Feature Engineering
  • Feature Selection
  • Linear Regression
  • Logistic Regression

What are we going to do in this project ?

  • We are going to implement decision tree methods as for both regression and classification problem.
  • We will observe how the model learns and performs with the data set given.

Why solve this assignment?

By the completing this Assignment :-

  • You will get hands-on practice on how decision tree is performing for both classification and Regression and how it is different from the Linear regression and Logistic Regression
  • Implementation of Grid search CV and Randomized search CV.
  • You will get to learn how hyper parameter tuning helps in model performance.

About the Dataset

For Decision tree Regressor

  • We are using the same Dataset of House prices, we had used for Linear Regression.

For Decision tree Classifier

  • We are using the same Dataset of Loan Prediction, we had used it earlier in Logistic Regression.

decision_tree_project's People

Contributors

alex19427 avatar mayureshshilotri avatar codebeast77 avatar gowthamdongari avatar adityamv1215 avatar abhisheksubu92 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.