Python Forum
Data Science - "key of type tuple not found and not a MultiIndex" - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Data Science - "key of type tuple not found and not a MultiIndex" (/thread-35473.html)



Data Science - "key of type tuple not found and not a MultiIndex" - priyanshuaggarwal - Nov-07-2021

[attachment=1370]

Kaggle link of house prediction using Ridge regression from scratch

The python file I have attached have same code of Ridge regression which is there in Kaggle link provided but when I am applying it on different dataset, it showing error "key of type tuple not found and not a MultiIndex".
Please look through the problem Smile

I will also attach the dataset with this.