Training an ML Model
Build your first machine learning model in Azure.
We'll cover the following...
Model overview
-
Dataset: We will use the classic
iris.csv
dataset 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 ...