Supervised Learning#

Supervised learning is a form of machine learning that learns from a labeled dataset. It can be categorized into 2 types: classification and regression.

In this chapter we will study various classification and regression algorithms.

Some algorithms (like decision trees) can be used for both classification and regression.