RGF-team / rgf

Home repository for the Regularized Greedy Forest (RGF) library. It includes original implementation from the paper and multithreaded one written in C++, along with various language-specific wrappers.
378 stars 58 forks source link

FastRGF estimators are unavailable for usage. #299

Closed albertnanda closed 5 years ago

albertnanda commented 5 years ago

For bugs and unexpected issues, please provide the following information, so that we could reproduce them on our system.

Environment Info

Operating System: Ubuntu 16.04, 48 cores

rgf_python version:'3.6.0'

Python version (for rgf_python errors): 3.6

Error Message

Exception: FastRGF estimators are unavailable for usage.

Hi, I am successfully able to build fastRGF executables i.e forest_train & forest_predict. Output from: forest_train -h forest_train version 0.6 But I am unable to use it from python. I copied the files to /miniconda3/lib/python3.6/site-packages/rgf , I also started the ipython console from the directory containing the executables, still it's not working.

StrikerRUS commented 5 years ago

@albertnanda Hi! Please take a look at #202 and try workarounds from there. Let's continue the discussion there to keep all information about FastRGF multithreading problems in one place. Closing this issue as duplicated.