Entropy-based & ChiMerge Data Discretization Feb. 12, 2008 Team #4: Seunghyun Kim Craig Dunham Suryo Muljono Albert Lee.

Slides:



Advertisements
Similar presentations
Logical DB Design: ER to Relational Entity sets to tables. Employees ssn name lot CREATE TABLE Employees (ssn CHAR (11), name CHAR (20), lot INTEGER, PRIMARY.
Advertisements

Panevezys youth organisation union ROUND TABLE PANEVEZYS YOUTH ORGANISATIONS UNION ROUND TABLE It’s like an umbrella for youth organisations to be safe.
Name Contact Information What you are looking for (Objective) Experience Education Additional relevant information (within reason!!)
TAX-AIDE Child Tax Credits Both a non-refundable and a refundable credit.
Bayesian Classification
1. 2www.nacmtampa.com Home Page 3 Member Login Page.
Decision Trees in the Big Picture Classification (vs. Rule Pattern Discovery) Supervised Learning (vs. Unsupervised) Inductive Generation (vs. Discrimination)
ChiMerge Technique Example
Customizing Your Client- Information Systems Chapter Three cont…
Classification Continued
Figure Figure 18-1 part 1 Figure 18-1 part 2.
1 times table 2 times table 3 times table 4 times table 5 times table
Data Warehousing and Data Mining
HIGH TECH PIZZA Data Flow Diagram
For more info visit at For more info visit at
03/28/07Project Manager Training Customer Contract (“Non Standard”) Contract Reference List and Project Info Legal/Risk Management Department Las Vegas.
Decision Trees. 2 Outline  What is a decision tree ?  How to construct a decision tree ? What are the major steps in decision tree induction ? How to.
More about Databases. Data Entry through Forms Table View (Data sheet view) is useful for data entry of new records But sometimes customization would.
Classification and Prediction Compiled By: Umair Yaqub Lecturer Govt. Murray College Sialkot Readings: Chapter 6 – Han and Kamber.
Dependent Care Credit 1. What is a Tax Credit Credits are designed to offset tax liability Refundable credits Nonrefundable credits Dependent Care Credit.
Machine Learning BY:Vatsal J. Gajera (09BCE010).  What is Machine Learning? It is a branch of artificial intelligence.It is a scientfic discipline concerned.
Functions! By: Haylee Garner. Problem: Kim went to the pumpkin patch. The price for pumpkins were.25 cents per pound. If I picked out a pumpkin that was.
CS315 Access Homework Spring 2008 By Dr. Lee. Access Homework 1 Due: 2/5/2008 Do In-the-Lab 1 (Birds2U Database) on pages AC56-AC58. Note: Add the following.
Chapter 20 Data Analysis and Mining. 2 n Decision Support Systems  Obtain high-level information out of detailed information stored in (DB) transaction-processing.
Chapter 6 Classification and Prediction Dr. Bernard Chen Ph.D. University of Central Arkansas.
Bayesian Classification
Franklin Twp. Youth Soccer Online Registration Tutorial.
1of 3 Position statements Healthy Active Living → Find Nice vivid background picture. Only thing on page Healthy Active Living.
Data Mining Spring 2007 Noisy data Data Discretization using Entropy based and ChiMerge.
State Income Tax Refund & Alimony Pub 17, Chapters 12 & 18 (Federal 1040-Lines 10 & 11) (NJ 1040-Line 24) NJ TAX TY2014 v11.
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
PSY 3561 Preliminary Practicum Training to Work With Special Populations.
Tables Learning Support
Source Page US:official&tbm=isch&tbnid=Mli6kxZ3HfiCRM:&imgrefurl=
IST 220 – Intro to Databases Database Design I. DB Design – Sports League The league needs to keep track of Teams Players Coaches Sponsors How many tables.
จัดทำโดย นายชนากานต์ สันติคุณาภรณ์ นายธฤษพงศ์ ศิริบูรณ์ นางสาวศุภาภรณ์ ถ่านคำ.
Decision Tree. Classification Databases are rich with hidden information that can be used for making intelligent decisions. Classification is a form of.
Empowering Your Collections Team. The Collections Management Query Process Design, organize, Implement 1 The Collections Query 2 How Can We Use a Query.
By N.Gopinath AP/CSE.  A decision tree is a flowchart-like tree structure, where each internal node (nonleaf node) denotes a test on an attribute, each.
Путешествуй со мной и узнаешь, где я сегодня побывал.
分類與預測 (Classification and Prediction)
ACCOUNTS RECEIVABLE LEDGER AND GENERAL LEDGER CONTROLLING ACCOUNT
Chapter 6 Classification and Prediction
Times Tables.

Quicken Support Phone Number More info :
Team 1: 32 responses Team 2: 55 responses Team 3: 29 responses
Quicken Customer Support Number More info :
Quicken Help Phone Number More info :
Quicken 2018 Customer Service
Mint Customer Support Phone Number
Mint Helpline Phone Number
Page 1. Page 2 Page 3 Page 4 Page 5 Page 6 Page 7.
Malwarebytes Context Menu Missing
How to Unlock Chrome on Malwarebytes
Malwarebytes Anti-Malware Customer Support
Malwarebytes Customer Support Phone Number
Malwarebytes Phone Support Number
IS422P - Data Mining [2013] 3- Classification
ريكاوري (بازگشت به حالت اوليه)
Classification by Decision Tree Induction
Clive mills & associates
Learn in Israel in English and get credit!
Virtual Memory.
Point-in-time balances Physical database Aggregation ETL Architecture
Pages NOTE: On a single line, any point that is a solution will fall on the line. Any point that is NOT a solution, will be a point that is NOT on.
3 times tables.
6 times tables.
Classification 1.
Presentation transcript:

Entropy-based & ChiMerge Data Discretization Feb. 12, 2008 Team #4: Seunghyun Kim Craig Dunham Suryo Muljono Albert Lee

Entropy-based discretization Table 6.1 Class-labeled training tuples from the AllElectronics customer database (page 299). RIDageincomeStudentCredit_ratingClass: buy_computer 1YouthHighNoFaireNo 2YouthHighNoExcellentNo 3Middle_ageedHighNoFaireYes 4SeniorMediumNoFaireYes 5SeniorLowYesFaireYes 6SeniorLowYesExcellentNo 7Middle_agedLowYesExcellentYes 8YouthMediumNoFaireNo 9YouthLowYesFaireYes 10SeniorMediumYesFaireYes 11YouthMediumYesExcellentYes 12Middle_ageedMediumNoExcellentYes 13Middle_ageedHighYesFaireYes 14SeniorMediumNoExcellentNo

Entropy-based (Cont’d) Information gain Info(D) = = bits Info age (D) = = bits

Entropy-based (Cont’d) Gain(A) = Info(D) – Info A (D). Gain(age) = Info(D) – Info age (D) = – = bits Gain(income)= Info(D) – Info income (D) = – = bits Gain(student)= Info(D) – Info student (D)= – = bits Gain(credit) = Info(D) – Info credit (D) = – = 0.04 bits

Entropy-based (Cont’d) AllElectronics customer database Age ? SeniorMiddle_ageYouth

Entropy-based (Cont’d) AllElectronics customer database Age ? SeniorMiddle Youth Student? Credit? Student Non Student ExcellentFair yes no