Skip to main content

One post tagged with "Python"

View All Tags

Stop Writing ML Scripts! AutoML in Azure Trained This Model for Me

· 10 min read

In this guide we’ll walk through a YouTube-ready flow for Azure Machine Learning:

  1. A quick mental model of how training works in Azure ML
  2. What a notebook actually is (in simple terms)
  3. How to train a no-code AutoML classification model
  4. How to deploy and test a real-time endpoint
  5. How this compares to the official command job tutorial from Microsoft docs
  6. How to fix the annoying AxiosError: Request failed with status code 400 when uploading your credit card CSV in Azure ML Studio

You can use this both as a blog and as the script outline for a YouTube video.