使用xgb进行训练时,报错:ValueError: setting an array element with a sequence
clf = XGBRegressor(objective="binary:logistic", learning_rate=0.01, max_depth=4, silent=True,nthread=16, n_estimators=100)
clf
使用xgb进行训练时,报错:ValueError: setting an array element with a sequence
clf = XGBRegressor(objective="binary:logistic", learning_rate=0.01, max_depth=4, silent=True,nthread=16, n_estimators=100)
clf