lab10 dvc redo

This commit is contained in:
Kacper 2022-05-30 12:54:15 +02:00
parent 3c92d5394c
commit 3366a67463
6 changed files with 0 additions and 26 deletions

3
.dvc/.gitignore vendored
View File

@ -1,3 +0,0 @@
/config.local
/tmp
/cache

View File

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

View File

@ -1,3 +0,0 @@
# Add patterns of files dvc should ignore, which could improve
# the performance. Learn more at
# https://dvc.org/doc/user-guide/dvcignore

1
data/.gitignore vendored
View File

@ -1 +0,0 @@
/lego_sets.csv

View File

@ -1,5 +0,0 @@
outs:
- md5: fae3a42b0ad631fc6683b6878752e56d
size: 18604554
isexec: true
path: lego_sets.csv

View File

@ -1,8 +0,0 @@
stages:
prepare:
cmd: python3 process_dataset.py
deps:
- lego_sets.csv
train:
cmd: python3 simple_regression.py 100