Compare commits

...
2 Commits
Author SHA1 Message Date
Andrew FerlitschandGitHub 56c2f31024 Update automl_text_classification_model_evaluation.ipynb 2023-06-21 15:22:09 -07:00
Andrew Ferlitsch 8db851f5a3 update tag/linkback 2023-02-21 18:09:48 +00:00
@@ -63,7 +63,7 @@
"\n",
"This notebook demonstrates how to use the Vertex AI classification model evaluation component to evaluate an AutoML text classification model. Model evaluation helps you determine your model performance based on the evaluation metrics and improve the model if necessary. \n",
"\n",
"Learn more about [Vertex AI Model Evaluation](https://cloud.google.com/vertex-ai/docs/evaluation/introduction) and [AutoML Text](https://cloud.google.com/vertex-ai/docs/text-data/classification/prepare-data)."
"Learn more about [Vertex AI Model Evaluation](https://cloud.google.com/vertex-ai/docs/evaluation/introduction) and [Classification for text data](https://cloud.google.com/vertex-ai/docs/training-overview#classification_for_text)."
]
},
{
@@ -195,7 +195,8 @@
"\n",
"! pip3 install --upgrade google-cloud-aiplatform \\\n",
" google-cloud-storage \\\n",
" kfp google-cloud-pipeline-components \\\n",
" kfp \\\n",
" google-cloud-pipeline-components==-1.0.40 \\\n",
" ndjson {USER_FLAG} -q"
]
},