Finalizing Report

This commit is contained in:
Noah L. Schrick 2023-03-07 16:29:07 -06:00
parent 9163ed8ebe
commit 89927c2703
16 changed files with 4 additions and 7 deletions

View File

@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 139,
"execution_count": 190,
"metadata": {},
"outputs": [],
"source": [
@ -19,15 +19,12 @@
"import pandas as pd\n",
"from sklearn.linear_model import LogisticRegression, LogisticRegressionCV\n",
"from sklearn.linear_model import LinearRegression, Lasso, Ridge, LassoCV, BayesianRidge\n",
"from dmba import backward_elimination, forward_selection, stepwise_selection\n",
"from dmba import regressionSummary, exhaustive_search\n",
"from dmba import stepwise_selection\n",
"from dmba import regressionSummary\n",
"from sklearn.model_selection import train_test_split\n",
"import statsmodels.api as sm\n",
"from mord import LogisticIT\n",
"from pandas.plotting import scatter_matrix\n",
"import matplotlib.pylab as plt\n",
"import seaborn as sns\n",
"from dmba import classificationSummary, gainsChart, liftChart\n",
"from dmba.metric import AIC_score"
]
},
@ -53,7 +50,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 191,
"metadata": {},
"outputs": [
{

Binary file not shown.

Binary file not shown.

BIN
img/10-3_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
img/10-3_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
img/10-3_3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
img/10-3_4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
img/10-3_f.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 966 B

BIN
img/10-3_g.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
img/10-4_b.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
img/10-4_c.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
img/10-4_d.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
img/10-4_e1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

BIN
img/10-4_e2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
img/10-4_f3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
img/10-4_i.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB