myogestic.models.definitions.sklearn_models.load#

myogestic.models.definitions.sklearn_models.load(model_path, _)[source]#

Load a sklearn model.

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

  • _ (Any) – A new instance of the sklearn model. This instance is not used to load the model.

Returns:

The loaded sklearn model

Return type:

Any