myogestic.models.definitions.sklearn_models.save#

myogestic.models.definitions.sklearn_models.save(model_path, model)[source]#

Save a sklearn model.

Parameters:
  • model_path (str) – The path to save the model.

  • model (Any) – The sklearn model to save.

Returns:

The path where the model was saved.

Return type:

str