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.