Python for Data Science and Machine Learning
Python for Data Science and Machine Learning - Important Points
11. | Which of the following evaluation metrics is used for binary classification problems? |
---|
A. Mean squared error
B. R-squared
C. F1 score
D. None of the above
View Answer Discuss Work SpaceAnswer: option c
Explanation:
12. | What is the purpose of cross-validation in machine learning? |
---|
A. To test the performance of the model on unseen data
B. To create a validation set for hyperparameter tuning
C. To reduce overfitting of the model
D. All of the above
View Answer Discuss Work SpaceAnswer: option d
Explanation:
13. | Which of the following is a feature selection technique in machine learning? |
---|
A. Principal Component Analysis (PCA)
B. Recursive Feature Elimination (RFE)
C. K-means clustering
D. Gradient descent
View Answer Discuss Work SpaceAnswer: option b
Explanation:
14. | Which of the following is a hyperparameter in machine learning? |
---|
A. Number of features
B. Learning rate
C. Number of samples
D. Target variable
View Answer Discuss Work SpaceAnswer: option b
Explanation:
15. | What is the purpose of regularization in machine learning? |
---|
A. To reduce model complexity and prevent overfitting
B. To increase model complexity and prevent underfitting
C. To improve model accuracy on training data
D. None of the above
View Answer Discuss Work SpaceAnswer: option a
Explanation: