Screen Link: https://app.dataquest.io/m/235/the-linear-regression-model/5/using-scikit-learn-to-train-and-predict
The instructions on this screen state:
…" Fit a linear regression model that uses the feature and target columns we explored in the last 2 screens. Use the default arguments .
I’m thinking this means we can choose any of the 3 feature columns (['Garage Area', 'Gr Liv Area', 'Overall Cond'])
, but it doesn’t specify the Gr Liv Area column that the solution uses.
Replace this line with your code