You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where we defined data_linear_model in the hidden solutions and therefore it's very easy to miss. We should make clear that data_linear_model refers to the data containing features used for the linear model in question 1, i.e. "speed", "speed^3", "speedsin(alpha)" and "speedacceleration".
The text was updated successfully, but these errors were encountered:
As mentioned irl by @rouk1, in Q11 from wrap-up quiz 7 we provide a code snippet as follows:
where we defined
data_linear_model
in the hidden solutions and therefore it's very easy to miss. We should make clear thatdata_linear_model
refers to the data containing features used for the linear model in question 1, i.e. "speed", "speed^3", "speedsin(alpha)" and "speedacceleration".The text was updated successfully, but these errors were encountered: