Files
model_garden/notebooks/official/ml_metadata/README.md
T
Andrew FerlitschandGitHub 1690b07e4a Autoindex official (#1429)
* upgrade: prep for auto docs index

* upgrade: prep for auto docs index

* upgrade: prep work of web index

* upgrade: autoindex, map dirnames to tags

* upgrade: autogen index, folder to tag

* upgrade: autogen index, folder to tag

* upgrade: fine-tune layout for webdoc

* upgrade: fine-tuning tags and linkbacks

* upgrade: fine-tuning tags and linkbacks

* upgrade: fine-tuning tags and linkbacks

* upgrade: fine-tuning tags and linkbacks

* upgrade: fine-tuning tags and linkbacks

* upgrade: fine-tuning tags and linkbacks

* upgrade: fine-tuning tags and linkbacks

* upgrade: fine-tuning tags and linkbacks

* upgrade: fine-tuning tags and linkbacks

* upgrade: fine-tuning tags and linkbacks

* upgrade: fine-tuning tags and linkbacks

* upgrade: fine-tuning tags and linkbacks

* feat: CL var replacements

* fix: tuning index

* fix: tuning index

* fix: fine tune indexing

* fix: fine tune indexing

* fix: fine tune indexing

* fix: fine tune indexing

* fix: fine tune indexing

* fix: fine tune indexing

* fix: index tuning

* tuning: linkbak for repo index

* tuning: README index

* tuning: README index

* tuning: README index

* tuning: README index

* tuning: README index

* tuning: README index

* tuning: README index

* tuning: README index

* tuning: README index

* tuning: README index

* fix: notebook objective

* fix: notebook objective

* fix: alpha sort
2023-01-08 12:04:41 -08:00

2.3 KiB

Track parameters and metrics for custom training jobs

Learn how to use Vertex AI SDK for Python to:

The steps performed include:
- Track training parameters and prediction metrics for a custom training job.
- Extract and perform analysis for all parameters and metrics within an Experiment.

   Learn more about Vertex ML Metadata.

   Learn more about Vertex AI Training.

Track parameters and metrics for locally trained models

Learn how to use `Vertex ML Metadata` to track training parameters and evaluation metrics.

The steps performed include:

- Track parameters and metrics for a locally trained model.
- Extract and perform analysis for all parameters and metrics within an Experiment.

   Learn more about Vertex ML Metadata.

Track artifacts and metrics across Vertex AI Pipelines runs using Vertex ML Metadata

Learn how to track artifacts and metrics with `Vertex ML Metadata` in `Vertex AI Pipeline` runs.

The steps performed include:

* Use the Kubeflow Pipelines SDK to build an ML pipeline that runs on Vertex AI
* The pipeline will create a dataset, train a scikit-learn model, and deploy the model to an endpoint
* Write custom pipeline components that generate artifacts and metadata
* Compare Vertex Pipelines runs, both in the Cloud console and programmatically
* Trace the lineage for pipeline-generated artifacts
* Query your pipeline run metadata

   Learn more about Vertex ML Metadata.

   Learn more about Vertex AI Pipelines.