File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11recursive-include src/pasteur *.yml
2+ include src/pasteur/utils/styles/mlflow.mplstyle
23graft src/pasteur/templates
Original file line number Diff line number Diff line change @@ -63,15 +63,15 @@ source venv/bin/activate
6363# Freeze your dependencies to allow reproducible installs between colleagues
6464# and install the default project dependencies.
6565pip install pip-tools
66- pip-compile src/requirements.txt src/requirements.lock
66+ pip-compile src/requirements.txt -o src/requirements.lock
6767pip install -r src/requirements.lock
6868```
6969You can now download and synthesize datasets!
7070``` bash
7171pasteur download --accept adult
72- pasteur p adult.ingest
73- pasteur p tab_adult.ingest
74- pasteur p tab_adult.privbayes --synth
72+ pasteur ingest_dataset adult
73+ pasteur ingest_view tab_adult
74+ pasteur pipe tab_adult.privbayes
7575```
7676
7777Access Kedro viz and mlflow to preview runs and quality reports:
@@ -107,7 +107,7 @@ This repository is a Pasteur project used for testing.
107107You can start testing Pasteur by running commands.
108108``` bash
109109pasteur download --accept adult
110- pasteur p adult.ingest
111- pasteur p tab_adult.ingest
112- pasteur p tab_adult.privbayes --synth
110+ pasteur ingest_dataset adult
111+ pasteur ingest_view tab_adult
112+ pasteur pipe tab_adult.privbayes
113113```
Original file line number Diff line number Diff line change 11[project ]
22name = " pasteur"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44authors = [
55 { name =" Kapenekakis Antheas" , email =" antheas@cs.aau.dk" },
66]
@@ -15,7 +15,7 @@ classifiers = [
1515
1616dependencies = [
1717 # Core
18- " kedro>=0.18.12 " ,
18+ " kedro>=0.18.13 " ,
1919 " mlflow" ,
2020 " pyarrow" ,
2121 " tqdm" ,
You can’t perform that action at this time.
0 commit comments