pasteur.kedro

pasteur.kedro#

Description

This module contains all kedro-related logic.

Modules

cli

In this module, all Pasteur related cli commands are defined.

dataset

This module provides kedro datasets that have been customized to suit Pasteur's needs.

hooks

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

ipython

This module extends Kedro's ipython functionality.

mlflow

This module contains Pasteur's mlflow related functionality.

pipelines

This module contains all the logic for Pasteur's automatic pipeline generation.

runner

starters

This module contains the Kedro starters for Pasteur.

utils