turicreate.linear_regression.LinearRegression.export_coreml — Turi Create API 6.4.1 documentation (original) (raw)

Turi Create API


LinearRegression. export_coreml(filename)

Export the model in Core ML format.

Parameters: filename: str A valid filename where the model can be saved.

Examples

model.export_coreml("MyModel.mlmodel")