Contents

MLWritable

A set of methods that saves a machine learning type to the file system.

Declaration

protocol MLWritable : NSObjectProtocol

Overview

You use MLWritable to save any MLModel instance that adopts the protocol to the file system.

Topics

Saving to a file

See Also

Saving an updated model