Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ML - Supervised Learning

  • We have a dataset that has the "right answer".

  • It has one or more "features" (or independent variables, or just variables) (X) and one or more results (y).

  • We would like to create a function that given a new set of values for X will predict the value(s) of y.

  • Regression

  • Classification