Feature Engineering for Modern Machine Learning with Scikit-LearnChapter 82

Answers

Section 1 of 2-~ 12 min read-Synced from Cuantum content
  1. B) Pipelines ensure transformations are consistently applied to both training and test data.
  1. B) To combine multiple transformations applied in parallel into a single dataset.
  1. B) A technique to select the most important features by recursively removing the least impactful features.
  1. C) When the dataset has a significant class imbalance.
  1. C) It generates synthetic samples by interpolating between existing minority samples.
  1. B) Time-Series Split Cross-Validation
  1. B) Accuracy does not account for model bias toward the majority class.
  1. B) F1 Score
  1. B) SMOTE can be applied in each cross-validation fold using a pipeline to balance classes in each fold.
  1. B) To ensure feature engineering steps are applied consistently across training and test data.