opto.features.mlflow¶
MLflow integration feature for Trace library.
is_autolog_enabled ¶
Check if MLflow autologging is currently enabled.
Returns: bool: True if MLflow autologging is enabled, False otherwise.
get_autolog_config ¶
Get the current MLflow autolog configuration.
Returns: Dict[str, Any]: The current autolog configuration, or empty dict if not configured.
disable_autolog ¶
Disable MLflow autologging for Trace operations.
This is equivalent to calling autolog(disable=True).