Skip to content

Commit 4b21497

Browse files
committed
Adds script to generate box plots
1 parent 1eda244 commit 4b21497

38 files changed

+795
-59
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,6 @@ data/glove.twitter.27B.100d.txt
108108
.idea/
109109
.DS_Store
110110
_debug.py
111-
_batch_job.py
111+
_batch_job.py
112+
figures
113+
jobs

MANIFEST.in

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
include requirements.txt
2-
include batch_tasks.txt
32
include tsaplay/fonts/*
43
recursive-include tsaplay/assets *

Pipfile

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ matplotlib-venn = "*"
2424
rope = "*"
2525
pylint = "*"
2626
black = "*"
27+
seaborn = "*"
2728

2829
[requires]
2930
python_version = "3.6"

Pipfile.lock

+52-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gcp/_config.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"jobId": "reproduction_lcrrot_run3",
2+
"jobId": "reproduction_ram_resub_t200dong_run3",
33
"labels": {
4-
"model": "lcrrot"
4+
"model": "ram"
55
},
66
"trainingInput": {
77
"scaleTier": "CUSTOM",
8-
"masterType": "complex_model_m",
8+
"masterType": "complex_model_s",
99
"pythonVersion": "3.5",
1010
"runtimeVersion": "1.12",
1111
"region": "europe-west1",
1212
"args": [
1313
"batch",
14-
"reproducibility-lcrrot.txt",
14+
"reproducibility-ram-t200dong.txt",
1515
"--new",
1616
"--nocolor"
1717
]

0 commit comments

Comments
 (0)