How decision tree is derived from a data set

Slides:



Advertisements
Similar presentations
Good Morning. Im the meteorologist, ______ ________. Yesterday I predicted ________. My prediction was_________, because it _________. I ___ed. Here is.
Advertisements

Decision tree software C4.5
CS 4100 Artificial Intelligence Prof. C. Hafner Class Notes March 27, 2012.
Decision Tree Approach in Data Mining
Decision Trees.
5 A Day Weather Tracking Questions. 1. Look at the highs and lows. Which days seem to have a smaller difference between the high and low temperature?
Weather By Shavar and Gerlof. Significance Predicting the weather creates a huge benefit for a large amount of people. Harsh weather can cause a disaster.
Lazy Associative Classification By Adriano Veloso,Wagner Meira Jr., Mohammad J. Zaki Presented by: Fariba Mahdavifard Department of Computing Science University.
© 2002 by Prentice Hall 1 SI 654 Database Application Design Winter 2003 Dragomir R. Radev.
Classification and Prediction by Yen-Hsien Lee Department of Information Management College of Management National Sun Yat-Sen University March 4, 2003.
Selection Sort
Decision tree: Example 0 = Not a Saturday, 1 = Saturday Given: rainy, humid, not windy Is it a Saturday? It is a Saturday.
Midwestern State University, Wichita Falls TX 1 Computerized Trip Classification of GPS Data: A Proposed Framework Terry Griffin - Yan Huang – Ranette.
Machine Learning Chapter 3. Decision Tree Learning
3.5 – Solving Systems of Equations in Three Variables.
Data Mining – Algorithms: Prism – Learning Rules via Separating and Covering Chapter 4, Section 4.4.
Control: The part of the experiment that scientists keep the same during the experiment ex: temperature, location, light. Control Group: The group in the.
L6_2. Learning Systems in Java. References 1.
Math 10 Lesson (3) Using Data to Predict: Focus L Scatterplots.
Scientific Method. Ask a question Ask a question.
Selection Sort
The profit for selling 10 widgets is $17 and the profit for selling 15 is $32. VOCAB/TOPIC Independent Variable ( ) - The quantity which determines the.
Sorting 1. Insertion Sort
Three Factors of Weather
Data Warehouse [ Example ] J. Han and M. Kamber, Data Mining: Concepts and Techniques, Morgan Kaufmann, 2001, ISBN Data Mining: Concepts and.
Section 3.2 Linear Models: Building Linear Functions from Data.
DATA MINING TECHNIQUES (DECISION TREES ) Presented by: Shweta Ghate MIT College OF Engineering.
Heartbeat Stars Rachel Smullen with Dr. Henry Kobulnicky and Dr. Martin Still, NASA Department of Physics and Astronomy University of Wyoming Funded by.
DECISION TREES An internal node represents a test on an attribute.
Decision Trees an introduction.
Chapter 18 From Data to Knowledge
Data Science Algorithms: The Basic Methods
Naïve Bayes Classifier
Classification Algorithms
Teori Keputusan (Decision Theory)
Prepared by: Mahmoud Rafeek Al-Farra
Data Science Algorithms: The Basic Methods
Artificial Intelligence
USE OF DATA ANALYTICS TO PREDICT THE DEMAND OF BIKES
ID3 Vlad Dumitriu.
Data Science Algorithms: The Basic Methods
What will I do today? Your friend has created a decision tree to help decide what to do each day. See if you can answer the questions at the bottom of.
Linear Models: Building Linear Functions from Data
Advanced Artificial Intelligence
Machine Learning Techniques for Data Mining
Activity type: Design and Make
Thursday, May 21, 2015 Castle Learning Week # 38
Example Experiment Question- Does darkness affect germination rate of sunflower seeds? Form your hypothesis and make a prediction. If sunflower seeds are.
Machine Learning Chapter 3. Decision Tree Learning
Dependent and independent variables
Experimentation 101.
Play Tennis ????? Day Outlook Temperature Humidity Wind PlayTennis
Machine Learning Chapter 3. Decision Tree Learning
Experimental Design Vocabulary.
Process Description Tools
Data Logging Day 1 ish Objectives:
Decision Tree Concept of Decision Tree
Do Now: Read over lab..
C.2.10 Sample Questions.
Section 8.5 Day 1 Using the Distributive Property
Variables Obj 1:a-b.
Recorder Visual Identification Test
C.2.8 Sample Questions.
C.2.8 Sample Questions.
Data Mining CSCI 307, Spring 2019 Lecture 15
Data Logging Day 1 ish Objectives:
Lesson 3.3 Writing functions.
Data Mining CSCI 307, Spring 2019 Lecture 6
Naïve Bayes Classifier
Data Mining CSCI 307, Spring 2019 Lecture 9
Presentation transcript:

How decision tree is derived from a data set : A case of predicting Play/Not Play with weather information

A sample problem Predict Play or Not Play (ex: Playing Golf) :output, target variable with 4 independent variables(input or decision variable) such as outlook temperature humidity windy

Output Variables(target variables) Decision Variables Output Variables(target variables) .Play (golf) .Not Play(golf)

Data set(14 records in it)

But, it still needs to be refined! Sort data with outlook But, it still needs to be refined!

Final Decision Tree Induced from Data