我正在尝试应用自动特征选择时,使用catboost训练。我拥有的catboost版本(0.11.2)似乎没有在https://catboost.ai/en/docs/concepts/python-reference_catboost_select_features中宣传‘https://catboost.ai/en/docs/concepts/python-reference_catboost_select_features’方法。
AttributeError: CatBoostRegressor对象没有属性“select_features”
发布于 2022-10-17 11:22:33
尝试升级catboost版本,我已经检查了catboost changelog,但是找不到这种方法支持的最低版本。文档通常假设您使用的是最新版本,如果没有其他说明的话。
https://stackoverflow.com/questions/74096214
复制相似问题