View source: R/saving_and_loading.R
save_to_disk | R Documentation |
Function for saving objects created with 'aifeducation'.
save_to_disk(object, dir_path, folder_name)
object |
Object of class TEClassifierRegular, TEClassifierProtoNet, TEFeatureExtractor, TextEmbeddingModel, LargeDataSetForTextEmbeddings, LargeDataSetForText or EmbeddedText which should be saved. |
dir_path |
|
folder_name |
|
Function does not return a value. It saves the model to disk.
No return value, called for side effects.
Other Saving and Loading:
load_from_disk()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.