install openml for notebook example

This commit is contained in:
Chi Wang 2022-06-06 03:38:17 +00:00
parent 18f692281a
commit 619107edf5
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
"\n",
"In this notebook, we demonstrate a basic use case of zero-shot AutoML with FLAML.\n",
"\n",
"FLAML requires `Python>=3.6`. To run this notebook example, please install flaml:"
"FLAML requires `Python>=3.6`. To run this notebook example, please install flaml and openml:"
]
},
{
@ -28,7 +28,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install -U flaml;"
"%pip install -U flaml openml;"
]
},
{