Request More Information

Email:  WhatsApp:

koenig-logo

Machine Learning with Python Quiz Questions and Answers

Answer :
  • Supervised Learning

Explanation :

You have the data of the past few years to train your model on. Since you know the results of different games based on different performance parameters, it would be a supervised learning problem — more specifically, a classification problem since your output variable (i.e. the name of the team) is categorical.
Answer :
  • Yes

Explanation :

The R-squared will always either increase or remain the same when you add more variables. Because you already have the predictive power of the previous variable so the R-squared value can definitely not go down. And a new variable, no matter how insignifi
Answer :
  • Classification

Explanation :

The algorithm has to distinguish between actual emergency shakes and everyday jostling. Here, your output variable has pre-defined labels (shake/jostle), which are categorical in nature. So, this is a supervised learning - classification problem.
Answer :
  • y-coordinates of actual data - y-coordinates of predicted data

Explanation :

The Ordinary Least Squares method has the criterion of the minimisation of the sum of squares of residuals. Residuals are defined as the difference between the y-coordinates of actual data and the y-coordinates of predicted data.
Answer :
  • ß1=0

Explanation :

This is kept so because in case that the Null hypothesis is rejected, you can conclude that β1 is not zero and the coefficient is significant, but if we fail to reject the Null Hypothesis, the coefficient is deemed insignificant.