Skip to content

Commit 29a11e0

Browse files
author
Christopher Fonnesbeck
committed
Added another exercies to section 4
1 parent 344eab8 commit 29a11e0

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

4. Statistical Data Modeling.ipynb

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,6 +1438,23 @@
14381438
"metadata": {},
14391439
"outputs": []
14401440
},
1441+
{
1442+
"cell_type": "markdown",
1443+
"metadata": {},
1444+
"source": [
1445+
"### Exercise: multivariate logistic regression\n",
1446+
"\n",
1447+
"Which other variables might be relevant for predicting the probability of surviving the Titanic? Generalize the model likelihood to include 2 or 3 other covariates from the dataset."
1448+
]
1449+
},
1450+
{
1451+
"cell_type": "code",
1452+
"collapsed": false,
1453+
"input": [],
1454+
"language": "python",
1455+
"metadata": {},
1456+
"outputs": []
1457+
},
14411458
{
14421459
"cell_type": "markdown",
14431460
"metadata": {},

0 commit comments

Comments
 (0)