From 88f5323fbf024319a2bb89dcf650f703578384b2 Mon Sep 17 00:00:00 2001 From: s434766 Date: Sat, 12 Jun 2021 11:42:45 +0200 Subject: [PATCH] Added DVC remote --- .dvc/config | 4 ++++ .gitignore | 1 + healthcare-dataset-stroke-data.csv.dvc | 4 ++++ 3 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 healthcare-dataset-stroke-data.csv.dvc diff --git a/.dvc/config b/.dvc/config index e69de29..c02d6a2 100644 --- a/.dvc/config +++ b/.dvc/config @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..88bd8f3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/healthcare-dataset-stroke-data.csv diff --git a/healthcare-dataset-stroke-data.csv.dvc b/healthcare-dataset-stroke-data.csv.dvc new file mode 100644 index 0000000..3a63b6f --- /dev/null +++ b/healthcare-dataset-stroke-data.csv.dvc @@ -0,0 +1,4 @@ +outs: +- md5: 3f25a4c2f2963d969e1a156c08968577 + size: 316971 + path: healthcare-dataset-stroke-data.csv