pasteur.kedro.hooks

pasteur.kedro.hooks#

Description

Pasteur ships with two hooks: one that dynamically creates the synthetic data pipelines and datasets, and one that manages Mlflow runs.

The classes of those hooks are provided through PasteurHook, MlflowTrackingHook.

In addition, instances of those hooks are provided in pasteur and mlflow, which are registered as Kedro entrypoints.

Modules