What is the difference between these two options of XGBOOST code?

后端 未结 0 1140
夕颜
夕颜 2021-01-29 06:02

I used to run xgboost using the following syntax:

from xgboost import XGBClassifier
newxgb = XGBClassifier(#list of params)
newxgb.fit(X_train,y_train)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题