Select The Correct Answer
Select The Correct Answer
pivot_table function
read_csv function
merge function
apply function
Which of the following Python libraries provides advanced random number capabilities?
SELECT THE CORRECT ANSWER
NumPy
SciPy
Pandas
SymPy
What is the output of the below Python code? import numpy as np percentiles = [98, 76.37,
55.55, 69, 88] first_subject = np.array(percentiles) print first_subject.dtype
SELECT THE CORRECT ANSWER
float64
float32
int32
float
Which of the following methods is used to find the best fit line for data in Linear
Regression?
SELECT THE CORRECT ANSWER
R-Squared measures:
SELECT THE CORRECT ANSWER
Linear Regression error values have to be normally distributed, but in case of Logistic
Regression it is not the case
Logistic regression error values have to be normally distributed, but in case of linear
regression it is not the case
Both linear regression and logistic regression error values have to be normally distributed
Both linear regression and logistic regression error values may not to be normally distributed
Which of the following options are true about PCA and LDA? 1. Both LDA and PCA are
linear transformation techniques 2. LDA is supervised, whereas PCA is unsupervised 3.
PCA maximizes the variance of the data, whereas LDA maximizes the separation between
different classes
SELECT THE CORRECT ANSWER
1 and 2
1 and 3
Only 3
1, 2, and 3
Factor analysis
Independent components analysis
Latent semantic analysis
All of the above options
What will happen when eigen values are roughly equal?
SELECT THE CORRECT ANSWER
Imagine, you are solving a classification problem with highly imbalanced class. The
majority class is observed 99% of times in the training data. Your model has 99% accuracy
after taking the predictions on test data. Which of the following is true in such a case? 1.
Accuracy metric is not good for imbalanced class problem. 2. Accuracy metric is good for
imbalanced class problem. 3. Precision and recall metrics are good for imbalanced class
problem. 4. Precision and recall metrics aren’t good for imbalanced class problem.
SELECT THE CORRECT ANSWER
1 and 3
1 and 4
2 and 3
2 and 4
TRUE
FALSE
0
1
2
3
Cyclical
Trend
Seasonal
Irregular
Which of the following is true about averaging ensemble?
SELECT THE CORRECT ANSWER
Barchart
Histogram
Scatter Plot
None of the above options
Zero autocovariances
Zero autocovariances, except at lag zero
Mean is zero
Mean is constant
Regression
Classification
Both A and B
None of the above options
Which of the following techniques can be used for normalization in text mining?
SELECT THE CORRECT ANSWER
Stemming
Lemmatization
Stop Word Removal
Both A and B
Which of the following is not a text mining task?
SELECT THE CORRECT ANSWER
Text clustering
Entity relation modelling
Production of granular taxonomies
m Text restructuring