ResponsibleAIML / kedro-dvc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ketro-DVC

Kedro-DVC integration to track and distribute experiments.

We are just starting out. See the design document for plans.

Contributing

NOTE: Until their 0.18.0 release, we will be using the development version of kedro.

git clone git@github.com:FactFiber/kedro-dvc.git
cd kedro-dvc
poetry install
poetry run pre-commit install --install-hooks -t pre-commit -t commit-msg
...
poetry run pytest

For continuous testing while developing:

poetry run ptw -- --last-failed --new-first

This repository uses semantic-release via python-semantic-release. A high major version number is not a sign of maturity. This documentation will be updated when the repo does anything useful.

Commit messages use the commitizen angular style, which is enforced in the pre-commit hook and the repo CI.

About

License:MIT License


Languages

Language:Python 89.8%Language:Dockerfile 5.1%Language:Shell 5.1%