From the course: Introduction to Data Science
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Defining prediction for data science
From the course: Introduction to Data Science
Defining prediction for data science
An important aspect of data science is discovering what data can tell us about the future. For example, based on a person's social media profile, which upcoming movies will likely interest them? What does climate and environmental data say about temperatures a few decades from now? How can a database of past clinical trial reports be used to estimate the risks of a new clinical trial? Answering questions like these involves making predictions. In this lesson, I'll identify two major types of prediction tasks the data scientists work on. The first is classification. Classification is about predicting the value of a categorical variable. For example, predicting whether an image shows a dog or a cat. The variable you want to predict is categorical, with dog and cat being the possible categories, in other words, classes. Now, there are many techniques the data scientists have developed for approaching classification. One method is K-nearest neighbors, which uses the distance between the…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Defining prediction for data science1m 46s
-
(Locked)
Navigating classification2m 7s
-
(Locked)
Recognizing the k-NN algorithm3m 13s
-
(Locked)
Implementing k-Nearest Neighbors7m 29s
-
(Locked)
Navigating regression2m 52s
-
(Locked)
Checking assumptions of regression2m 20s
-
(Locked)
Implementing linear regression6m 9s
-
(Locked)
-