Skip to content

Commit

Permalink
Created using Colab
Browse files Browse the repository at this point in the history
  • Loading branch information
arssite committed Jul 5, 2024
1 parent ca2d539 commit 0d7e4a5
Showing 1 changed file with 43 additions and 2 deletions.
45 changes: 43 additions & 2 deletions loan.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"colab": {
"provenance": [],
"gpuType": "T4",
"authorship_tag": "ABX9TyO0wP6GteiISyWba5IefT8Y",
"authorship_tag": "ABX9TyMPrB/xOKQBqahR04AXGNGc",
"include_colab_link": true
},
"kernelspec": {
Expand Down Expand Up @@ -861,6 +861,45 @@
}
]
},
{
"cell_type": "code",
"source": [
"ld.isnull().sum()"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "lfd7aQvh-5Hd",
"outputId": "5fa080ec-5c40-49f9-f71f-0b5f13306138"
},
"execution_count": 20,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"Loan_ID 0\n",
"Gender 13\n",
"Married 3\n",
"Dependents 15\n",
"Education 0\n",
"Self_Employed 32\n",
"ApplicantIncome 0\n",
"CoapplicantIncome 0\n",
"LoanAmount 22\n",
"Loan_Amount_Term 14\n",
"Credit_History 50\n",
"Property_Area 0\n",
"Loan_Status 0\n",
"dtype: int64"
]
},
"metadata": {},
"execution_count": 20
}
]
},
{
"cell_type": "code",
"source": [
Expand Down Expand Up @@ -897,7 +936,9 @@
},
{
"cell_type": "code",
"source": [],
"source": [
"dsvfdevf"
],
"metadata": {
"id": "OAAhavyY-IIs"
},
Expand Down

0 comments on commit 0d7e4a5

Please sign in to comment.