0% found this document useful (0 votes)
3 views3 pages

Data Analytics With Python - Week 9

This document outlines the Week 9 assignment for the NPTEL Data Analytics with Python course, which includes questions related to binary classification metrics, confusion matrices, ROC curves, and regression analysis. The assignment is due on March 25, 2026, and allows for multiple submissions before the deadline. Key topics covered include classification accuracy, sensitivity, specificity, and the representation of regression models.
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)
3 views3 pages

Data Analytics With Python - Week 9

This document outlines the Week 9 assignment for the NPTEL Data Analytics with Python course, which includes questions related to binary classification metrics, confusion matrices, ROC curves, and regression analysis. The assignment is due on March 25, 2026, and allows for multiple submissions before the deadline. Key topics covered include classification accuracy, sensitivity, specificity, and the representation of regression models.
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

3/20/26, 9:14 PM Data Analytics with Python - - Unit 12 - Week 9

([Link] ([Link]

23bme034@[Link] 

NPTEL ([Link] » Data Analytics with Python (course)

Course Week 9: Assignment 9


outline Your last recorded submission was on 2026-03-20, 08:23 Due date: 2026-03-25, 23:59 IST.
IST
About
1) In a binary classification confusion matrix, which component represents records 1 point
NPTEL ()
where the model predicts class “1” but the actual class is “0”?

How does an
False Positive
NPTEL
online True Positive
course False Negative
work? () True Negative

Week 0 () 2) Which of the following correctly defines classification accuracy? 1 point

Week 1 () (TP + FP)/Total


(TP + TN)/Total
Week 2 ()
(FP + FN)/Total
TP/(TP + FN)
Week 3 ()

3) Which metric measures the proportion of actual positives correctly identified? 1 point
Week 4 ()

Precision
Week 5 ()
Recall (Sensitivity)

Week 6 () Specificity
Accuracy
Week 7 ()
4) Reducing the cutoff value from 0.50 to 0.30 will generally: 1 point
Week 8 ()
Increase false negatives
Week 9 () Decrease sensitivity
Increase specificity

[Link] 1/3
3/20/26, 9:14 PM Data Analytics with Python - - Unit 12 - Week 9

Confusion Increase predicted positives


matrix and
ROC- I (unit? 5) In an ROC curve, the x-axis represents: 1 point
unit=25&lesso
n=75)
Sensitivity
Precision
Confusion
Matrix and False Positive Rate
ROC-II (unit? Accuracy
unit=25&lesso
n=76) 6) Which value of AUC (Area Under Curve) represents a perfect classifier? 1 point
Performance
0.0
of Logistic
Model-III (unit? 0.5
unit=25&lesso 0.75
n=77)
1.0
Regression
Analysis 7) Which of the following metrics is most useful when false negatives are very costly 1 point
Model Building
(e.g., disease detection)?
- I (unit?
unit=25&lesso
Accuracy
n=78)
Specificity
Regression
Sensitivity
Analysis
Model Building Misclassification rate
(Interaction)- II
(unit? 8) The first-order regression model with one predictor variable is represented as 1 point
unit=25&lesso (Considering the standard nomenclature):
n=79)

Important data
files (unit?
unit=25&lesso
n=80)

Quiz: Week 9:
Assignment 9
9) In a second-order regression model with one predictor variable, which additional 1 point
(assessment?
term is included (x is independent variable)?
name=233)

x
Week 10 ()

Download
Videos ()
xy

Weekly
Feedback ()
10) In regression analysis, an interaction term between two variables and is 1 point
represented as:

Text
Transcripts
()

Books ()

[Link] 2/3
3/20/26, 9:14 PM Data Analytics with Python - - Unit 12 - Week 9

You may submit any number of times before the due date. The final submission will be
Problem
considered for grading.
Solving
Session - Submit Answers
Jan 2026 ()

[Link] 3/3

You might also like