Prediction models (supervised learning)

Machine Learning cho Kinh doanh

Karolis Urbonas

Head of Machine Learning & Science, Amazon

Supervised vs. Unsupervised

Supervised models

Predicting class/type of an outcome (e.g. subscription cancellation, fraud, purchase) - CLASSIFICATION

Predicting quantity of an outcome (e.g. dollars spent, hours played) - REGRESSION

Unsupervised models

Clustering - grouping observations into similar groups or clusters (e.g. customer or market segmentation)

Machine Learning cho Kinh doanh

Supervised learning types

Classification - Target variable is categorical (discrete) (class of outcome) (classification)

Will the customer cancel a service subscription?

Is this transaction fraudulent?

What is the profession of this user?

Regression - Target variable is continuous (amount of outcome) (regression)

Number of product purchases next month

Number of gaming hours next year

Dollars spent on insurance

Machine Learning cho Kinh doanh

Data collection

Machine learning teams should collect all available data to predict desired outcome with the highest degree of accuracy e.g. in case of purchase predictions:

Customer information

Purchase history, cancellations, order amount

Browsing history, logs, errors

Device details and location

Product/service usage frequency

And others...

Machine Learning cho Kinh doanh

Classification example

classification - data

Machine Learning cho Kinh doanh

Classification - training

classification-training

Machine Learning cho Kinh doanh

Classification - learning

classification-learning

Machine Learning cho Kinh doanh

Classification - unseen data

classification-unseendata

Machine Learning cho Kinh doanh

Classification - prediction

classificaiton-prediction

Machine Learning cho Kinh doanh

Regression example

regression-data

Machine Learning cho Kinh doanh

Regression - training

regression-training

Machine Learning cho Kinh doanh

Regression - learning

regression-learning

Machine Learning cho Kinh doanh

Regression - unseen data

regression-testdata

Machine Learning cho Kinh doanh

Regression - prediction

regression-prediction

Machine Learning cho Kinh doanh

Regression - actual prediction

regression-actual

Machine Learning cho Kinh doanh

Let's practice!

Machine Learning cho Kinh doanh

Preparing Video For Download...