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.