Open
Description
Add HistGradientBoostingClassifier to the classifier list, and see if it performs similarly to XGBoost. If the performance is similar we can replace the XGBoost dependency with HistGradientBoostingClassifier, since we already depend on sklearn.