Using SVC classification gives 100 percent accuracy

In the video…when SVC classification is used ,accuracy is 64%

But using the same code, I get 100%

svm_classifier = svm.SVC(kernel=‘linear’,C=1.0)

Is there somethign wrong?

hey @lintasheelkumar ,
that might be due to different data combination.
and kindly check that , you checking this score on test data , not on training data.

At 6.36 timeline in the video…the score is being calculated on train data and the accuracy comes at 64% still…This is why Im confused

can you please share your notebook.

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.