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 518 forks source link

Return training result to Python #206

Open cplog opened 5 years ago

cplog commented 5 years ago

Will we have a function to return the training result(mse/RMSD) back to Python soon or later? Also, will Distributed Learning documentation be available too? Thanks in advanced

aksnzhy commented 5 years ago

@cplog I'm working on both of these two terms. I think the first feature will be released in the near feature.

cplog commented 5 years ago

Thanks a lot, looking forward to it!