I have a list of models that I iterate through in a for loop getting their performances. I’ve added catboost to my model list, but when I try to add it’s best estimator to a dictionary it gives me an error no other models give me (TypeError: unhashable type: ‘CatBoostRegressor’). Googling and I can’t see a clear way around this
Tag: catboost
Why does pip install not work for catboost?
I have to install catboost but can not make it by pip install catboost. There is not catboost library in Anaconda, so pip in the one way. The error message is: Python version is 3.6.3. Screenshot of error: error message I’ve tried : and None of these works. Why does this problem appeared and is there another way to install