org.apache.predictionio.controller
Base class of a local preparator.
A local preparator runs locally within a single machine and produces prepared data that can fit within a single machine.
Training data class.
Prepared data class.
Implement this method to produce prepared data that is ready for model training.
Training data to be prepared.
:: DeveloperApi :: Engine developers should not use this directly.
:: DeveloperApi :: Engine developers should not use this directly. This is called by training workflow to prepare data before handing it over to algorithm
Spark context
Prepared data
Base class of a local preparator.
A local preparator runs locally within a single machine and produces prepared data that can fit within a single machine.
Training data class.
Prepared data class.