9 likes
·
774 reads
5 comments
·Oct 18, 2024
Oct 18, 2024
Excellent blog apu. Although, new python guys might face trouble with indexing. I caught on with the indexing system. Adding regular list indexing, then pandas and numpy indexing example at the begging part could give an ease.
·
·2 replies
Author
·Oct 18, 2024
yes, the indexing part was bit confusing. I'll update the indexing asap. Thanks for your suggestion
1
·
Author
·Oct 18, 2024
I've updated the blog. In the contents, it's right after OOP. Also, did you face any trouble downloading the datasheet and copying the colab file? Let me know
·
·Oct 18, 2024
Oct 18, 2024
First of all thank you for a great blog. So i run into a problem. after scaling the dataset, my x_test is not giving me dummy values, its aslo giving SD and mean
·
·1 reply
Author
·Oct 18, 2024
We apply feature scaling on training set only. so apply it on x_train, not x_test
·