diff --git a/notebook/zeroshot_lightgbm.ipynb b/notebook/zeroshot_lightgbm.ipynb index f9072a5f0e..783f03700e 100644 --- a/notebook/zeroshot_lightgbm.ipynb +++ b/notebook/zeroshot_lightgbm.ipynb @@ -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;" ] }, {