Hi there
I'm trying to install rgf/fastrgf and use the python wrapper to launch the executables.
I've installed using
pip install rgf_python
However when i import the rgf module i get a user warning
UserWarning: Cannot find FastRGF executable files. FastRGF estimators will be unavailable for usage.
warnings.warn("Cannot find FastRGF executable files. FastRGF estimators will be unavailable for usage.")
To fix this issue i've compiled the rgf and fastrgf binaries* and added them to my $PATH variable (confirmed in bash that they are in the PATH) however i still get the same error. I've looked a bit into the rgf/utils get_paths and is_fastrgf_executable functions however i'm not completely sure why it fails?
*binaries: i was not sure which binaries are needed so i've added the following rgf, forest_predict, forest_train, discretized_trainer, discretized_gendata, auc
System
Python: conda 3.6.1
OS: ubuntu 16.04
Hi there
I'm trying to install rgf/fastrgf and use the python wrapper to launch the executables.
I've installed using
pip install rgf_pythonHowever when i import the
rgfmodule i get a user warningTo fix this issue i've compiled the rgf and fastrgf binaries* and added them to my
$PATHvariable (confirmed in bash that they are in the PATH) however i still get the same error. I've looked a bit into the rgf/utilsget_pathsandis_fastrgf_executablefunctions however i'm not completely sure why it fails?*binaries: i was not sure which binaries are needed so i've added the following
rgf, forest_predict, forest_train, discretized_trainer, discretized_gendata, aucSystem
Python: conda 3.6.1
OS: ubuntu 16.04