myogestic.models.definitions.catboost_models.save#

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

Save a CatBoost model.

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

  • model (catboost.core._CatBoostBase) – The CatBoost model to save.

Returns:

The path where the model was saved.

Return type:

str