TDSM 7.3

From The Data Science Design Manual Wikia
Revision as of 16:38, 26 November 2017 by Jgarg (talk | contribs) (Created page with "Examples: # First Principle Model : A model predicting the result of a football match. Result of a match depends on the form of its players. So features measuring the form of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Examples:

  1. First Principle Model : A model predicting the result of a football match. Result of a match depends on the form of its players. So features measuring the form of a player could help us predict the result of a match.
  2. Data-Driven Models: A model predicting the weather on a given day is data driven.