joblib_model_serializer#

Local model storage implementation using joblib serialization.

Provides file-based persistence for ForecastingModel instances using joblib’s pickle-based serialization. This storage backend is suitable for development, testing, and single-machine deployments where models need to be persisted to the local filesystem.

Classes#

JoblibModelSerializer(**data)

File-based model storage using joblib serialization.