Kedro Template

This project works with Kedro 0.16.x only.

Please use kedro-starters-sklearn which works with Kedro 0.17.x.

Simplified Kedro project template

How to use

To use for a new project, fork this template repository and hit Use this template button next to Clone or download.

The Kedro project can be run by main.py in the project directory in addition to CLI.

$ python main.py

The Kedro catalog can be configured in Python code at src/catalogs/catalog.py using a hook at src/hooks/add_catalog_dict.py in addition to catalog.yml