0% found this document useful (0 votes)
72 views

WEKA Classification Examples

This document provides examples of using the WEKA data mining and machine learning tool to perform various tasks including decision trees, regression, and logistic regression. It outlines 5 examples - the first two use decision trees to classify admission and phishing data, the next two use regression on TV and ecommerce data, and the last uses logistic regression on college admission data. For each example it identifies the dataset, variables, and steps to perform the task in WEKA and view the output or results.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
72 views

WEKA Classification Examples

This document provides examples of using the WEKA data mining and machine learning tool to perform various tasks including decision trees, regression, and logistic regression. It outlines 5 examples - the first two use decision trees to classify admission and phishing data, the next two use regression on TV and ecommerce data, and the last uses logistic regression on college admission data. For each example it identifies the dataset, variables, and steps to perform the task in WEKA and view the output or results.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 14

BDM Tool - WEKA

Example 1 & 2 – Decision Tree


Example 3 & 4 – Regression
Example 5 – Logistic Regression
WEKA DEMO
• Popular Data Mining & ML Tool
• 1. Pre-process
• 2. Classification
• 3. Clustering
• 4. Association Rules
• 5. Select Attributes
• 6. Visualization
Classification Algorithms
Simple Decision Tree
Example 1 – Admitted/Not Admitted

• Data set name : admission_data.csv


• Decision Tree Construction using WEKA
– Step 1 – Open File
– Step 2 – Classify
• Choose Trees
• Choose J48
• Right click on <result list file>
• Visualize Tree
Example 1 – Output
Example 2 - Phishing
• Datasets
– Word Document – Phishing website features
– ARFF – Training dataset
• Classify
– Tree
– J48
– Dependent Variable – (NOM) Result
Example 2 – Output
Example 3 – Regression - TV Rating

• CTRP
• Promotion Amount
• Revenue

• Dependent & Independent Variable ???


Example 3 - Output
Example 4 – Regression - Ecom
• Family members
• Income
• spent

• Dependent & Independent Variable ???


Example 4 - Output
Example 5 – Logistic Regression – Admission
Data
• admitted
• GRE
• GPA
• CollegeRank

• Dependent & Independent Variable ???


Example 5 - Output

You might also like