evaluate

abstract fun evaluate(ins: EvaluateIns): EvaluateRes

Evaluate the provided parameters using the locally held dataset.

Return

The evaluation result containing the loss on the local dataset and other details such as the number of local data examples used for evaluation.

Parameters

ins

The evaluation instructions containing (global) model parameters received from the server and a dictionary of configuration values used to customize the local evaluation process.