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

How to disable output display during training? #377

Open eegzheng opened 1 month ago

eegzheng commented 1 month ago

During training, there is screen output of xlearn hello(), warnings, actions. model.setQuiet() does not supress them. May I know how to disable these displays? Many thanks.