Skip to content

Commit

Permalink
Update test.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
ahughesuol committed Jul 29, 2024
1 parent b20d654 commit 15fa23d
Showing 1 changed file with 7 additions and 28 deletions.
35 changes: 7 additions & 28 deletions CMP3751 Machine Learning/test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,18 @@
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"import seaborn"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"import pandas"
]
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
"import sklearn\n",
"import skimage\n",
"import seaborn\n",
"import matplotlib\n",
"import numpy\n",
"import pandas\n",
"import scipy"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
"import sklearn"
]
}
],
"metadata": {
Expand Down

0 comments on commit 15fa23d

Please sign in to comment.