sidharth72 / commentsystem

0 stars 0 forks source link

https://www.pycodemates.com/2022/10/the-rbf-kernel-in-svm-complete-guide.html #3

Open utterances-bot opened 9 months ago

utterances-bot commented 9 months ago

The RBF kernel in SVM: A Complete Guide - PyCodeMates

https://www.pycodemates.com/2022/10/the-rbf-kernel-in-svm-complete-guide.html

Waguy02 commented 9 months ago

Great tutorial, there is a small errror on the last configuration.

clf = SVC(kernel= "linear rbf")

Thanks

Waguy02 commented 9 months ago

Oh no ! My bad, you manually performed the kernel transformation.