You are on page 1of 2

1) Which one of the following functions are distance functions?

a. Euclidean
b. Manhattan
c. Minkowski
d. All of the above
2) If unsure of the number of clusters to choose from in K-means clustering, which method can be
used to determine the number of clusters:
a. Euclidean method
b. Manhattan method
c. Elbow point method
d. None of the above
3) This library is considered a linear algebra library in Python.
a. Numpy
b. Pandas
c. Seaborn
d. None of the above
4) Another open source library that people regard as Python’s version of excel is called ………
a. Numpy
b. Pandas
c. Seaborn
d. None of the above
5) Name three visualization libraries in Python:
a. Matplotlib
b. Seaborn
c. Plotly
d. All the above
6) …………… Individual Edition is the world’s most popular Python distribution platform with over 20
million users worldwide. This is a platform of choice for using Python:
a. Anaconda
b. R
c. Julia
d. None of the above
7) The first step in applying K-means clustering is determining the number of …….
a. Instance
b. Clusters
c. Columns
d. None of the above
8) If you are provided a data set that has no label, what kind of ML type would you use to label the
data if manual classification were not an option:
a. Supervised ML
b. Unsupervised ML
c. Reinforcement learning
d. None of the above
9) Name two types of unsupervised ML algorithms:
a. K-means clustering
b. Hierarchical clustering
c. Random forest
d. A and B
10) Another name for Inertia is …….
a. Cluster centroid
b. Within cluster sum of squared errors
c. Cluster classification
d. None of the above

Answers:

1) D
2) C
3) A
4) B
5) D
6) A
7) B
8) B
9) D
10) B

You might also like