Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unindent does not match any outer indentation level #3

Open
cheusov opened this issue Jun 26, 2019 · 0 comments
Open

unindent does not match any outer indentation level #3

cheusov opened this issue Jun 26, 2019 · 0 comments

Comments

@cheusov
Copy link

cheusov commented Jun 26, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant