최근이 패키지 https://pypi.python.org/pypi/rgf_python에서 Regulated Greedy Forest 알고리즘 (rgf Classifier)을 실행하려고했습니다.RGFClassifier를 실행할 때 오류가 발생했습니다
내가 rgf_python를 설치 PIP 실행 않았다,하지만 난이 오류가 스파이더에서 나타나는 예제를 실행하려고 할 때 :
File "C:\Users\me\Anaconda3\lib\site-packages\rgf\sklearn.py", line 111, in <module>
"config flag 'exe_location' to RGF execution file.".format(_EXE_PATH))
Exception: C:\Users\me\rgf.exe is not executable file. Please set config flag 'exe_location' to RGF execution file.
나는 플래그 'exe_location'을 config (설정)의 순서를 변경해야하는 사항은 무엇입니까? 초보자처럼 들리지만 어디서나 찾을 수는 없습니다.