Training an ML Model
Understand how to train a machine learning model on Azure using the iris dataset and Support Vector Machine. Explore dataset handling, job configuration via YAML, parameter initialization, and running the training pipeline to achieve high accuracy.
We'll cover the following...
We'll cover the following...
Model overview
-
Dataset: We will use the classic
iris.csvdataset as input. The dataset has six columns with various flower features. The model classifies them into one flower species. -
Training model: We will use
for classification in this lesson.SVM Support Vector Machine
We need two critical components for running this job:
job.yml: This YAML file contains the