Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: AttributeError from feature_name
The attribute of 'model' CatBoostRegressor should simply be 'feature_names_' rather than using as a method. Please refer to [catboost](https://catboost.ai/docs/concepts/python-reference_catboostregressor.html) API and accept this PR.
- Loading branch information