From 0b69afa17133b919db66ff44a02f579981dfdec0 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 19:44:24 +0100 Subject: [PATCH] add a bad model --- .../pipeline/src/configs/prepare_data.yaml | 2 +- modules/ml-pipeline/src/pipeline/src/dvc.lock | 34 +++++++++---------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/modules/ml-pipeline/src/pipeline/src/configs/prepare_data.yaml b/modules/ml-pipeline/src/pipeline/src/configs/prepare_data.yaml index 9a0c3bd..27bedaa 100644 --- a/modules/ml-pipeline/src/pipeline/src/configs/prepare_data.yaml +++ b/modules/ml-pipeline/src/pipeline/src/configs/prepare_data.yaml @@ -1,6 +1,6 @@ dataclient_type: minio data_location: s3://dev_bucket -train_proportion: 0.8 +train_proportion: 0.85 output_train_filepath: ./data/prepared_data/train.parquet output_test_filepath: ./data/prepared_data/test.parquet diff --git a/modules/ml-pipeline/src/pipeline/src/dvc.lock b/modules/ml-pipeline/src/pipeline/src/dvc.lock index ed7c57c..220ef2a 100644 --- a/modules/ml-pipeline/src/pipeline/src/dvc.lock +++ b/modules/ml-pipeline/src/pipeline/src/dvc.lock @@ -11,12 +11,12 @@ stages: configs/prepare_data.yaml: output_test_filepath: ./data/prepared_data/test.parquet output_train_filepath: ./data/prepared_data/train.parquet - train_proportion: 0.8 + train_proportion: 0.85 outs: - path: data/prepared_data/ hash: md5 - md5: f0d462fe6b1a856a827409a745539285.dir - size: 36169 + md5: e933c262266b270aa53bf63dc8bf8a64.dir + size: 35580 nfiles: 2 build_model: cmd: python build_model.py @@ -27,8 +27,8 @@ stages: size: 3576 - path: data/prepared_data hash: md5 - md5: f0d462fe6b1a856a827409a745539285.dir - size: 36169 + md5: e933c262266b270aa53bf63dc8bf8a64.dir + size: 35580 nfiles: 2 params: configs/build_model.yaml: @@ -41,7 +41,7 @@ stages: outs: - path: data/model/ hash: md5 - md5: fb7ae4137b445dc91e840b794d72e940.dir + md5: ee01cc8135569d30b42ef4b7d181548f.dir size: 1096 nfiles: 1 generate_predictions: @@ -49,13 +49,13 @@ stages: deps: - path: data/model hash: md5 - md5: fb7ae4137b445dc91e840b794d72e940.dir + md5: ee01cc8135569d30b42ef4b7d181548f.dir size: 1096 nfiles: 1 - path: data/prepared_data hash: md5 - md5: f0d462fe6b1a856a827409a745539285.dir - size: 36169 + md5: e933c262266b270aa53bf63dc8bf8a64.dir + size: 35580 nfiles: 2 - path: generate_predictions.py hash: md5 @@ -69,21 +69,21 @@ stages: outs: - path: data/predictions/ hash: md5 - md5: 4d5854903b25bdae15d99c934ebcfb99.dir - size: 2531 + md5: b847bb0e13ae3af76c0d0b66d2bc0bfb.dir + size: 2334 nfiles: 1 generate_metrics: cmd: python generate_metrics.py deps: - path: data/predictions hash: md5 - md5: 4d5854903b25bdae15d99c934ebcfb99.dir - size: 2531 + md5: b847bb0e13ae3af76c0d0b66d2bc0bfb.dir + size: 2334 nfiles: 1 - path: data/prepared_data hash: md5 - md5: f0d462fe6b1a856a827409a745539285.dir - size: 36169 + md5: e933c262266b270aa53bf63dc8bf8a64.dir + size: 35580 nfiles: 2 - path: generate_metrics.py hash: md5 @@ -96,5 +96,5 @@ stages: outs: - path: metrics/metrics.json hash: md5 - md5: 3c9306e992b07491ff7e642949d6bc47 - size: 182 + md5: b3a6747855e3da77946292edddb0bf9e + size: 181