ML CROSSWORD 18DEC2025

12345678910
Across
  1. 3. What are model settings that are set before training begins and not learned from data called?
  2. 4. is a Python library for machine learning
  3. 5. When a model is too complex and overly sensitive to training data noise, this problem is called what?
  4. 7. This process combines multiple models to improve performance and reduce errors.
  5. 8. This dimensionality reduction technique identifies patterns and transforms data into a lower-dimensional space.
  6. 9. Matrix summarizes classification model predictions.
  7. 10. When a model is too simple and makes overly simplistic assumptions, resulting in high training and test errors, this is called what?
Down
  1. 1. This technique reduces overfitting by adding a penalty term to the model's cost function.
  2. 2. This technique evaluates model performance by splitting the dataset into multiple training and validation sets.7. MSE This metric measures overall correctness in classification problems.
  3. 6. This bagging ensemble model combines multiple decision trees.