I have successfully installed the CatBoost and LightGbM modules using the command prompt. It gave me the message Successfully installed catboost-0.2.5 (I also previously tried another one). However, for both of them I have an identical error when I try to import both of them in a jupyter notebook:
import lightgbm as lgb
I get:
ModuleNotFoundError: No module named 'lightgbm'
and I get an identical error with CatBoost as well.
Any ideas? Thank you!