python_for_image_processing_APEER icon indicating copy to clipboard operation
python_for_image_processing_APEER copied to clipboard

Colab crash for unknown

Open dot3kse opened this issue 2 years ago • 0 comments

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

dot3kse avatar Jul 26 '22 11:07 dot3kse