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

Output in Python API #334

Open sumitsidana opened 4 years ago

sumitsidana commented 4 years ago

Hello, I don't get any output during using Python API version of XLEARN. I do get a very nice output when I use command line API of XLEARN. Is this output not available for Python?

I am training the model using:

ffm_model.fit(param, "./model.out")

This runs, but, doesn't print any epoch or metric values!

ZJXlooo commented 2 years ago

same here, anyone got solutions?