Data science based methods for customer needs mapping Flashcards

1
Q

Explain supervised learning

A

Builds a mathematical model of a set of data that containts both the inputs and the desired outputs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Explain unsupervised learning

A

Unsupervised learning algorithm in data science is where the algorithm is given unlabeled data, that contains only inputs and is tasked to find patterns, relationships, overall structure in the data, like clustering or grouping of data points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Criterias for good datasets?

A

Answers a relevant question
Has a good variability in the key variable we are interested to predict
Has a good variability in the explanatory variables
Has man instances (rows in the table)
Does not have too many missing values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is clustering in unsupervised learning?

A

Cluster analysis is the task of grouping a set of objects in such a way that objects in the same group (called clusters) are more similar to eaach other than those in other groups

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How can we predict the probability of purchase? (demand)

A
  1. From discrete choice modeling
    Goal: Predict likelihood of customer purchasing a particular product

Dependent variables: Often binary and represents whether a customer will buy product (1) or not (0)

Independent var: predictions, may include factors as price, advertising, or other that could influence purchasing decision

Method: multinominal logistics regression

  1. From historical product data
    Goal: Analyze relationship between multiple independent variables and dependent variables

Dependent var: quantity of product sold

Independent var: factors that may impact sale, like price, packaging, branding etc

Method: Multinominal regression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly