Hooks¶
This package provides 2 new hooks.
MlflowPipelineHook¶
This hook :
manages mlflow settings at the beginning and the end of the run (run start / end).
log useful informations for reproducibility as
mlflow tags(including kedroJournalinformation and the commands used to launch the run).register the pipeline as a valid
mlflow modelif it is aPipelineMLinstance
MlflowNodeHook¶
This hook:
must be used with the
MlflowPipelineHookautolog nodes parameters each time the pipeline is run (with
kedro runor programatically).