dmlc / XGBoost.jl

XGBoost Julia Package
Other
288 stars 110 forks source link

Custom verbosity #71

Closed ErwanPiR closed 5 years ago

ErwanPiR commented 5 years ago

Hi,

I haven't find out how to change verbosity in the xgboost call. And the print

[1] train-rmse:1.2
[2] train-rmse:1.3

is quite annoying when you launch multiple runs.

Is there something I miss to adjust the verbosity ?

Thanks for your help.

ablaom commented 5 years ago

I believe silent=true works.

ErwanPiR commented 5 years ago

Excellent ! Thanks @ablaom, it's what I was looking for !