Linear Regression: Test Your Knowledge Return to pathway Which of these is an example of a parameter that is calculated during training for a linear regression model? Weight Learning rate Prediction Label Fill-in-the-blanks Enter one or more words to complete the sentence. Suppose you are building a linear regression model to predict the sale price of a used car. The training dataset includes the following information: sale price (label), model year (feature), MSRP (feature), odometer mileage (feature), gas mileage (feature). How many weights will there be for this model? ___ Fill-in-the-blanks Enter one or more words to complete the sentence. Review the graph below. What is the mean squared error? ___ Which of these controls the size of the steps of the gradient descent algorithm? Learning rate Loss function Batch size Regularization rate Suppose you are training a linear regression model and after about 100 iterations you notice that the loss is high and trending downward, but not by a significant amount. What is likely to be the problem? The learning rate is too large. The learning rate is too small. Your dataset has too many examples. Your dataset does not have enough examples. Submit answers error_outline An error occurred when grading the quiz. Please try again.