Skip to content

Commit 48d574b

Browse files
authored
added comments
1 parent 01a2779 commit 48d574b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MachineLearning Projects/insurance-fraud-claims-predictions.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
},
7676
"outputs": [],
7777
"source": [
78+
"# Importing libraries",
7879
"import pandas as pd\n",
7980
"import numpy as np\n",
8081
"import seaborn as sb\n",
@@ -104,6 +105,7 @@
104105
},
105106
"outputs": [],
106107
"source": [
108+
"Importing dataset",
107109
"data=pd.read_csv('../input/insurance-claims-dataset/insurance_claims.csv')"
108110
]
109111
},

0 commit comments

Comments
 (0)