Add dvc.yaml
This commit is contained in:
parent
14eb718274
commit
af3e4eda10
@ -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
|
4
MoviesOnStreamingPlatforms_updated.dev.dvc
Normal file
4
MoviesOnStreamingPlatforms_updated.dev.dvc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
outs:
|
||||||
|
- md5: bfca23da2c854d8e5713b4bca178f647
|
||||||
|
size: 53794
|
||||||
|
path: MoviesOnStreamingPlatforms_updated.dev
|
4
MoviesOnStreamingPlatforms_updated.test.dvc
Normal file
4
MoviesOnStreamingPlatforms_updated.test.dvc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
outs:
|
||||||
|
- md5: 87297b0971adc0eff135210d66e01af7
|
||||||
|
size: 54419
|
||||||
|
path: MoviesOnStreamingPlatforms_updated.test
|
4
MoviesOnStreamingPlatforms_updated.train.dvc
Normal file
4
MoviesOnStreamingPlatforms_updated.train.dvc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
outs:
|
||||||
|
- md5: 4c81cf7c67631cdee0fb34238ebe35a1
|
||||||
|
size: 429007
|
||||||
|
path: MoviesOnStreamingPlatforms_updated.train
|
16
dvc.yaml
Normal file
16
dvc.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user