Skip to content

Commit

Permalink
Update test.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
ahughesuol committed Sep 3, 2024
1 parent bad0509 commit acd7fed
Showing 1 changed file with 9 additions and 38 deletions.
47 changes: 9 additions & 38 deletions CMP1905 Foundations of Data Science/test.ipynb
Original file line number Diff line number Diff line change
@@ -1,48 +1,19 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"import seaborn"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"import pandas"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"import scipy"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
"import sklearn"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
"import tensorflow"
"import numpy\n",
"import matplotlib\n",
"import scipy\n",
"import pandas\n",
"import sklearn\n",
"import plotly\n",
"import seaborn\n",
"import statistics"
]
}
],
Expand All @@ -62,7 +33,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.4"
"version": "3.12.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit acd7fed

Please sign in to comment.