.. _learn_xgboost_ref: XGBoost Integration =================== .. currentmodule:: maxframe.learn.contrib Data Structure -------------- .. autosummary:: :toctree: generated/ xgboost.DMatrix Training -------- .. autosummary:: :toctree: generated/ xgboost.predict xgboost.train Callbacks --------- .. autosummary:: :toctree: generated/ xgboost.callback.EarlyStopping xgboost.callback.LearningRateScheduler Scikit-learn API ---------------- .. autosummary:: :toctree: generated/ xgboost.XGBClassifier xgboost.XGBRegressor