You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run nbsvm.py script and see the following.
Traceback (most recent call last):
File "nbsvm.py", line 6, in
from tools import *
File "/home/cheusov/prjs/document_classification/tools.py", line 100
self.y_train, self.y_test = train_test_split(self.X, self.y,
^
IndentationError: unindent does not match any outer indentation level
The text was updated successfully, but these errors were encountered:
I'm trying to run nbsvm.py script and see the following.
Traceback (most recent call last):
File "nbsvm.py", line 6, in
from tools import *
File "/home/cheusov/prjs/document_classification/tools.py", line 100
self.y_train, self.y_test = train_test_split(self.X, self.y,
^
IndentationError: unindent does not match any outer indentation level
The text was updated successfully, but these errors were encountered: