Skip to content

Latest commit

 

History

History
 
 

Lab 6 - Vertex AI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Lab 6 - Vertex AI

Now we've reached what we've been working toward -- pulling graph data into Vertex AI. We're going to work with two notebooks in this lab.

Enable the API

If you haven't already, you're going to need to enable the Vertex AI API. You can do that by going here and clicking "ENABLE VERTEX AI API."

Once enabled, you'll see this.

You're now all ready to get started with Vertex AI!

Raw Data

First, we're going to work with the raw data set. We'll do the following:

  • Pull it from a bucket
  • Break into train and test sets
  • Train a classifier

To do that, open the notebook here.

Data with Embedding

Now, let's build a similar classifier to the last one. But, this time we're going to use data from our graph embedding. We can do that here.