Making machines see

12345678910111213141516171819202122232425262728293031
Across
  1. 4. Term Definition
  2. 5. Analyzing data to determine why something happened.
  3. 7. A human-centered approach to problem-solving emphasizing empathy and creativity.
  4. 13. Measures such as accuracy, recall, precision, and F1-score used to evaluate models.
  5. 15. Summarizing past data to understand what happened.
  6. 16. The portion of data used to evaluate the performance of a model.
  7. 18. A model too simple to capture data patterns, leading to poor performance.
  8. 19. Clearly defining the real-world problem before solving it with data science methods.
  9. 21. Proportion of true positive results among all predicted positives.
  10. 26. Exploring data patterns and anomalies through visualization and statistics.
  11. 27. An interdisciplinary field combining statistics, computer science, and domain knowledge to extract insights from data.
  12. 29. Constructing AI/ML models based on algorithms trained with data.
  13. 30. Specification of the type, format, and source of data needed for analysis.
  14. 31. Cleaning, transforming, and structuring raw data for analysis.
Down
  1. 1. Choosing the most suitable algorithm for a problem.
  2. 2. Suggesting actions based on data predictions.
  3. 3. Proportion of true positive results among all actual positives.
  4. 6. Gathering data from structured, semi-structured, and unstructured sources.
  5. 8. Sequential data points collected at fixed time intervals.
  6. 9. Cycle of gathering user/system feedback to improve models.
  7. 10. R² value measuring how well predictions approximate real outcomes.
  8. 11. Using models to forecast future outcomes.
  9. 12. Creating new features from existing data to improve models.
  10. 14. Square root of MSE, showing average magnitude of prediction error.
  11. 17. Harmonic mean of precision and recall to balance both metrics.
  12. 20. A model that performs well on training data but poorly on unseen data.
  13. 22. Regression metric measuring the average of squared prediction errors.
  14. 23. The portion of data used to fit a machine learning model.
  15. 24. The chosen strategy for analyzing data: descriptive, diagnostic, predictive, or prescriptive.
  16. 25. Integrating the trained model into production systems for real-world use.
  17. 28. A technique for testing model reliability by splitting data into folds.