dataSplitEvalFraction property

double? dataSplitEvalFraction
getter/setter pair

The fraction of evaluation data over the whole input data.

The rest of data will be used as training data. The format should be double. Accurate to two decimal places. Default value is 0.2.

Implementation

core.double? dataSplitEvalFraction;