Skip to content

Update 03_classification.ipynb#1

Open
feveilleau wants to merge 1 commit intoalexhegit:masterfrom
feveilleau:patch-1
Open

Update 03_classification.ipynb#1
feveilleau wants to merge 1 commit intoalexhegit:masterfrom
feveilleau:patch-1

Conversation

@feveilleau
Copy link

X[0] is not working for <class 'pandas.core.frame.DataFrame'>

X[0] is not working for <class 'pandas.core.frame.DataFrame'>
@feveilleau
Copy link
Author

same error with X [:100]
it works with X.values[:100]
...
X_train_folds = X_train.values[train_index]
...
and so on

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

Successfully merging this pull request may close these issues.

1 participant