minRelativeProgress property
When early_stop is true, stops training when accuracy improvement is less than 'min_relative_progress'.
Used only for iterative training algorithms.
Implementation
core.double? minRelativeProgress;
When early_stop is true, stops training when accuracy improvement is less than 'min_relative_progress'.
Used only for iterative training algorithms.
core.double? minRelativeProgress;