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

Each epoch will use all of the data? #270

Open wszhtc opened 5 years ago

wszhtc commented 5 years ago

It really takes a long time for each epoch. Can I sampling from the whole dataset among each epoch?

aksnzhy commented 5 years ago

@wszhtc sorry, xLearn doesn't support sampling for now.

wszhtc commented 5 years ago

I see. Will you support it in the near future?