I’m having issues understanding why I’m having issues on the mark on my assignment of Lab5 when the expected results that i should have are matching the ones from the assingment and the hints the lab are giving are not clear. I’ve been trying to solve this for days but I’m stucked.
Specially on excercise 6, that because of the IDX column is making me have issues on 6 7 8 which makes me fail the assignment
I’m not getting any error when submitting the code and the results that I’m getting are the same as the expected one
Ex6
Failed test case: The ‘idx’ column has incorrect values. Make sure you using the values 0,1,2,… until the length of the data.
Failed test case: X_simple has the correct shape, but the values are not correct. Make sure you are using the correct predictors and adding the constant term.
Failed test case: Y has incorrect values. Make sure you are selecting the correct target variable..
Ex7:
Failed test case: X_multi has the right dimensions, but incorrect values. Make sure you are using the correct predictors and adding the constant term.
Ex8:
Failed test case: y_pred has incorrect values. Make sure you are using the correct predictors and model to get the predicted values..
Failed test case: residuals has incorrect values. Make sure you are calculating the residuals correctly..