Only Few Seats Left for Advanced Certification Courses on Data Science, ML & AI by E&ICT Academy IIT Roorkee
Apply NowNow train an SVC classifier on the training set.
Import SVC from sklearn:
from sklearn.svm import <<your code goes here >>
Create an instance of the SVC classifier named svm_clf and fit the training data:
<< your code goes here >> = SVC(gamma="auto", random_state=42)
<< your code goes here >>.fit(X_train, y_train)
No hints are availble for this assesment
Answer is not availble for this assesment
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...