Ao tentar importar o módulo "sklearn.svm" estou tendo o seguinte erro :
'from sklearn.svm import LinearSVC
model = LinearSVC() mode.fit(dados, classes)'
ERROR :
'NameError Traceback (most recent call last)
in () 2 3 model = LinearSVC() ----> 4 mode.fit(dados, classes)
NameError: name 'mode' is not defined'