Why should you log an MLflow model signature?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Signatures declare I/O schema so serving can validate inputs instead of failing mysteriously later.
Full explanation below image
Full Explanation
Signatures capture input/output schema (and optionally input examples). Serving and pyfunc can validate. They do not tune hyperparameters or replace FS/UC.