Skip to content
โ† Back to Overview

Technology โ€” Data Science

IT reviewer: data analysis, statistics, and machine learning basics.

Reviewer for data science fundamentals.

1

The Data Science Process

Collect โ†’ Clean โ†’ Explore โ†’ Model โ†’ Evaluate โ†’ Communicate
๐Ÿ’ก Exam Hack

Data cleaning often takes the most time โ€” "garbage in, garbage out."

2

Statistics Basics

Descriptive stats (mean, median, mode, standard deviation) summarize data; inferential stats draw conclusions from samples.

3

Machine Learning

TypeGoal
SupervisedPredict from labeled data
UnsupervisedFind patterns/clusters
ReinforcementLearn by reward
โš ๏ธ Common Mistake

Correlation is not causation โ€” a model finding a relationship does not prove one variable causes another.

4

Overfitting

๐Ÿ’ก Exam Hack

An overfitted model memorizes training data but fails on new data. Use test sets and cross-validation to detect it.

๐Ÿ“Œ Quick Recap โ€” Master These

Before your exam, make sure you can confidently explain and apply each of the following:

  • The Data Science Process
  • Statistics Basics
  • Machine Learning
  • Overfitting

Re-read any section above where you hesitate, then explain it aloud in your own words โ€” if you can teach it simply, you understand it. Focus your final review on the tables, formulas, and the common-mistake warnings, since those are where most points are won or lost.