Xtra-Computing / thundergbm

ThunderGBM: Fast GBDTs and Random Forests on GPUs
Apache License 2.0
689 stars 84 forks source link

ImportError: cannot import name 'TGBMClassifier' from 'thundergbm' (unknown location) #65

Closed AlanSpencer2 closed 2 years ago

AlanSpencer2 commented 2 years ago

built the thundergbm.sln project successfully, and then installed the python wheel by executing "python setup.py install", which also finished successfully. However, when I try to import thundergbm from a Jupyter Notebook, I end up getting this error message: "ImportError: cannot import name 'TGBMClassifier' from 'thundergbm' (unknown location)".

Thundergbm seems to get installed automatically under the base folder. How do I install thundergbm under my working environment?

Can I change installation location to the following path: C:\Users\Donald Seger\miniconda3\envs\workingEnvironment\Lib\site-packages\

installation location