Is your feature request related to a problem? Please describe.
When I have a categorical features in part of the dataset, it errors out even if I try to use XGBoost model eith enable_categorical_feature on.
Describe the solution you'd like
Adding CatBoost model, so that we can handle categorical feature.
Describe alternatives you've considered
using XGBRRegressor or XGBTRegressor with enable_categorical_feature on.
Additional context