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

Colab crash for unknown #7

Open
dot3kse opened this issue Jul 26, 2022 · 0 comments
Open

Colab crash for unknown #7

dot3kse opened this issue Jul 26, 2022 · 0 comments

Comments

@dot3kse
Copy link

dot3kse commented Jul 26, 2022

i try with another dataset, it always crashed in:

#XGBOOST
import xgboost as xgb
model = xgb.XGBClassifier(tree_method='gpu_hist', gpu_id=0)
model.fit(X_for_training, y_train) #For sklearn no one hot encoding <---- (this part)

i already try with local PC too, there's bug:

AttributeError: 'bool' object has no atribute 'all'

could someone solve my problem please. many thanks

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