geopfa.extrapolation.load_gpy_model

load_gpy_model(filepath)[source]

Load a serialized GPy model from disk using joblib.

Parameters:

filepath (str) – File path to the saved .joblib GPy model.

Returns:

GPy.core.GP – Loaded GPy model instance.

Raises:

FileNotFoundError – If the file does not exist at the given path.