I can't find a general Catboost discussion forum, so forgive me if this is the wrong place to ask this question.
I've got a model ensemble that consists of XGBoost models and CatBoost models. I've got some models that use categorical features.
When I load the CatBoost model, is there a method I can use to find out what the feature types are? I know we have the feature_names_ parameter to get the names, but I also need to get the types.
Thanks.
I can't find a general Catboost discussion forum, so forgive me if this is the wrong place to ask this question.
I've got a model ensemble that consists of XGBoost models and CatBoost models. I've got some models that use categorical features.
When I load the CatBoost model, is there a method I can use to find out what the feature types are? I know we have the feature_names_ parameter to get the names, but I also need to get the types.
Thanks.