Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

will it work for third order categorical features interaction #35

Open
Sandy4321 opened this issue Oct 5, 2021 · 1 comment
Open

will it work for third order categorical features interaction #35

Sandy4321 opened this issue Oct 5, 2021 · 1 comment

Comments

@Sandy4321
Copy link

Great code, thanks !

Plese help to understand
1
will it work for third order categorical features interaction ?
2
will it run on Windows computer ?

3
will it work for sparse data ?

@Sandy4321
Copy link
Author

installation error is
pip install rankfm
Collecting rankfm
Downloading rankfm-0.2.5.tar.gz (145 kB)
|████████████████████████████████| 145 kB 3.2 MB/s
Requirement already satisfied: numpy>=1.15 in e:\python environemnts\myenvs\may9_sklearn0242\lib\site-packages (from rankfm) (1.19.5)
Requirement already satisfied: pandas>=0.24 in e:\python environemnts\myenvs\may9_sklearn0242\lib\site-packages (from rankfm) (1.2.4)
Requirement already satisfied: python-dateutil>=2.7.3 in e:\python environemnts\myenvs\may9_sklearn0242\lib\site-packages (from pandas>=0.24->rankfm) (2.8.1)
Requirement already satisfied: pytz>=2017.3 in e:\python environemnts\myenvs\may9_sklearn0242\lib\site-packages (from pandas>=0.24->rankfm) (2021.1)
Requirement already satisfied: six>=1.5 in e:\python environemnts\myenvs\may9_sklearn0242\lib\site-packages (from python-dateutil>=2.7.3->pandas>=0.24->rankfm) (1.15.0)
Building wheels for collected packages: rankfm
Building wheel for rankfm (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: 'E:\Python environemnts\MYENVS\may9_sklearn0242\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\sndr\AppData\Local\Temp\pip-install-a25z_vt6\rankfm_b526c17a474945a3b09f9f64ac84aac5\setup.py'"'"'; file='"'"'C:\Users\sndr\AppData\Local\Temp\pip-install-a25z_vt6\rankfm_b526c17a474945a3b09f9f64ac84aac5\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\sndr\AppData\Local\Temp\pip-wheel-35b4urwf'
cwd: C:\Users\sndr\AppData\Local\Temp\pip-install-a25z_vt6\rankfm_b526c17a474945a3b09f9f64ac84aac5
Complete output (20 lines):
building extensions with pre-generated C source...
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-3.8
creating build\lib.win-amd64-3.8\rankfm
copying rankfm\evaluation.py -> build\lib.win-amd64-3.8\rankfm
copying rankfm\rankfm.py -> build\lib.win-amd64-3.8\rankfm
copying rankfm\utils.py -> build\lib.win-amd64-3.8\rankfm
copying rankfm_init_.py -> build\lib.win-amd64-3.8\rankfm
running build_ext
building 'rankfm._rankfm' extension
creating build\temp.win-amd64-3.8
creating build\temp.win-amd64-3.8\Release
creating build\temp.win-amd64-3.8\Release\rankfm
creating build\temp.win-amd64-3.8\Release\rankfm\mt19937ar
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD "-IE:\Python environemnts\MYENVS\may9_sklearn0242\include" -Ic:\users\sndr\appdata\local\programs\python\python38\include -Ic:\users\sndr\appdata\local\programs\python\python38\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\cppwinrt" /Tcrankfm/_rankfm.c /Fobuild\temp.win-amd64-3.8\Release\rankfm/_rankfm.obj -O2 -ffast-math -Wno-unused-function -Wno-uninitialized
cl : Command line error D8021 : invalid numeric argument '/Wno-unused-function'
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\cl.exe' failed with exit status 2

ERROR: Failed building wheel for rankfm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant