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.
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!
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!