I have the following code:
import scikit, xgboost, sklearn asdf = xg.XGBClassifier() asdf.fit(x_t, y_t) asdf.predict(x_t) Asdfpred = model.predict(x_t)