feature types:

  • numerical
    • continuous
    • discrete
  • categorical
  • text/string
  • image
  • other non-numerical features often converted into numerical features to make them easier to work with

regression, classification

  • regression: Y is a continuous number
    • multivariate regression
  • classification: Y is categorical (mapped to an integer)
    • binary classification: or

    • multi-class classification:

nearest neighbor