minRelativeProgress property

double? minRelativeProgress
getter/setter pair

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;