MES Wadia College of Engineering Pune-01 Department of Computer Engineering
MES Wadia College of Engineering Pune-01 Department of Computer Engineering
OBJECTIVES:
Students should be able to data analysis using logistic regression using Python for any open
source dataset.
PREREQUISITE:
Basic of Python Programming
Concept of Regression.
APPRATUS:
Programming Language: Python.
Dataset: Boston Dataset (https://www.kaggle.com)
CONCLUSION:
QUESTIONS:
1. Explain Logistic Regression in details
2. Differentiate between Linear and Logistic Regression
3. Consider the binary classification task with two classes positive and negative. Find out
TP,TP, FP, TN, FN, Accuracy, Error rate, Precision, Recall
4. Comment on whether the model is best fit or not based on the calculated values.
5. Write python code for the preprocessing mentioned in step 4. And explain every step in
detail.