crossword puzzle

12345678910111213141516171819202122232425262728
Across
  1. 2. Differences between predicted and actual outputs in regression analysis.
  2. 3. A clustering metric showing how well a point fits within its cluster.
  3. 6. A value set before training that governs model behavior and must be tuned for optimal performance.
  4. 13. Technique used repeatedly across the syllabus for model validation and robustness.
  5. 14. The phenomenon where model performance declines as real-world data distribution changes.
  6. 16. Process of adjusting hyperparameters to improve model performance.
  7. 17. Measure of similarity between a time series and its lagged version.
  8. 18. A crucial PA consideration regarding privacy, fairness, and responsible model use.
  9. 19. An operator in evolutionary algorithms introducing random variation.
  10. 20. A mathematical or ML structure trained to learn patterns.
  11. 22. In genetic algorithms, a measure of solution quality.
  12. 24. A general term for a model’s output or evaluation measure (classification or regression).
  13. 26. A regression error metric penalizing larger deviations more strongly.
  14. 28. A resampling method to prevent overfitting while estimating a model’s generalization ability.
Down
  1. 1. An unsupervised task grouping data based on similarity.
  2. 3. You only unlock this answer once the grid around it is complete.
  3. 4. Indicates whether predictions systematically overestimate or underestimate true values.
  4. 5. A time series model combining autoregression, differencing, and moving average.
  5. 7. A dataset issue where one class significantly outnumbers others, harming model performance.
  6. 8. A regression metric measuring the average magnitude of errors without direction.
  7. 9. The process of adjusting parameters or operations to minimize loss or maximize performance.
  8. 10. A widely used classification metric plotting sensitivity vs. fall-out.
  9. 11. A forecasting metric expressing prediction error as a percentage.
  10. 12. A statistical method of sampling with replacement for robust estimation.
  11. 15. Neural network architecture used for sequential and time-dependent data.
  12. 21. A gated RNN variant that handles long-term dependencies in forecasting.
  13. 23. Combines multiple models to improve predictive performance.
  14. 25. A predictive modeling technique for estimating numerical outcomes.
  15. 27. The process of assessing model performance using metrics such as RMSE, AUC, etc.