Alexander Lobov
Alexander Lobov

Reputation: 386

Does Catboost support python3?

I would like to use catboost project, that was recently released to open source community by Yandex. But, I use Python 3 in my projects. I know that Python 3 was prohibited by the Emperor of Yandex. Does catboost support Python 3?

Upvotes: 14

Views: 1757

Answers (1)

m0nhawk
m0nhawk

Reputation: 24228

Yes, you can use catboost with Python 3 (and I'm personally already testing it). There is a correspondent wheels in PyPi:

catboost-0.1.1.2-py3-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
catboost-0.1.1.2-py3-none-manylinux1_x86_64.whl
catboost-0.1.1.2-py3-none-win_amd64.whl

Upvotes: 9

Related Questions