Kedro-DVC integration to track and distribute experiments.
We are just starting out. See the design document for plans.
NOTE: Until their 0.18.0 release, we will be using the development version of kedro.
git clone [email protected]: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.