Skip to content

Commit

Permalink
Cleared cell outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Nov 13, 2023
1 parent 98a6aac commit 0294e55
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 143 deletions.
66 changes: 6 additions & 60 deletions doc/tutorials/data/data_telescope.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,10 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "f595cc77-885c-49ca-8385-b66a725fbdef",
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "a9d25bc1733f44b1ad6a349203b5a16a",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"VBox(children=(Text(value='dss_config.sqlite', description='Config. File Name', style=TextStyle(description_wi…"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"outputs": [],
"source": [
"%run ../access_store_ui.ipynb\n",
"display(get_access_store_ui('../'))"
Expand All @@ -61,31 +46,10 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"id": "cab1e6a9-b640-419b-bc8e-b4379a43666d",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Downloading the data took: 4.71s\n",
" fLength fWidth fSize fConc fConc1 fAsym fM3Long fM3Trans \\\n",
"0 31.6036 11.7235 2.5185 0.5303 0.3773 26.2722 23.8238 -9.9574 \n",
"1 162.0520 136.0310 4.0612 0.0374 0.0187 116.7410 -64.8580 -45.2160 \n",
"2 23.8172 9.5728 2.3385 0.6147 0.3922 27.2107 -6.4633 -7.1513 \n",
"3 75.1362 30.9205 3.1611 0.3168 0.1832 -5.5277 28.5525 21.8393 \n",
"4 51.6240 21.1502 2.9085 0.2420 0.1340 50.8761 43.1887 9.8145 \n",
"\n",
" fAlpha fDist class \n",
"0 6.3609 205.261 g \n",
"1 76.9600 256.788 g \n",
"2 10.4490 116.737 g \n",
"3 4.6480 356.462 g \n",
"4 3.6130 238.098 g \n"
]
}
],
"outputs": [],
"source": [
"from urllib.request import urlopen\n",
"import tempfile\n",
Expand Down Expand Up @@ -140,28 +104,10 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"id": "9726bbfb-7d4b-4dbf-97f6-2c70260c1bfc",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/home/vagrant/data-science-sandbox/venv/lib/python3.8/site-packages/pyexasol/callback.py:81: FutureWarning: the 'line_terminator'' keyword is deprecated, use 'lineterminator' instead.\n",
" return src.to_csv(wrapped_pipe, header=False, index=False, line_terminator='\\n', quoting=csv.QUOTE_NONNUMERIC, **kwargs)\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Imported 15215 rows into TELESCOPE_TRAIN.\n",
"Imported 3804 rows into TELESCOPE_TEST.\n",
"Importing the data took: 717.22ms\n"
]
}
],
"outputs": [],
"source": [
"from sklearn.model_selection import train_test_split\n",
"import pyexasol\n",
Expand Down
Loading

0 comments on commit 0294e55

Please sign in to comment.