Skip to content

Commit

Permalink
Updated notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
SartajBhuvaji committed Feb 4, 2024
1 parent 5ee7ccb commit b8aea91
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 41 deletions.
17 changes: 2 additions & 15 deletions notebooks/SDGnE_Autoencoder_Notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,9 @@
"id": "3TDy74VkBy_s",
"outputId": "a34b4643-d16d-4c2e-ca77-4450705e7f97"
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Looking in indexes: https://test.pypi.org/simple/\n",
"Collecting sdgne\n",
" Downloading https://test-files.pythonhosted.org/packages/3a/8b/13eca6dcbc0edc475a9b24f60c8f0efde0927db8268eb41b6e0756bb80e4/sdgne-0.1.0-py3-none-any.whl (289 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m289.5/289.5 kB\u001b[0m \u001b[31m3.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hInstalling collected packages: sdgne\n",
"Successfully installed sdgne-0.1.0\n"
]
}
],
"outputs": [],
"source": [
"!pip install -i https://test.pypi.org/simple/ sdgne"
"!pip install sdgne"
]
},
{
Expand Down
15 changes: 2 additions & 13 deletions notebooks/SDGnE_Comparison_Notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,9 @@
"id": "fxo9fyXFZmoP",
"outputId": "6fb0291e-8d5e-4ddc-85e5-9f1c91a0d91c"
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Processing ./sdgne-0.1.0-py3-none-any.whl\n",
"Installing collected packages: sdgne\n",
"Successfully installed sdgne-0.1.0\n"
]
}
],
"outputs": [],
"source": [
"# !pip install -i https://test.pypi.org/simple/ sdgne\n",
"!pip install sdgne-0.1.0-py3-none-any.whl"
"!pip install sdgne"
]
},
{
Expand Down
16 changes: 3 additions & 13 deletions notebooks/SDGnE_SMOTE_Notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,17 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "3TDy74VkBy_s",
"outputId": "463a9a01-fed8-4c7d-dad5-544f57d49856"
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Processing ./sdgne-0.2.0-py3-none-any.whl\n",
"Installing collected packages: sdgne\n",
"Successfully installed sdgne-0.2.0\n"
]
}
],
"outputs": [],
"source": [
"!pip install sdgne-0.2.0-py3-none-any.whl"
"!pip install sdgne"
]
},
{
Expand Down

0 comments on commit b8aea91

Please sign in to comment.