Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions Lessons/12_LogisticRegression/Lesson12_LogisticRegression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 9,
"metadata": {
"collapsed": true
},
Expand Down Expand Up @@ -256,10 +256,10 @@
" <th>Method:</th> <td>MLE</td> <th> Df Model: </th> <td> 1</td> \n",
"</tr>\n",
"<tr>\n",
" <th>Date:</th> <td>Wed, 16 Nov 2016</td> <th> Pseudo R-squ.: </th> <td>0.08954</td>\n",
" <th>Date:</th> <td>Fri, 18 Nov 2016</td> <th> Pseudo R-squ.: </th> <td>0.08954</td>\n",
"</tr>\n",
"<tr>\n",
" <th>Time:</th> <td>20:27:45</td> <th> Log-Likelihood: </th> <td> -28.145</td>\n",
" <th>Time:</th> <td>14:45:16</td> <th> Log-Likelihood: </th> <td> -28.145</td>\n",
"</tr>\n",
"<tr>\n",
" <th>converged:</th> <td>True</td> <th> LL-Null: </th> <td> -30.913</td>\n",
Expand Down Expand Up @@ -288,8 +288,8 @@
"Dep. Variable: Survived No. Observations: 45\n",
"Model: Logit Df Residuals: 43\n",
"Method: MLE Df Model: 1\n",
"Date: Wed, 16 Nov 2016 Pseudo R-squ.: 0.08954\n",
"Time: 20:27:45 Log-Likelihood: -28.145\n",
"Date: Fri, 18 Nov 2016 Pseudo R-squ.: 0.08954\n",
"Time: 14:45:16 Log-Likelihood: -28.145\n",
"converged: True LL-Null: -30.913\n",
" LLR p-value: 0.01863\n",
"==============================================================================\n",
Expand Down Expand Up @@ -421,7 +421,7 @@
},
{
"cell_type": "code",
"execution_count": 28,
"execution_count": 7,
"metadata": {
"collapsed": true
},
Expand All @@ -432,7 +432,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 8,
"metadata": {
"collapsed": false
},
Expand Down Expand Up @@ -518,7 +518,7 @@
"4 LungCancer Male Low Bird 49 31 20"
]
},
"execution_count": 9,
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -820,8 +820,9 @@
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python [default]",
"language": "python",
"name": "python3"
},
Expand Down
Loading