Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
catboost
#1
Hello can you help me , I tried install catboost but i have issue. I use jupyter notebook. Thank you

from catboost import CatBoostClassifier
from catboost import CatBoostRegressor

ModuleNotFoundError Traceback (most recent call last)
<ipython-input-93-45b7ed4523d3> in <module>
51 from sklearn.metrics import balanced_accuracy_score
52
---> 53 from catboost import CatBoostClassifier
54 from catboost import CatBoostRegressor
55

ModuleNotFoundError: No module named 'catboost'
Reply
#2
type pip list from same location that you are running your script, and see if you find catboost in the list
You may have installed the catboost package to a different version of python (if you have more than one)
dawid294 likes this post
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020