medium_posts icon indicating copy to clipboard operation
medium_posts copied to clipboard

Target variable in features in UQ notebook

Open mishagrol opened this issue 2 years ago • 0 comments

Hello, @slavakx !

Thank you for you tutorial on UQ for regression!

I found that in your code there is data leak

data = california_housing.frame 

изображение

You have MedHouseVal in your frame, as far as I understand, this column is target. That why you have such great RMSE metrics.

I think, you can fix it by using

data = california_housing.data 

To avoid MedHouseVal columns in dataset fearures

📈

mishagrol avatar Dec 28 '23 16:12 mishagrol