You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: