Hooks#
This package provides 1 new hook.
MlflowHook#
This hook :
manages mlflow settings at the beginning and the end of the run (run start / end).
autolog nodes parameters each time the pipeline is run (with
kedro runor programatically).log useful informations for reproducibility as
mlflow tags(including kedroJournalinformation for old kedro versions and the commands used to launch the run).register the pipeline as a valid
mlflow modelif it is aPipelineMLinstance