LightGbmTrainerBase<TOptions,TOutput,TTransformer,TModel>.OptionsBase.Silent Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls the logging level in LighGBM.
public bool Silent;
val mutable Silent : bool
Public Silent As Boolean
Field Value
true
means only output Fatal errors. false
means output Fatal, Warning, and Info level messages.