Skip to content

Commit 09d1086

Browse files
committed
final commit
1 parent 0f36aeb commit 09d1086

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ imageio==2.19.3
22
matplotlib==3.5.2
33
numpy==1.21.5
44
pybdm==0.1.0
5-
pandas
5+
pandas==1.4.4
66
statsmodels
77
seaborn
88
scipy
9+
sklearn
10+
gmr
911
jupyterlab

scripts/DescriptiveAnalysis.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"cell_type": "code",
13-
"execution_count": 27,
13+
"execution_count": 1,
1414
"id": "bd309046",
1515
"metadata": {},
1616
"outputs": [
@@ -20,7 +20,7 @@
2020
"'\\nAuthor: Surabhi S Nath\\nDescription: This script implements descriptive analysis on the data.\\n'"
2121
]
2222
},
23-
"execution_count": 27,
23+
"execution_count": 1,
2424
"metadata": {},
2525
"output_type": "execute_result"
2626
}
@@ -34,7 +34,7 @@
3434
},
3535
{
3636
"cell_type": "code",
37-
"execution_count": 28,
37+
"execution_count": 2,
3838
"id": "3c5cbdf0",
3939
"metadata": {},
4040
"outputs": [],
@@ -55,7 +55,7 @@
5555
},
5656
{
5757
"cell_type": "code",
58-
"execution_count": 29,
58+
"execution_count": 3,
5959
"id": "9081e981",
6060
"metadata": {},
6161
"outputs": [],
@@ -1227,7 +1227,7 @@
12271227
"name": "python",
12281228
"nbconvert_exporter": "python",
12291229
"pygments_lexer": "ipython3",
1230-
"version": "3.9.13"
1230+
"version": "3.8.8"
12311231
},
12321232
"vscode": {
12331233
"interpreter": {

0 commit comments

Comments
 (0)