0% found this document useful (0 votes)
45 views2 pages

Part-A Assignment No. 5

The document outlines an assignment for a Computer Engineering course focused on implementing logistic regression using Python or R on a specified dataset. It includes objectives, prerequisites, theoretical content, and specific questions for students to address, including performance metrics and model evaluation. The assignment emphasizes practical data analysis skills and requires students to explain their code and methodology in detail.

Uploaded by

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

Part-A Assignment No. 5

The document outlines an assignment for a Computer Engineering course focused on implementing logistic regression using Python or R on a specified dataset. It includes objectives, prerequisites, theoretical content, and specific questions for students to address, including performance metrics and model evaluation. The assignment emphasizes practical data analysis skills and requires students to explain their code and methodology in detail.

Uploaded by

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

Department of Computer Engineering Subject : DSBDAL

Coding Timely
Answers Viva Dated Sign of
Efficiency Completion Total
(25%) (25%) Subject Teacher
(25 %) (25%)

5 5 5 5 20

Expected Date of Completion:..................................... Actual Date of Completion:.......................


----------------------------------------------------------------------------------------------------------------

Group A
Assignment No: 5
----------------------------------------------------------------------------------------------------------------
Title of the Assignment:
1. Implement logistic regression using Python/R to perform classification on
Social_Network_Ads.csv dataset.
2. Compute Confusion matrix to find TP, FP, TN, FN, Accuracy, Error rate, Precision,
Recall on the given dataset..
----------------------------------------------------------------------------------------------------------------
Objective of the Assignment: Students should be able to data analysis using logistic
regression using Python for any open source dataset
---------------------------------------------------------------------------------------------------------------
Prerequisite:
1. Basic of Python Programming
2.Concept of Regression.
---------------------------------------------------------------------------------------------------------------
Contents for Theory:
1. Logistic Regression
2. Differentiate between Linear and Logistic Regression
3. Sigmoid Function
4. Types of LogisticRegression

SNJB’s Late Sau. K B Jain College of Engineering, Chandwad Dist. Nashik, MS


Department of Computer Engineering Subject : DSBDAL

5. Confusion Matrix Evaluation Metrics


---------------------------------------------------------------------------------------------------------------
Assignment Question:
1) Consider the binary classification task with two classes positive and negative.
Find out TP,TP, FP, TN, FN, Accuracy, Error rate, Precision, Recall

2) Comment on whether the model is best fit or not based on the calculated values.
3) Write python code for the preprocessing mentioned in step 4. and Explain every
step in detail.

SNJB’s Late Sau. K B Jain College of Engineering, Chandwad Dist. Nashik, MS

You might also like