Run notebooks with updates and custom kernel
This commit is contained in:
parent
79a2e45e49
commit
3125c82096
13 changed files with 102 additions and 114 deletions
|
|
@ -194,6 +194,7 @@
|
|||
"text/plain": [
|
||||
"['DESCR',\n",
|
||||
" 'data',\n",
|
||||
" 'data_module',\n",
|
||||
" 'feature_names',\n",
|
||||
" 'filename',\n",
|
||||
" 'frame',\n",
|
||||
|
|
@ -511,9 +512,7 @@
|
|||
"<Figure size 432x288 with 1 Axes>"
|
||||
]
|
||||
},
|
||||
"metadata": {
|
||||
"needs_background": "light"
|
||||
},
|
||||
"metadata": {},
|
||||
"output_type": "display_data"
|
||||
}
|
||||
],
|
||||
|
|
@ -552,9 +551,7 @@
|
|||
"<Figure size 432x288 with 1 Axes>"
|
||||
]
|
||||
},
|
||||
"metadata": {
|
||||
"needs_background": "light"
|
||||
},
|
||||
"metadata": {},
|
||||
"output_type": "display_data"
|
||||
}
|
||||
],
|
||||
|
|
@ -606,9 +603,7 @@
|
|||
"<Figure size 576x576 with 16 Axes>"
|
||||
]
|
||||
},
|
||||
"metadata": {
|
||||
"needs_background": "light"
|
||||
},
|
||||
"metadata": {},
|
||||
"output_type": "display_data"
|
||||
}
|
||||
],
|
||||
|
|
@ -959,7 +954,7 @@
|
|||
{
|
||||
"data": {
|
||||
"text/plain": [
|
||||
"0.9333333333333333"
|
||||
"np.float64(0.9333333333333333)"
|
||||
]
|
||||
},
|
||||
"execution_count": 26,
|
||||
|
|
@ -986,7 +981,7 @@
|
|||
{
|
||||
"data": {
|
||||
"text/plain": [
|
||||
"0.9523809523809523"
|
||||
"np.float64(0.9523809523809523)"
|
||||
]
|
||||
},
|
||||
"execution_count": 27,
|
||||
|
|
@ -1019,9 +1014,7 @@
|
|||
"<Figure size 432x288 with 1 Axes>"
|
||||
]
|
||||
},
|
||||
"metadata": {
|
||||
"needs_background": "light"
|
||||
},
|
||||
"metadata": {},
|
||||
"output_type": "display_data"
|
||||
}
|
||||
],
|
||||
|
|
@ -1150,9 +1143,9 @@
|
|||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "Python 3 (ipykernel)",
|
||||
"display_name": "intro-to-data-science",
|
||||
"language": "python",
|
||||
"name": "python3"
|
||||
"name": "intro-to-data-science"
|
||||
},
|
||||
"language_info": {
|
||||
"codemirror_mode": {
|
||||
|
|
@ -1164,7 +1157,7 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.8.12"
|
||||
"version": "3.12.4"
|
||||
},
|
||||
"toc": {
|
||||
"base_numbering": 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue