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