ibayer / fastFM

fastFM: A Library for Factorization Machines
http://ibayer.github.io/fastFM
Other
1.07k stars 206 forks source link

[Issue #85] Remove not needed libraries from setup.py. #89

Closed iramykytyn closed 7 years ago

iramykytyn commented 7 years ago

Need to be merged and tested after those commits https://github.com/ibayer/fastFM-core/pull/19/commits will be merged into fastFM-core .

ibayer commented 7 years ago

Since we don't move the struc declarations from cs.h to ffm.h we still need

             include_dirs=['fastFM/', 'fastFM-core/include/',
                           'fastFM-core/externals/CXSparse/Include/',

for now.

ibayer commented 7 years ago

This work has been continued in https://github.com/ibayer/fastFM/pull/90