| save_ai_model {aifeducation} | R Documentation | 
Saving models created with 'aifeducation'
Description
Function for saving models created with 'aifeducation'.
Usage
save_ai_model(
  model,
  model_dir,
  dir_name = NULL,
  save_format = "default",
  append_ID = TRUE
)
Arguments
| model | Object of class TextEmbeddingClassifierNeuralNet or TextEmbeddingModel which should be saved. | 
| model_dir | Path to the directory where the should model is stored. | 
| dir_name | Name of the folder that will be created at  | 
| save_format | Only relevant for TextEmbeddingClassifierNeuralNet.
Format for saving the model. For 'tensorflow'/'keras' models
 | 
| append_ID | 
 | 
Value
Function does not return a value. It saves the model to disk.
No return value, called for side effects.
See Also
Other Saving and Loading: 
load_ai_model()