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

X and Y are not defined in preprocessing_surf.py #4

Open
hareentej2 opened this issue Jul 17, 2018 · 0 comments
Open

X and Y are not defined in preprocessing_surf.py #4

hareentej2 opened this issue Jul 17, 2018 · 0 comments

Comments

@hareentej2
Copy link

hareentej2 commented Jul 17, 2018

X_train, X_test, X_val, y_train, y_test, y_val = perform_data_split(X, y, training_idxs, test_idxs, val_idxs)
Traceback (most recent call last):

File "", line 1, in
X_train, X_test, X_val, y_train, y_test, y_val = perform_data_split(X, y, training_idxs, test_idxs, val_idxs)

NameError: name 'X' is not defined

@imRishabhGupta I couldn't find where you defined X and y in this program

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