mirror of https://github.com/microsoft/autogen.git
install openml for notebook example
This commit is contained in:
parent
18f692281a
commit
619107edf5
|
@ -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;"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue