Skip to content

Commit 34601e4

Browse files
committed
Merge branch 'v0.3'
2 parents 57ef29c + e02e783 commit 34601e4

File tree

1 file changed

+43
-22
lines changed

1 file changed

+43
-22
lines changed

doc/tutorial/categorical_linear_models.ipynb

+43-22
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"input": [
5858
"titanic = sns.load_dataset(\"titanic\")\n",
5959
"exercise = sns.load_dataset(\"exercise\")\n",
60-
"attend = sns.load_dataset(\"attend\")"
60+
"attend = sns.load_dataset(\"attention\")"
6161
],
6262
"language": "python",
6363
"metadata": {},
@@ -88,7 +88,8 @@
8888
],
8989
"language": "python",
9090
"metadata": {},
91-
"outputs": []
91+
"outputs": [],
92+
"prompt_number": null
9293
},
9394
{
9495
"cell_type": "raw",
@@ -105,7 +106,8 @@
105106
],
106107
"language": "python",
107108
"metadata": {},
108-
"outputs": []
109+
"outputs": [],
110+
"prompt_number": null
109111
},
110112
{
111113
"cell_type": "raw",
@@ -122,7 +124,8 @@
122124
],
123125
"language": "python",
124126
"metadata": {},
125-
"outputs": []
127+
"outputs": [],
128+
"prompt_number": null
126129
},
127130
{
128131
"cell_type": "raw",
@@ -139,7 +142,8 @@
139142
],
140143
"language": "python",
141144
"metadata": {},
142-
"outputs": []
145+
"outputs": [],
146+
"prompt_number": null
143147
},
144148
{
145149
"cell_type": "raw",
@@ -156,7 +160,8 @@
156160
],
157161
"language": "python",
158162
"metadata": {},
159-
"outputs": []
163+
"outputs": [],
164+
"prompt_number": null
160165
},
161166
{
162167
"cell_type": "raw",
@@ -176,7 +181,8 @@
176181
],
177182
"language": "python",
178183
"metadata": {},
179-
"outputs": []
184+
"outputs": [],
185+
"prompt_number": null
180186
},
181187
{
182188
"cell_type": "raw",
@@ -193,7 +199,8 @@
193199
],
194200
"language": "python",
195201
"metadata": {},
196-
"outputs": []
202+
"outputs": [],
203+
"prompt_number": null
197204
},
198205
{
199206
"cell_type": "raw",
@@ -210,7 +217,8 @@
210217
],
211218
"language": "python",
212219
"metadata": {},
213-
"outputs": []
220+
"outputs": [],
221+
"prompt_number": null
214222
},
215223
{
216224
"cell_type": "code",
@@ -220,7 +228,8 @@
220228
],
221229
"language": "python",
222230
"metadata": {},
223-
"outputs": []
231+
"outputs": [],
232+
"prompt_number": null
224233
},
225234
{
226235
"cell_type": "raw",
@@ -240,7 +249,8 @@
240249
],
241250
"language": "python",
242251
"metadata": {},
243-
"outputs": []
252+
"outputs": [],
253+
"prompt_number": null
244254
},
245255
{
246256
"cell_type": "raw",
@@ -257,7 +267,8 @@
257267
],
258268
"language": "python",
259269
"metadata": {},
260-
"outputs": []
270+
"outputs": [],
271+
"prompt_number": null
261272
},
262273
{
263274
"cell_type": "raw",
@@ -277,7 +288,8 @@
277288
],
278289
"language": "python",
279290
"metadata": {},
280-
"outputs": []
291+
"outputs": [],
292+
"prompt_number": null
281293
},
282294
{
283295
"cell_type": "code",
@@ -288,7 +300,8 @@
288300
],
289301
"language": "python",
290302
"metadata": {},
291-
"outputs": []
303+
"outputs": [],
304+
"prompt_number": null
292305
},
293306
{
294307
"cell_type": "raw",
@@ -308,7 +321,8 @@
308321
],
309322
"language": "python",
310323
"metadata": {},
311-
"outputs": []
324+
"outputs": [],
325+
"prompt_number": null
312326
},
313327
{
314328
"cell_type": "raw",
@@ -325,7 +339,8 @@
325339
],
326340
"language": "python",
327341
"metadata": {},
328-
"outputs": []
342+
"outputs": [],
343+
"prompt_number": null
329344
},
330345
{
331346
"cell_type": "raw",
@@ -342,7 +357,8 @@
342357
],
343358
"language": "python",
344359
"metadata": {},
345-
"outputs": []
360+
"outputs": [],
361+
"prompt_number": null
346362
},
347363
{
348364
"cell_type": "raw",
@@ -361,7 +377,8 @@
361377
],
362378
"language": "python",
363379
"metadata": {},
364-
"outputs": []
380+
"outputs": [],
381+
"prompt_number": null
365382
},
366383
{
367384
"cell_type": "raw",
@@ -379,7 +396,8 @@
379396
],
380397
"language": "python",
381398
"metadata": {},
382-
"outputs": []
399+
"outputs": [],
400+
"prompt_number": null
383401
},
384402
{
385403
"cell_type": "raw",
@@ -404,7 +422,8 @@
404422
],
405423
"language": "python",
406424
"metadata": {},
407-
"outputs": []
425+
"outputs": [],
426+
"prompt_number": null
408427
},
409428
{
410429
"cell_type": "raw",
@@ -429,15 +448,17 @@
429448
],
430449
"language": "python",
431450
"metadata": {},
432-
"outputs": []
451+
"outputs": [],
452+
"prompt_number": null
433453
},
434454
{
435455
"cell_type": "code",
436456
"collapsed": false,
437457
"input": [],
438458
"language": "python",
439459
"metadata": {},
440-
"outputs": []
460+
"outputs": [],
461+
"prompt_number": null
441462
}
442463
],
443464
"metadata": {}

0 commit comments

Comments
 (0)