ModelsΒΆ

coremltools.models.MLModel This class defines the minimal interface to a CoreML object in Python.
coremltools.models.pipeline Pipeline utils for this package.
coremltools.models.tree_ensemble Tree ensemble builder class to construct CoreML models.
coremltools.models.nearest_neighbors.builder
coremltools.models.neural_network.builder Neural network builder class to construct Core ML models.
coremltools.models.neural_network.flexible_shape_utils Utilities to annotate Neural Network Features with flexible shape information.
coremltools.models.neural_network.quantization_utils Utilities to compress Neural Network Models.
coremltools.models.neural_network.update_optimizer_utils Neural Network optimizer utilities.