Share via


LightGbmTrainerBase<TOptions,TOutput,TTransformer,TModel>.OptionsBase.Silent Field

Definition

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.

Applies to