load_trained_model

load_trained_model(path_to_model)[source]

Load model on the specified path.

Parameters:

path_to_model (Path) – Path where the model is located.

Return type:

ModelMixin

Returns:

Loaded model.