jfloff / pywFM

pywFM is a Python wrapper for Steffen Rendle's factorization machines library libFM
https://pypi.python.org/pypi/pywFM
MIT License
250 stars 43 forks source link

Use os.path.join to concatenate path to libFM #10

Closed hasoya closed 8 years ago

hasoya commented 8 years ago

Make path concatenation process OS compatible to avoid the issue #3.

jfloff commented 8 years ago

Thank you so much for the PR!