Training an ML Model

Build your first machine learning model in Azure.

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 SVMSupport Vector Machine for classification in this lesson.

We need two critical ...