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

predict does not work without specifying out_path #356

Open kanodiaayush opened 3 years ago

kanodiaayush commented 3 years ago

│TypeError: predict() missing 1 required positional argument: 'out_path'

Installed with both pip and built from source

>>> import xlearn
>>> xlearn.__version__
'0.4.0'