To provide evaluation feature for your engine, your must override this method to return data for evaluation from a data source.
To provide evaluation feature for your engine, your must override this method to return data for evaluation from a data source. Returned data can optionally include a sequence of query and actual value pairs for evaluation purpose.
The default implementation returns an empty sequence as a stub, so that an engine can be compiled without implementing evaluation.
:: DeveloperApi :: Engine developer should not use this directly.
:: DeveloperApi :: Engine developer should not use this directly. This is called by evaluation workflow to read training and validation data.
Spark context
Sets of training data, evaluation information, queries, and actual results
:: DeveloperApi :: Engine developer should not use this directly.
:: DeveloperApi :: Engine developer should not use this directly. This is called by workflow to read training data.
Spark context
Training data
Base class of a parallel data source.
A parallel data source runs locally within a single machine, or in parallel on a cluster, to return data that is distributed across a cluster.
Training data class.
Evaluation Info class.
Input query class.
Actual value class.