MLFlow¶
You can use MLflow models that support PyFunc. If your MLFlow model has a signature, the signature
argument is inferred from the model. Otherwise, you must provide either signature or sample_input_data.
The following additional options can be used in the options dictionary when you call log_model:
Option |
Description |
|---|---|
|
The URI of the artifacts of the MLFlow model. Must be provided if it is not available in the model’s metadata as
|
|
If |
|
If |