How to fit the XGBClassifier?

前端 未结 0 415
花落未央
花落未央 2021-01-07 17:34

I installed xgboost, but fitting cannot be completed, the main part of the code:

from xgboost import XGBClassifier
clf = XGBClassifier()
clf.fit(X_train, y_tr         


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