From 98c9f7165cf80eb316a95767e2ff8b13a62ab034 Mon Sep 17 00:00:00 2001 From: Gregory Paradis Date: Mon, 22 Sep 2025 21:17:20 +0000 Subject: [PATCH] Run pipeline and capture outputs --- demo_dataset/outputs/processed.csv | 6 ++++++ demo_dataset/outputs/run.json | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 demo_dataset/outputs/processed.csv create mode 100644 demo_dataset/outputs/run.json diff --git a/demo_dataset/outputs/processed.csv b/demo_dataset/outputs/processed.csv new file mode 100644 index 0000000..f074d01 --- /dev/null +++ b/demo_dataset/outputs/processed.csv @@ -0,0 +1,6 @@ +id,value_a,value_b,score +a,1.0,2.0,8.139 +b,2.0,3.0,12.525 +c,3.0,4.5,19.275 +d,4.0,1.5,12.223 +e,5.0,2.5,17.736 diff --git a/demo_dataset/outputs/run.json b/demo_dataset/outputs/run.json new file mode 100644 index 0000000..24da4c7 --- /dev/null +++ b/demo_dataset/outputs/run.json @@ -0,0 +1,6 @@ +{ + "input": "/home/gep/lab-data-workflow-workshop/demo_dataset/data/input.csv", + "output": "/home/gep/lab-data-workflow-workshop/demo_dataset/outputs/processed.csv", + "seed": 42, + "timestamp": "2025-09-22T21:15:22.697566Z" +} \ No newline at end of file