Not Good Accuracy

Hi,

Im not getting a good accuracy on this problem.
Also I’m not sure what I have done is exactly right especially the data processing part.

Could you please have a look and let me know what I’m doing wrong - https://colab.research.google.com/drive/1mZs-CIAQerOFOZuFiCkHCkRCzZJDjmc0?usp=sharing

Thanks!

hey @lintasheelkumar ,
Just while looking at the code ( I haven’t runned it till now. ) , i just got something.
While using Normalization techniques , we need to just fit_transform it on the training set and based on this we need to transform our test data similarly.
Whereas in your code, you are refitting it again and again, which is not good.
So kindly look into that.

I hope it helps.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.