Nptel Data Analytics with Python Week 1 Assignment Answer

ABOUT THE COURSE :
We are looking forward to sharing many exciting stories and examples of analytics with all of you using python programming language. This course includes examples of analytics in a wide variety of industries, and we hope that students will learn how you can use analytics in their career and life. One of the most important aspects of this course is that you, the student, are getting hands-on experience creating analytics models; we, the course team, urge you to participate in the discussion forums and to use all the tools available to you while you are in the course!

INTENDED AUDIENCE  : Management, Industrial Engineering and Computer Science Engineering Students
INDUSTRY SUPPORT  : Any analytics company
PRE-REQUISITES          : Basic knowledge of Python but not necessary

Nptel Data Analytics with Python Week 1 Assignment Answer

Course layout

Week 1 : Introduction to data analytics and Python fundamentals
Week 2 : Introduction to probability
Week 3 : Sampling and sampling distributions
Week 4 : Hypothesis testing
Week 5 : Two sample testing and introduction to ANOVA
Week 6 : Two way ANOVA and linear regression
Week 7 : Linear regression and multiple regression
Week 8 : Concepts of MLE and Logistic regression
Week 9 : ROC and Regression Analysis Model Building
Week 10 : c2 Test and introduction to cluster analysis
Week 11 : Clustering analysis
Week 12 : Classification and Regression Trees (CART)

Nptel Data Analytics with Python Week 1 Assignment Answer

Week 1 : Assignment 1

Due date: 2025-02-05, 23:59 IST.
Assignment not submitted
1 point

State True or false:

Statement: data can be generated by machines but not by humans.

 
 
1 point

Which one of the following is not a classification of Data Analytics?

 
 
 
 
1 point

State True or false:

Statement: Nominal scale is the lowest level of measurement and ratio scale is the highest level of measurement.

 
 
1 point

Consider the following statements-  

Statement A : With iloc, we can pass in the negative value.  

Statement B : With loc, we can pass in the negative value.  

 
 
 
 
1 point
For getting 3rd, 4th & 6th row of a datafile “df”in Python programming, we can write:

 

df.loc[[2,3,5]]  

 

 

df.loc[[3,4,5]]

 

 

df.iloc[3,4,6]

 

 

None of the above

 

1 point

Which of the following is not a measure of dispersion?

 
 
 
 
1 point

State the following true or false? 

Statement: Bimodal Data sets contains more than two modes. 

 
 
1 point

Bar Charts are used for : 

 
 
 
 
1 point

Median is not applicable to  

 
 
 
 
1 point

 def m(data) 

        Diff = max(data) – min(data) 

         return(Diff) 

The above defined data function in Python programming, will calculate the

 
 
 
 

Related Posts

Leave a Reply