Skip to content

Commit 241acb5

Browse files
committed
Reproduce with N to 10000 and minutes to 10
1 parent 6667005 commit 241acb5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dvc.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,11 @@ stages:
271271
nfiles: 0
272272
cgpm-infer-hyperparameters:
273273
cmd: "find data/cgpm/hydrated -type f | parallel jsonschema --instance {} schemas/cgpm.json
274-
&& mkdir -p data/cgpm/complete && echo 1 >> data/cgpm/inf.log && find data/cgpm/hydrated
274+
&& mkdir -p data/cgpm/complete && echo 10 >> data/cgpm/inf.log && find data/cgpm/hydrated
275275
-type f | sort | parallel --verbose 'python scripts/cgpm_infer.py {} --kernel
276276
alpha --kernel view_alphas --kernel column_hypers --kernel rows --kernel columns
277277
--output data/cgpm/complete/{/} --data data/numericalized.csv --params params.yaml
278-
--seed $((0 + {#} - 1)) --minutes 1' #--iterations 1\n"
278+
--seed $((0 + {#} - 1)) --minutes 10' #--iterations 1\n"
279279
deps:
280280
- path: data/cgpm/hydrated
281281
hash: md5
@@ -298,7 +298,7 @@ stages:
298298
params.yaml:
299299
cgpm:
300300
iterations: 1
301-
minutes: 1
301+
minutes: 10
302302
parallel.flags: --verbose
303303
seed: 0
304304
outs:

params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ loom:
4747
extra_passes: 100
4848
cgpm:
4949
iterations: 1
50-
minutes: 1
50+
minutes: 10
5151
#dependence:
5252
# # While the CrossCat implementation in CGPM takes dependence constraints, doing so
5353
# # throws a not-implemented-error. Hence, we apply a workaround:

0 commit comments

Comments
 (0)