Hello,
I am currently looking at machine learning course, and I am being asked to import SVC from sklearn.svm in order to start typing codes. I am not familiar with coding at all. Could you please advise where am I suppose to import that file from? Do I need to download a special software??
Thanks,
HI Clement
You can try typing anything in the console and press "submit". On the left corner you will find both hints and option to see solution code.
For this specific case, the code is "from sklearn.svm import SVC as s"
A better place to begin your journey in this domain would be the free course on python.
Good luck!