save_model
Save an estimator or pipeline handle to a specified path using sktime MLflow integration for model persistence and management.
Instructions
Save an estimator/pipeline handle using sktime MLflow integration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Local directory or URI where the model will be saved | |
| mlflow_params | No | Optional extra parameters for sktime.utils.mlflow_sktime.save_model | |
| estimator_handle | Yes | Handle ID of the estimator to save |