I am uploading .csv file which has unnamed column by default

I am uploading .csv file which has unnamed column by default …

Is this the reson of giving zerti % accuracy

hey @mlcodingblocks ,

yes.
To correct this , when you are creating your csv file, just add index=False.
It will create the csv in desired format.

I hope this helps you.
Thank You and Happy Learning :slightly_smiling_face: