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

Assignment AI

The document provides instructions for a multiclass classification assignment using the iris dataset. The dataset contains 3 species of iris flowers with 4 features measured from 50 samples of each species. Students are tasked with downloading and exploring the data, splitting it into training and test sets, training linear regression, KNN and logistic regression classifiers on the training set, testing the models on the test set, and reporting the best parameters and performance of each model along with a discussion.

Uploaded by

dr. waing
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

Assignment AI

The document provides instructions for a multiclass classification assignment using the iris dataset. The dataset contains 3 species of iris flowers with 4 features measured from 50 samples of each species. Students are tasked with downloading and exploring the data, splitting it into training and test sets, training linear regression, KNN and logistic regression classifiers on the training set, testing the models on the test set, and reporting the best parameters and performance of each model along with a discussion.

Uploaded by

dr. waing
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment : Multiclass Classification (Iris Species Classifier)

About Dataset: The iris dataset includes 3 different species (as shown in Figure) with 50 samples for
each class, and 4 features – sepal width, sepal length, petal width, and petal length.

Instruction: 1) Download the dataset (Kaggle/Git Hub/other available websites) or Import from Sklearn
2) Analyze the data -EDA

3) Split train and test data

4) Train classification models using Linear Regression, KNN, and Logistic Regression
Methods

5) Test and Evaluate the Performance

Note: You have to train each model by tuning the best parameter. Discuss the performance of these
three models with classification report.

Turned In Format: 1)Python file (.ipynb if used jupyter notebook)


2) Word file (.doc) which includes - Model best parameters, Performance
result (classification report and confusion matrix), and your
discussion/conclusion

You might also like