Bengali
ভাষাসমূহ
English
Bengali
French
Hindi
Japanese
Korean
Russian
Spanish
Tamil
Turkish



SerializableModelMixin

class SerializableModelMixin[source]

Bases: 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.