Function for saving objects created with 'aifeducation'.
save_to_disk(object, dir_path, folder_name)
Function does not return a value. It saves the model to disk.
No return value, called for side effects.
Object of class TEClassifierRegular, TEClassifierProtoNet, TEFeatureExtractor, TextEmbeddingModel, LargeDataSetForTextEmbeddings, LargeDataSetForText or EmbeddedText which should be saved.
string
Path to the directory where the should model is stored.
string
Name of the folder where the files should be stored.
Other Saving and Loading:
load_from_disk()