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 local data source.
A local data source runs locally within a single machine and return data that can fit within a single machine.
Training data class.
Evaluation Info class.
Input query class.
Actual value class.