SerializableModelMixin¶ class SerializableModelMixin[소스]¶ 기반 클래스: object Provides convenient methods for saving and loading models. Methods load(file_name) Loads a model from the file. save(file_name) Saves this model to the specified file.