Analytic Techniques Flashcards
(110 cards)
what technique would you use if you needed to group items or find structure?
a) regression
b) clustering
c) time series
b)clustering
what technique would you use if you needed to discover relationships between actions or items?
a) text analysis
b) regression
c) classification
d) association rules
d)association rules
what technique would you use if you needed to determine the relationship between the input variables and the outcome?
a) text analysis
b) regression
c) Time series
b)regression
what technique would you use if you needed to assign labels to objects?
a) classification
b) text analysis
c) regression
a)classification
what technique would you use if you needed to find structure in temporal data in order to make forecasts?
a) classification
b) text analysis
c) time series
c)time series
what technique would you use if you needed to analyse free text?
a) time series
b) clustering
c) classification
d) text analysis
d)text analysis
what technique is clustering?
k-means
what technique is regression?
linear and logistic
what technique is classification?
naive bayes
decision trees
what technique is association rules?
apriori
what technique is time series?
ARMA, ARIMA, PACF & ACF
what technique is text analysis?
regular expressions
bag of words
TF-IDF
which methods are the unsupervised learning method?
k-means
apriori
what is the output of k-means?
the cluster centre
what is the input of k-means?
numerical - Euclidean distance
what is euclidian distance?
method of calculating distance - most ordinary distance
if a domain does not suggest a suitable value for k then what do you do?
plot wss and look for elbow
in k-means what do you do if its missing expected splits?
increase k
in k-means what do you do if its clusters have few data points?
decrease k
in k-means what do you do if the centroids are close together?
decrease k
what is the right description for apriori?
a) if y is observed, then x is also observed
b) if x is observed, then y is also observed
b) if x is observed, then y is also observed
what’s association rules sometimes referred as?
a) market analysis
b) market basket analysis
c) task basket analysis
b) market basket analysis
what is a frequent itemset for apriori?
set of items that appear together “often enough”
what is normally the support % for apriori? (confidence)
50%