myogestic.models.definitions.raulnet_models.load#

myogestic.models.definitions.raulnet_models.load(model_path, model)[source]#

load a RaulNet model.

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

  • model (_CatBoostBase) – A new instance of the CatBoost model. This instance is used to load the model.

Returns:

The loaded RaulNet model.

Return type:

_CatBoostBase