added data (DVC)
This commit is contained in:
parent
4768874dde
commit
6a6dd022cf
3
.dvc/.gitignore
vendored
Normal file
3
.dvc/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
/config.local
|
||||
/tmp
|
||||
/cache
|
4
.dvc/config
Normal file
4
.dvc/config
Normal 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
|
3
.dvcignore
Normal file
3
.dvcignore
Normal file
@ -0,0 +1,3 @@
|
||||
# Add patterns of files dvc should ignore, which could improve
|
||||
# the performance. Learn more at
|
||||
# https://dvc.org/doc/user-guide/dvcignore
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ metrics.png
|
||||
my_runs
|
||||
mlruns
|
||||
modelML
|
||||
/real-or-fake-fake-jobposting-prediction.zip
|
||||
|
2
deepl.py
2
deepl.py
@ -30,7 +30,7 @@ def train(epochs):
|
||||
# print(sys.argv[1])
|
||||
# epochs = int(sys.argv[1])
|
||||
# epochs=10
|
||||
with zipfile.ZipFile('stare_zadania/real-or-fake-fake-jobposting-prediction.zip', 'r') as zip_ref:
|
||||
with zipfile.ZipFile('real-or-fake-fake-jobposting-prediction.zip', 'r') as zip_ref:
|
||||
zip_ref.extractall('')
|
||||
mlflow.log_param("epochs", epochs)
|
||||
|
||||
|
4
real-or-fake-fake-jobposting-prediction.zip.dvc
Normal file
4
real-or-fake-fake-jobposting-prediction.zip.dvc
Normal file
@ -0,0 +1,4 @@
|
||||
outs:
|
||||
- md5: 720b87177496c52f028ec184935f8031
|
||||
size: 16868281
|
||||
path: real-or-fake-fake-jobposting-prediction.zip
|
@ -10,3 +10,4 @@ scipy
|
||||
sacred
|
||||
pymongo
|
||||
mlflow
|
||||
dvc
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user