Expand description
JSON file I/O for model serialization.
Provides functions for reading and writing model files, plus utility functions for timestamp generation and version validation.
Functionsยง
- iso_
timestamp - Generate an ISO 8601 timestamp from the current system time.
- load_
from_ file - Load a serialized model from a file.
- save_
to_ file - Save a serialized model to a file as formatted JSON.
- validate_
format_ version - Validate that a format version is compatible with the current version.