diff --git a/.dvc/.gitignore b/.dvc/.gitignore deleted file mode 100644 index 528f30c..0000000 --- a/.dvc/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/config.local -/tmp -/cache diff --git a/.dvc/config b/.dvc/config deleted file mode 100644 index 0c583bd..0000000 --- a/.dvc/config +++ /dev/null @@ -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 diff --git a/.dvcignore b/.dvcignore deleted file mode 100644 index 5197305..0000000 --- a/.dvcignore +++ /dev/null @@ -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 diff --git a/data/.gitignore b/data/.gitignore deleted file mode 100644 index c445cba..0000000 --- a/data/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/lego_sets.csv diff --git a/data/lego_sets.csv.dvc b/data/lego_sets.csv.dvc deleted file mode 100644 index cc030ba..0000000 --- a/data/lego_sets.csv.dvc +++ /dev/null @@ -1,5 +0,0 @@ -outs: -- md5: fae3a42b0ad631fc6683b6878752e56d - size: 18604554 - isexec: true - path: lego_sets.csv diff --git a/dvc.yaml b/dvc.yaml deleted file mode 100644 index 649c7df..0000000 --- a/dvc.yaml +++ /dev/null @@ -1,8 +0,0 @@ -stages: - prepare: - cmd: python3 process_dataset.py - deps: - - lego_sets.csv - train: - cmd: python3 simple_regression.py 100 -