Giter Club home page Giter Club logo

decision-tree-by-python's Introduction

Decision-tree-by-python

Decision tree example by python using Adolescent Health data

This is Decision tree example by python. data set: tree_addhealth.csv Classifier method: DecisionTreeClassifier from sklearn

Decision tree analysis was performed to test nonlinear relationships among a series of explanatory variables and a binary, categorical response variable.

My response varialbe is regular smoking. My explanatory variables are marijuana use, Alcohol use, age, gender, and grade point average. Since python with graphviz does not provide prune function, I used only selected variable as explanatory variables.

In the case of sex is explanatory variable, there is no indication that sex would impact regular smoking.

In the case of marijuana use experience and Alcohol use experience, Adolescents with never used marijuana and never drank alcohol were less likely to have experience with smoking [gini=0.0575, value=[110,36]]. Meanwhile, Adolescents with used marijuana and drank alcohol were most likely to have experience with smoking [gini=0.5, value=[284,288]]. Adolescents with never used marijuana but drank alcohol were some chance to have experience with smoking [gini=0.2698, value=[731,140]]. Adolescents with used marijuana and never drank alcohol were most likely to have experience with smoking [gini=0.4611, value=[55,31]]. Overall, the correlation with marijuana is much stronger with regular smoking than Alcohol experience.

decision-tree-by-python's People

Contributors

taeheejeong avatar

Watchers

 avatar  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.