Skip to content

Commit 3ee0627

Browse files
Add check fot collab
1 parent e3b4e89 commit 3ee0627

File tree

1 file changed

+16
-36
lines changed

1 file changed

+16
-36
lines changed

notebooks/cross_validation_hyper_parameters.ipynb

Lines changed: 16 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,7 @@
3535
},
3636
{
3737
"cell_type": "code",
38-
"execution_count": null,
39-
"metadata": {
40-
"id": "XSCBJ_S4XvDe"
41-
},
42-
"outputs": [],
43-
"source": [
44-
"%%capture\n",
45-
"# Install packages\n",
46-
"%pip install harmonic emcee corner getdist"
47-
]
48-
},
49-
{
50-
"cell_type": "code",
51-
"execution_count": null,
38+
"execution_count": 1,
5239
"metadata": {
5340
"id": "VZ7rtL7kcEV-"
5441
},
@@ -66,7 +53,7 @@
6653
},
6754
{
6855
"cell_type": "code",
69-
"execution_count": 3,
56+
"execution_count": 2,
7057
"metadata": {
7158
"id": "1OtVkBf7OAIF"
7259
},
@@ -104,7 +91,7 @@
10491
},
10592
{
10693
"cell_type": "code",
107-
"execution_count": 4,
94+
"execution_count": 3,
10895
"metadata": {
10996
"id": "8PgO6f4VQSpD"
11097
},
@@ -148,7 +135,7 @@
148135
},
149136
{
150137
"cell_type": "code",
151-
"execution_count": 5,
138+
"execution_count": 4,
152139
"metadata": {
153140
"id": "xjsxOkX0QSzL"
154141
},
@@ -192,7 +179,7 @@
192179
},
193180
{
194181
"cell_type": "code",
195-
"execution_count": 6,
182+
"execution_count": 5,
196183
"metadata": {
197184
"id": "Ju_YJlk2QS7x"
198185
},
@@ -241,7 +228,7 @@
241228
},
242229
{
243230
"cell_type": "code",
244-
"execution_count": 7,
231+
"execution_count": 6,
245232
"metadata": {
246233
"id": "us1kBuWlQZTy"
247234
},
@@ -279,7 +266,7 @@
279266
},
280267
{
281268
"cell_type": "code",
282-
"execution_count": 8,
269+
"execution_count": 7,
283270
"metadata": {
284271
"id": "Eel3bSORQZW0"
285272
},
@@ -325,7 +312,7 @@
325312
},
326313
{
327314
"cell_type": "code",
328-
"execution_count": 9,
315+
"execution_count": 8,
329316
"metadata": {
330317
"id": "eSxxNW1KQZZc"
331318
},
@@ -347,7 +334,7 @@
347334
},
348335
{
349336
"cell_type": "code",
350-
"execution_count": 10,
337+
"execution_count": 9,
351338
"metadata": {
352339
"id": "efPNgW8qQZcW"
353340
},
@@ -373,7 +360,7 @@
373360
},
374361
{
375362
"cell_type": "code",
376-
"execution_count": 11,
363+
"execution_count": 10,
377364
"metadata": {
378365
"id": "WrB47hA3QZfM"
379366
},
@@ -398,7 +385,7 @@
398385
},
399386
{
400387
"cell_type": "code",
401-
"execution_count": 12,
388+
"execution_count": 11,
402389
"metadata": {
403390
"id": "yP3AjUrCQZhh"
404391
},
@@ -428,7 +415,7 @@
428415
},
429416
{
430417
"cell_type": "code",
431-
"execution_count": 14,
418+
"execution_count": 12,
432419
"metadata": {
433420
"id": "Fb2mj_AY4R71"
434421
},
@@ -453,7 +440,7 @@
453440
},
454441
{
455442
"cell_type": "code",
456-
"execution_count": 15,
443+
"execution_count": 13,
457444
"metadata": {
458445
"id": "EZ4opfWh4bwF"
459446
},
@@ -492,7 +479,7 @@
492479
},
493480
{
494481
"cell_type": "code",
495-
"execution_count": 16,
482+
"execution_count": 14,
496483
"metadata": {
497484
"id": "YMQ9m747TAOT"
498485
},
@@ -521,7 +508,7 @@
521508
},
522509
{
523510
"cell_type": "code",
524-
"execution_count": 17,
511+
"execution_count": 15,
525512
"metadata": {
526513
"colab": {
527514
"base_uri": "https://localhost:8080/"
@@ -568,7 +555,7 @@
568555
},
569556
{
570557
"cell_type": "code",
571-
"execution_count": 18,
558+
"execution_count": 16,
572559
"metadata": {
573560
"colab": {
574561
"base_uri": "https://localhost:8080/",
@@ -592,13 +579,6 @@
592579
"source": [
593580
"utils.plot_getdist(samples.reshape((-1, ndim)))"
594581
]
595-
},
596-
{
597-
"cell_type": "code",
598-
"execution_count": null,
599-
"metadata": {},
600-
"outputs": [],
601-
"source": []
602582
}
603583
],
604584
"metadata": {

0 commit comments

Comments
 (0)