WMLF (.wmlf)
Background & Context

-
- Wolfram Machine Learning Format.
- Used for storing ClassifierFunction[…], PredictorFunction[…], NetGraph[…], etc.
- Binary format.
- Developed at Wolfram Research.
Import & Export

- Import["file.wmlf"] imports the machine learning construct stored in the specified file.
- Export["file.wmlf",expr] exports the ClassifierFunction[…] or similar construct expr to a file.
Examples
Basic Examples (2)
Create a ClassifierFunction:
Export this classifier to the WMLF format:
Create a PredictorFunction: