# Install the necessary dependencies

import os
import sys 
!{sys.executable} -m pip install --quiet pandas scikit-learn numpy matplotlib jupyterlab_myst ipython

12. Getting started with classification#

In Asia and India, food traditions are extremely diverse, and very delicious! Let’s look at data about regional cuisines to try to understand their ingredients.

Thai food seller

Photo by Lisheng Chang on Unsplash

In this section, you will build on your earlier study of Regression and learn about other classifiers that you can use to better understand the data.

See also

There are useful low-code tools that can help you learn about working with classification models. Try Azure ML for this task