Q. What is feature engineering?
-
A.
The process of selecting the best model for a dataset
-
B.
The process of creating new features from existing data
-
C.
The method of evaluating model performance
-
D.
The technique of tuning hyperparameters
Solution
Feature engineering involves creating new features from existing data to improve model performance.
Correct Answer:
B
— The process of creating new features from existing data
Learn More →
Q. What is the main goal of dimensionality reduction?
-
A.
To increase the number of features
-
B.
To reduce the complexity of the model
-
C.
To improve model interpretability and reduce overfitting
-
D.
To enhance the training speed
Solution
Dimensionality reduction aims to simplify the model while maintaining its performance.
Correct Answer:
C
— To improve model interpretability and reduce overfitting
Learn More →
Q. What is the main goal of using cross-validation in model selection?
-
A.
To increase the size of the training set
-
B.
To reduce overfitting and assess model performance
-
C.
To improve feature engineering
-
D.
To select hyperparameters
Solution
Cross-validation helps reduce overfitting and provides a better assessment of model performance.
Correct Answer:
B
— To reduce overfitting and assess model performance
Learn More →
Q. What is the purpose of cross-validation in model selection?
-
A.
To increase the size of the training dataset
-
B.
To assess how the results of a statistical analysis will generalize to an independent dataset
-
C.
To reduce overfitting by simplifying the model
-
D.
To improve the accuracy of the model
Solution
Cross-validation helps assess how well a model generalizes to an independent dataset.
Correct Answer:
B
— To assess how the results of a statistical analysis will generalize to an independent dataset
Learn More →
Q. What is the purpose of model selection?
-
A.
To improve the accuracy of a single model
-
B.
To choose the best model from a set of candidates
-
C.
To reduce the dimensionality of the data
-
D.
To increase the size of the dataset
Solution
Model selection aims to choose the best model from a set of candidates based on performance metrics.
Correct Answer:
B
— To choose the best model from a set of candidates
Learn More →
Q. What is the purpose of using a validation set during model training?
-
A.
To train the model
-
B.
To evaluate the model's performance during training
-
C.
To test the model after training
-
D.
To select features
Solution
A validation set is used to evaluate the model's performance during training and tune hyperparameters.
Correct Answer:
B
— To evaluate the model's performance during training
Learn More →
Q. What is the purpose of using regularization in model selection?
-
A.
To increase model complexity
-
B.
To prevent overfitting
-
C.
To improve feature selection
-
D.
To enhance data preprocessing
Solution
Regularization is used to prevent overfitting by adding a penalty for larger coefficients in the model.
Correct Answer:
B
— To prevent overfitting
Learn More →
Q. Which evaluation metric is best for imbalanced classification problems?
-
A.
Accuracy
-
B.
F1 Score
-
C.
Mean Squared Error
-
D.
R-squared
Solution
F1 Score is better for imbalanced classification as it considers both precision and recall.
Correct Answer:
B
— F1 Score
Learn More →
Q. Which of the following is a common method for encoding categorical variables?
-
A.
Label Encoding
-
B.
Min-Max Scaling
-
C.
Standardization
-
D.
Feature Extraction
Solution
Label Encoding is a common method for converting categorical variables into numerical format.
Correct Answer:
A
— Label Encoding
Learn More →
Q. Which of the following is a common method for model selection?
-
A.
Grid Search
-
B.
Data Augmentation
-
C.
Feature Engineering
-
D.
Ensemble Learning
Solution
Grid Search is a common method for systematically searching for the best model parameters.
Correct Answer:
A
— Grid Search
Learn More →
Q. Which of the following is a method for feature scaling?
-
A.
One-hot encoding
-
B.
Min-Max scaling
-
C.
Label encoding
-
D.
Feature extraction
Solution
Min-Max scaling is a method used to scale features to a specific range, typically [0, 1].
Correct Answer:
B
— Min-Max scaling
Learn More →
Q. Which of the following is a method for feature selection?
-
A.
K-means clustering
-
B.
Recursive Feature Elimination
-
C.
Gradient Descent
-
D.
Support Vector Machines
Solution
Recursive Feature Elimination is a method used to select features by recursively removing the least important ones.
Correct Answer:
B
— Recursive Feature Elimination
Learn More →
Q. Which of the following is NOT a common technique in feature engineering?
-
A.
Normalization
-
B.
One-hot encoding
-
C.
Cross-validation
-
D.
Polynomial features
Solution
Cross-validation is a model evaluation technique, not a feature engineering technique.
Correct Answer:
C
— Cross-validation
Learn More →
Q. Which of the following is NOT a common technique in feature selection?
-
A.
Recursive Feature Elimination
-
B.
Principal Component Analysis
-
C.
Random Forest Importance
-
D.
Gradient Descent
Solution
Gradient Descent is an optimization algorithm, not a feature selection technique.
Correct Answer:
D
— Gradient Descent
Learn More →
Q. Which technique can be used to handle missing data in a dataset?
-
A.
Feature scaling
-
B.
Imputation
-
C.
Normalization
-
D.
Regularization
Solution
Imputation is a technique used to fill in missing values in a dataset.
Correct Answer:
B
— Imputation
Learn More →
Q. Which technique is used to handle missing values in a dataset?
-
A.
Feature scaling
-
B.
Imputation
-
C.
Normalization
-
D.
Regularization
Solution
Imputation is the technique used to fill in missing values in a dataset.
Correct Answer:
B
— Imputation
Learn More →
Showing 1 to 16 of 16 (1 Pages)