Sign in
Log inSign up
Fatima Jannet

5 comments

Sorder R. Hassan
Sorder R. Hassan
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
Fatima Jannet
Fatima Jannet
Author
·Oct 18, 2024

yes, the indexing part was bit confusing. I'll update the indexing asap. Thanks for your suggestion

1
·
Fatima Jannet
Fatima Jannet
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

·
Ishrak Howlader
Ishrak Howlader
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
Fatima Jannet
Fatima Jannet
Author
·Oct 18, 2024

We apply feature scaling on training set only. so apply it on x_train, not x_test

·