aksnzhy / xlearn

High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization machines (FM), and field-aware factorization machines (FFM) for Python and CLI interface.
https://xlearn-doc.readthedocs.io/en/latest/index.html
Apache License 2.0
3.09k stars 519 forks source link

Windows support #281

Open Sandy4321 opened 5 years ago

Sandy4321 commented 5 years ago

Can it be used on Windows

etveritas commented 5 years ago

yep

Sandy4321 commented 5 years ago

super , so how install this on windows?

aksnzhy commented 5 years ago

super , so how install this on windows?

Hi, please see this link: https://xlearn-doc.readthedocs.io/en/latest/install/install_windows.html

Thanks!

Sandy4321 commented 4 years ago

still not clear do I need visual studio to use with Install xLearn from pip

in any case can you share First, you need to build the executable files (xlearn_train.exe and xlearn_predict.exe), as well as the shared library (xlearn_api.dll for Windows) from the C++ code. After that, users need to install the xLearn Python Package

Users should make sure that choose the c++ development tools when install VS2017. but will be vs2019 ok

can you give step by step instructions it is not clear what instructions are nested and what not

can you share something easy to install by using only pip why others provide only pip installations and you can not ?

to sum up can be this link https://github.com/aksnzhy/xlearn/releases used to get windows .whl? as written Users can download this binary python package from tab release, then use pip command install the .whl file which you download.

can you share exact file and command to use is it pip xlearn-0.4.4-py2.py3-none-win_amd64.whl ?? where this binary ? xLearn 0.4.3 @aksnzhy aksnzhy released this on Mar 25, 2019 · 165 commits to master since this release

Main Update: Fix bugs in previous version Provide binary python package on windows. Support Python(x64) in these versions: py2.7,py3.4,py3.5,py3.6,py3.7