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