Skip to content

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