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.
I can see "int batch_size = 1000000;" in source, but how can i set the parameter of batch_size in python interface?
I add 'batch_size ' in para, and get a error
I can see "int batch_size = 1000000;" in source, but how can i set the parameter of batch_size in python interface? I add 'batch_size ' in para, and get a error