QBoard » Big Data » Big Data on Cloud » Migrating from Google Cloud ML beta to Google Cloud Machine Learning Engine

Migrating from Google Cloud ML beta to Google Cloud Machine Learning Engine

  • Google announced beta version of a new machine learning environment today. Can someone update me on where Google CloudML stands? The docs seemed to have just changed overnight. I'm guessing that commands that were

       gcloud beta ml
    ​

    are now

    gcloud ml-engine
    

    Having trouble parsing the notes released today:

    https://cloud.google.com/ml-engine/docs/resources/release-notes

    I was following the tutorial here.

    https://cloud.google.com/blog/big-data/2016/12/how-to-train-and-classify-images-using-google-cloud-machine-learning-and-cloud-dataflow

    What else should I be look out for?

      September 11, 2021 1:55 PM IST
    0
  • To ensure that you are able to fully use the solution, you need to set up a few items on GCP:

    1. You’ll need a Google Cloud project to run this demo. We recommend creating a new project and ensure the following APIs are enabled for the project: 
      1. Compute Engine 

      2. AI Platform Training and Prediction

      3. Cloud Storage

      September 27, 2021 1:57 PM IST
    0
  • google-cloud-ml-engine is now GA. Specifically training and batch prediction are GA. Online prediction is still in beta.
    You are correct that if you update gcloud to the latest components the new commands are
    gcloud ml-engine
      September 13, 2021 6:38 PM IST
    0
  • There is this link for Migrating from Cloud ML Beta https://cloud.google.com/ml-engine/docs/how-tos/migrate-from-beta
      September 13, 2021 11:56 PM IST
    0