Add dvc.yaml
All checks were successful
s434704-training/pipeline/head This commit looks good
s434704-evaluation/pipeline/head This commit looks good

This commit is contained in:
Wojciech Jarmosz 2021-06-12 21:48:21 +02:00
parent 14eb718274
commit af3e4eda10
5 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,4 @@
[core]
remote = ium_ssh_remote
['remote "ium_ssh_remote"']
url = ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp

View File

@ -0,0 +1,4 @@
outs:
- md5: bfca23da2c854d8e5713b4bca178f647
size: 53794
path: MoviesOnStreamingPlatforms_updated.dev

View File

@ -0,0 +1,4 @@
outs:
- md5: 87297b0971adc0eff135210d66e01af7
size: 54419
path: MoviesOnStreamingPlatforms_updated.test

View File

@ -0,0 +1,4 @@
outs:
- md5: 4c81cf7c67631cdee0fb34238ebe35a1
size: 429007
path: MoviesOnStreamingPlatforms_updated.train

16
dvc.yaml Normal file
View File

@ -0,0 +1,16 @@
stages:
preprocessing:
cmd: python3 script.py
deps:
- script.py
outs:
- MoviesOnStreamingPlatforms_updated.train
- MoviesOnStreamingPlatforms_updated.test
- MoviesOnStreamingPlatforms_updated.dev
training:
cmd: python3 training.py
deps:
- training.py
- MoviesOnStreamingPlatforms_updated.train
outs:
- linear_regression.h5