edaflow.ml.load_model_artifacts
- edaflow.ml.load_model_artifacts(artifact_path: str, load_model: bool = True, load_config: bool = True, load_metrics: bool = True) Dict[str, Any][source]
Load model artifacts from saved files.
Parameters:
- artifact_pathstr
Path to the model file or directory containing artifacts
- load_modelbool, default=True
Whether to load the model
- load_configbool, default=True
Whether to load the configuration
- load_metricsbool, default=True
Whether to load the metrics
Returns:
- Dict[str, Any]
Dictionary containing loaded artifacts