Skip to content

Commit

Permalink
updating Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoBrie committed Mar 7, 2024
1 parent f58597d commit 9a35e38
Show file tree
Hide file tree
Showing 12 changed files with 310,434 additions and 312,234 deletions.
303 changes: 134 additions & 169 deletions .ipynb_checkpoints/Dashboard_test-checkpoint.ipynb

Large diffs are not rendered by default.

39 changes: 35 additions & 4 deletions 1_EDA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -404,11 +404,11 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 17,
"metadata": {},
"outputs": [],
"source": [
"data_for_dashboard = app_train[['SK_ID_CURR','TARGET','DAYS_BIRTH']]\n",
"data_for_dashboard = app_train[['SK_ID_CURR','TARGET','DAYS_BIRTH','DAYS_EMPLOYED', 'AMT_INCOME_TOTAL', 'OWN_CAR_AGE', 'AMT_CREDIT','CODE_GENDER','CNT_CHILDREN',]]\n",
"data_for_dashboard.to_csv('data/X_train_slice.csv', index = False)"
]
},
Expand All @@ -423,7 +423,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 14,
"metadata": {
"_cell_guid": "d077aee0-5271-440e-bc07-6087eab40b74",
"_uuid": "cbd1c4111df6f07bc0d479b51f50895e728b717a"
Expand Down Expand Up @@ -652,7 +652,7 @@
"[5 rows x 121 columns]"
]
},
"execution_count": 5,
"execution_count": 14,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -664,6 +664,37 @@
"app_test.head()"
]
},
{
"cell_type": "code",
"execution_count": 15,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"0 -19241\n",
"1 -18064\n",
"2 -20038\n",
"3 -13976\n",
"4 -13040\n",
" ... \n",
"48739 -19970\n",
"48740 -11186\n",
"48741 -15922\n",
"48742 -13968\n",
"48743 -13962\n",
"Name: DAYS_BIRTH, Length: 48744, dtype: int64"
]
},
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"app_test['DAYS_BIRTH']"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
Loading

0 comments on commit 9a35e38

Please sign in to comment.