Machine learning algorithms
findLinearColumns will also return a vector of column positions can be removed to eliminate the linear dependencies
findLinearCombos will return a list that enumerates dependencies
the function findLinearRows can be used to generate a complete set of row variables from one factor
none of the mentioned
Answer is Right!
Answer is Wrong!
2. Which of the following can be used to create the most common graph types?
qplot
quickplot
plot
all of the mentioned
Answer is Right!
Answer is Wrong!
Detailed SolutionWhich of the following can be used to create the most common graph types?
3. In machine learning, what is the term for the process of reducing the dimensionality of data while preserving as much information as possible?
Data Reduction
Data Encoding
Feature Selection
Data Normalization
Answer is Right!
Answer is Wrong!
4. Which of the following is correct about regularized regression?
Can help with bias trade-off
Cannot help with model selection
Cannot help with variance trade-off
All of the mentioned
Answer is Right!
Answer is Wrong!
Detailed SolutionWhich of the following is correct about regularized regression?
5. True positive means correctly rejected.
TRUE
nan
nan
nan
Answer is Right!
Answer is Wrong!
6. For k cross-validation, larger k value implies more bias.
TRUE
nan
nan
nan
Answer is Right!
Answer is Wrong!
Detailed SolutionFor k cross-validation, larger k value implies more bias.
7. varImp is a wrapper around the evimp function in the . . . . . . . . package.
numpy
earth
plot
none of the mentioned
Answer is Right!
Answer is Wrong!
Detailed SolutionvarImp is a wrapper around the evimp function in the . . . . . . . . package.
8. What is the primary purpose of a k-means clustering algorithm in machine learning?
To minimize prediction errors
To group similar data points
To perform unsupervised learning
To visualize data relationships
Answer is Right!
Answer is Wrong!
Detailed SolutionWhat is the primary purpose of a k-means clustering algorithm in machine learning?
9. Which of the following is correct with respect to random forest?
Random forest are difficult to interpret but often very accurate
Random forest are easy to interpret but often very accurate
Random forest are difficult to interpret but very less accurate
None of the mentioned
Answer is Right!
Answer is Wrong!
Detailed SolutionWhich of the following is correct with respect to random forest?
10. The function preProcess estimates the required parameters for each operation.
TRUE
nan
nan
nan
Answer is Right!
Answer is Wrong!
Detailed SolutionThe function preProcess estimates the required parameters for each operation.