Package Reference:
load_config()
load_model()
Load a configuration file from a yaml file.
path (str) -- Path to the yaml file.
Dictionary containing the configuration parameters.
dict
Load a model from a directory.
model_dir (Path) -- Path to the model directory.
The loaded model.
PatchGNP