Skip to content

Commit 4866b99

Browse files
committed
plot_digits_pipe unwind gridsearchCV
1 parent f0b6dd7 commit 4866b99

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

notebooks/plot_digits_pipe.ipynb

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,13 @@
132132
"metadata": {},
133133
"outputs": [],
134134
"source": [
135+
"import ray\n",
136+
"import codeflare.pipelines.Datamodel as dm\n",
137+
"import codeflare.pipelines.Runtime as rt\n",
138+
"from codeflare.pipelines.Datamodel import Xy\n",
139+
"from codeflare.pipelines.Datamodel import XYRef\n",
140+
"from codeflare.pipelines.Runtime import ExecutionType\n",
141+
"\n",
135142
"print(__doc__)\n",
136143
"\n",
137144
"ray.shutdown()\n",
@@ -257,26 +264,6 @@
257264
"plt.show()"
258265
]
259266
},
260-
{
261-
"cell_type": "code",
262-
"execution_count": 3,
263-
"metadata": {},
264-
"outputs": [
265-
{
266-
"data": {
267-
"text/plain": [
268-
"array([1.00000000e-04, 4.64158883e-02, 2.15443469e+01, 1.00000000e+04])"
269-
]
270-
},
271-
"execution_count": 3,
272-
"metadata": {},
273-
"output_type": "execute_result"
274-
}
275-
],
276-
"source": [
277-
"np.logspace(-4, 4, 4)"
278-
]
279-
},
280267
{
281268
"cell_type": "code",
282269
"execution_count": null,

0 commit comments

Comments
 (0)