June 2020
Intermediate to advanced
382 pages
11h 39m
English
Given the historical data, can we train a binary classifier that can predict whether a particular user will eventually buy a product based on their profile?
First, let's explore the historical labeled data set available to solve this problem:
x € ℜb, y € {0,1}
For a particular example, when y = 1, we call it a positive class and when y = 0, we call it a negative class.
Now, let's look at the following: ...
Read now
Unlock full access