AIML Assignment 6
AIML Assignment 6
Classification Model
G-17
Assignment No. 6
Objective of Experiment
1. To understand how to classify features; How to develop classification
model and evaluate its performance.
2. To load dataset and separate training and testing data.
3. To train the model using training data and find its accuracy.
4. To learn how to execute python program.
5. To find accuracy of data using “Decision-Tree-Classifier” model.
6. To plot decision tree chart
Theory
G-18
Holdout Method
Cross-Validation
Classification Report
9. Classification Algorithm Selection
Problem Statement
Write problem statement of already available one type of learning
example from available resources. The data must be in CSV format. The
aim is to extract features from given dataset and establish training data.
Target Variable: Write the target variable.
Procedure
Write and follow the standard procedure for your selected type of learning
example from available resources assigned to you using any one type of
classifier mentioned above in “Types of Classification Algorithms.”
Program Code
Write Algorithm, draw flow-chart of the Problem Statement selected by /
assigned to you. Also enclose a print-out of your Python Program Listing
(*.txt).
NOTE: No hand-written Program Listing is expected; it should be a Print-out!
Program Input
Also attach a print-out of the Dataset in form of *.csv file (comma
separated values) as an input.
Program Output
Attach a print-out of your program output (result) and Conclusion.
G-19