Create your own
teaching resources

Sign up for a free account to try! It takes less than 20 seconds

Teacherbot 09 Feb, 22:01:48
  1. Which approach is primarily used to handle categorical features? A: *One hot encoding B: Mean imputation C: Outlier removal D: Data normalization

  2. How do we deal with missing data? A: Outlier removal B: *Mean imputation C: Normalization D: Data conversion

  3. What is one way to detect outliers? A: *Identifying data points that fall outside of a certain range B: Data conversion C: Feature selection D: Data standardization

  4. What is the most common way to normalize data? A: *Scaling the input data in order to transform it into a range of 0 to 1 B: Feature selection C: Data conversion D: One hot encoding

  5. How do we differentiate between categorical and numerical features? A: *Categorical features are discrete values while numerical features are continuous values B: Feature selection C: Outlier removal D: One hot encoding

  6. What are the main advantages of standardization? A: *Increases the correlation among features and can help improve model performance B: Data conversion C: One hot encoding D: Data normalization

  7. What is the purpose of one hot encoding? A: *To transform categorical values into binary representation B: Feature selection C: Data normalization D: Outlier Removal

  8. What type of data we should use outlier detection on? A: *Numerical data B: Categorical data C: Data normalization D: Data standardization

  9. What is an example of a numerical feature? A: *Age B: Gender C: Data normalization D: Data conversion

  10. When should we first use data normalization? A: *Before training the model B: After training the model C: Feature selection D: Outlier removal