IAT 461 / 882 · Data Science for Human-Centered Systems · Summer 2026
IAT 461 — data science methods for systems where people matter
Source deck adapted from introductory materials by Marek Hatala (IAT 461, Summer 2025).











Data Science isn’t just about algorithms and BIG data; it is a toolkit for understanding asking questions from data, usually about human behavior, and finding insights.
Over the next 13 weeks, we will answer five core questions.
What can we see in the patterns of how people play Slay the Spire 2 over time? What does it mean?

“What can I see in the data, and what”hunches” does it give me about human behavior?“
Python, pandas DataFrames, numpy arrays, seaborn.What would a psychologist want to ask from how people use youtube videos, how would that help youtubers?

“How can I ask good questions? What can I infer from this data, and can I be sure my answers are good and trustworthy?”
statsmodels.api, scipy.stats, sklearn.Can we predict what is the next video that someone will watch and suggest it to them?

“Based on past data, what is likely to happen next?”
sklearn.linear_model, sklearn.metrics, sklearn.ensemble.What different attitudes can we observe on Twitter conversations around AI?

“Are there prevalent behavioral patterns observable in complex data? what do they mean?”
sklearn.cluster, sklearn.decomposition.An AI agent reading Twitch messages and flagging them if they use abusive language.

“What are people trying to say, and how do we understand their meaning? how do we act upon it?”
transformers, BERTopic, LLM APIs (Ollama/OpenAI), streamlit.Official weights live on the course site (Summer 2026 may differ from older outlines).
/teaching/datascience-hcs/teaching/datascience-hcs/slides/week-01/index.htmlIAT 461 · Data Science for Human-Centered Systems · Summer 2026