Skip to content

Commit

Permalink
updated the EDA notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
msahamed committed Mar 31, 2019
1 parent d99be7e commit e0e2f74
Show file tree
Hide file tree
Showing 4 changed files with 1,019 additions and 3,320 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ _build
*.tsv
docs/source/interactive/magics-generated.txt
docs/source/config/shortcuts/*.csv
Financial_data_analysis_.zip
Financial_data_analysis_/
Presentation/
temp-plot.html
docs/gh-pages
jupyter_notebook/notebook/static/mathjax
jupyter_notebook/static/style/*.map
Expand Down
45 changes: 1 addition & 44 deletions create_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,49 +58,6 @@
"df_selected = pd.read_csv('./data/df_selected.csv')"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Drop some unnecessary features"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
"df_selected.drop('fico_range_low', axis = 1, inplace=True)"
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
"df_selected.drop(['funded_amnt','funded_amnt_inv'], axis = 1, inplace=True)"
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
"df_selected.drop('earliest_cr_year', axis = 1, inplace=True)"
]
},
{
"cell_type": "code",
"execution_count": 9,
"metadata": {},
"outputs": [],
"source": [
"df_selected.drop('issue_year', axis = 1, inplace=True)"
]
},
{
"cell_type": "code",
"execution_count": 11,
Expand Down Expand Up @@ -1373,7 +1330,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
"version": "3.6.8"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit e0e2f74

Please sign in to comment.