File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -271,11 +271,11 @@ stages:
271
271
nfiles: 0
272
272
cgpm-infer-hyperparameters:
273
273
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
275
275
-type f | sort | parallel --verbose 'python scripts/cgpm_infer.py {} --kernel
276
276
alpha --kernel view_alphas --kernel column_hypers --kernel rows --kernel columns
277
277
--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"
279
279
deps:
280
280
- path: data/cgpm/hydrated
281
281
hash: md5
@@ -298,7 +298,7 @@ stages:
298
298
params.yaml:
299
299
cgpm:
300
300
iterations: 1
301
- minutes: 1
301
+ minutes: 10
302
302
parallel.flags: --verbose
303
303
seed: 0
304
304
outs:
Original file line number Diff line number Diff line change 47
47
extra_passes : 100
48
48
cgpm :
49
49
iterations : 1
50
- minutes : 1
50
+ minutes : 10
51
51
# dependence:
52
52
# # While the CrossCat implementation in CGPM takes dependence constraints, doing so
53
53
# # throws a not-implemented-error. Hence, we apply a workaround:
You can’t perform that action at this time.
0 commit comments