ImportError Traceback (most recent call last) in () 11 classes = [1,1,1,0,0,0] 12 ---> 13 from sklearn.svm import LinearsSVC 14 15 model = LinearsSVC()
ImportError: cannot import name 'LinearsSVC'
NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the