Merge pull request #1609 from GoogleCloudPlatform/sklearn_1

fix: issue 1251
This commit is contained in:
Andrew Ferlitsch
2023-03-15 17:32:54 +00:00
committed by GitHub
@@ -719,7 +719,7 @@
"outputs": [],
"source": [
"@component(\n",
" packages_to_install=[\"sklearn\", \"pandas\", \"joblib\"],\n",
" packages_to_install=[\"scikit-learn\", \"pandas\", \"joblib\"],\n",
" base_image=\"python:3.9\",\n",
" output_component_file=\"beans_model_component.yaml\",\n",
")\n",