Exercise 1: Why "Data Science" and "Machine Learning" Aren't the Same Request — Possible Solution ==================================================================== THE FOUR TERMS, PER THIS CHAPTER ------------------------------ Per this chapter: "Business Intelligence (BI) is retrospective reporting on known questions... Data Analytics is answering a specific business question with data... Machine Learning is building models that make predictions or find patterns automatically from data... Data Science is the broader discipline that combines statistics, programming, and domain knowledge to extract insight from data — and machine learning is one tool inside that discipline, not a synonym for the whole thing." WHY THE TWO REQUESTS ARE GENUINELY DIFFERENT ------------------------------ "I want to learn data science" is a request to learn the broader discipline — which, per this chapter, includes collecting data, cleaning it, exploring it statistically, visualizing it, and communicating findings, only sometimes involving a predictive model at all. "I want to learn machine learning" is a narrower request specifically for the model-building tool inside that discipline. Someone who only learns ML would be equipped to build models, but not necessarily to collect real- world data, clean a messy dataset, or figure out what question the data can actually answer in the first place — skills the broader "data science" request explicitly includes and the narrower "machine learning" request does not. WHY THIS ISN'T JUST A SEMANTIC DISTINCTION ------------------------------ Per this chapter's own warn-box, "a huge amount of real, valuable data science work... happens before any model gets built, and plenty of real data science projects never need a model at all." This means someone who conflates the two terms and jumps straight to learning ML could easily be missing the majority of what a real data science project actually requires day to day — the distinction has real, practical consequences for what someone should actually study first, not just a vocabulary nuance. WHICH TERM THIS COURSE ITSELF IS SCOPED AROUND ------------------------------ This course is scoped around "data science" in the chapter's own broader sense — specifically the collect/clean/explore/communicate portion of that discipline, deliberately excluding the "model" stage (machine learning) entirely, which the chapter names explicitly as ml1's own separate job. So this course teaches "data science" minus the one piece ("machine learning") that's most commonly, and inaccurately, treated as the whole thing. WHY THIS WORKS AS AN ANSWER ------------------------------ It applies the chapter's own four-term definitions directly to explain why the two requests differ in scope, uses the chapter's own warn-box to explain why the distinction has real practical stakes, and correctly identifies this course's own place within the broader "data science" definition, explicitly excluding "machine learning."