Add missing data
This commit is contained in:
parent
114109ecf6
commit
04e0f99981
7
dvc.yaml
7
dvc.yaml
@ -8,8 +8,11 @@ stages:
|
|||||||
- data/Plant_1_Generation_data.csv.train
|
- data/Plant_1_Generation_data.csv.train
|
||||||
outs:
|
outs:
|
||||||
- model_out
|
- model_out
|
||||||
plots:
|
|
||||||
- trend.png
|
|
||||||
params:
|
params:
|
||||||
- batch_size
|
- batch_size
|
||||||
- epochs
|
- epochs
|
||||||
|
|
||||||
|
eval:
|
||||||
|
cmd: python3 eval_model.py
|
||||||
|
plots:
|
||||||
|
- trend.png
|
4
model_out.dvc
Normal file
4
model_out.dvc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
outs:
|
||||||
|
- md5: f2ffce61fd98cae453d461c825ed765d
|
||||||
|
size: 10903
|
||||||
|
path: model_out
|
4
trend.png.dvc
Normal file
4
trend.png.dvc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
outs:
|
||||||
|
- md5: 187e7f313c76d84889866222a6327f5b
|
||||||
|
size: 18681
|
||||||
|
path: trend.png
|
Loading…
Reference in New Issue
Block a user