diff --git a/dvc.yaml b/dvc.yaml index cb29a2a..d430254 100644 --- a/dvc.yaml +++ b/dvc.yaml @@ -6,13 +6,9 @@ stages: cmd: python3 train_model.py deps: - data/Plant_1_Generation_data.csv.train - outs: - - model_out params: - batch_size - epochs eval: - cmd: python3 eval_model.py - plots: - - trend.png \ No newline at end of file + cmd: python3 eval_model.py \ No newline at end of file diff --git a/model_out.dvc b/model_out.dvc deleted file mode 100644 index e5bbec8..0000000 --- a/model_out.dvc +++ /dev/null @@ -1,4 +0,0 @@ -outs: -- md5: f2ffce61fd98cae453d461c825ed765d - size: 10903 - path: model_out diff --git a/trend.png.dvc b/trend.png.dvc deleted file mode 100644 index 87c7843..0000000 --- a/trend.png.dvc +++ /dev/null @@ -1,4 +0,0 @@ -outs: -- md5: 187e7f313c76d84889866222a6327f5b - size: 18681 - path: trend.png