WMLF (.wmlf)
- Wolfram Machine Learning Format.
- Used for storing ClassifierFunction[…], PredictorFunction[…], NetGraph[…], etc.
- Binary format.
- Developed at Wolfram Research.
Background
Import and 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:
See Also
Related Guides
Introduced in 2017
(11.2)