◆ Program Learning Outcomes

How I Achieved
Each Outcome

A detailed mapping of the six MS Applied Data Science program learning outcomes to my coursework, projects, and growth as a practitioner.

01
Official Outcome

Collect, Store, and Access Data

"Identifying and leveraging applicable technologies."

In my own words, this outcome is about knowing where data lives, how to get it reliably, and how to manage it at scale without losing quality along the way. It is the foundation everything else is built on.

I demonstrated this most directly in my Hazardous Cosmetic Chemical Disclosures project, where I sourced over 114,000 records from the California Safe Cosmetics Program's public dataset and built a systematic Python-based pipeline to ingest, clean, and restructure it. I also worked with New York State's TAP Open Data portal for my Visual Analytics project, learning how to navigate public data infrastructure and evaluate dataset reliability before building any analysis on top of it.

◆ IST 652 — Cosmetic Chemical Disclosures ◆ IST 737 — TAP Financial Aid Analysis ◆ IST 707 — NYC Restaurant Inspections
02
Official Outcome

Create Actionable Insight

"Across societal, business, and political contexts, using the full data science lifecycle."

This outcome asks more than "what does the data say?" It asks: so what? What should someone do differently because of this analysis? Every project I have completed has been anchored by a real-world question with meaningful consequences if left unanswered.

My restaurant inspection model generates risk scores that could help the NYC Department of Health prioritize limited inspector resources. My TAP analysis surfaces funding gaps that affect which New Yorkers can actually afford college. My cosmetics project revealed that products with higher chemical complexity are significantly more likely to be discontinued — a finding with direct implications for both regulators and consumers. In each case, the analysis ends with a recommendation, not just a result.

◆ IST 707 — Risk-based inspection model ◆ IST 737 — Education equity insights ◆ IST 652 — Regulatory risk findings
03
Official Outcome

Apply Visualization and Predictive Models

"To help generate actionable insight."

Visualization and modeling are not separate skills — they are two ways of making patterns legible. A model tells you something is true; a visualization helps people believe it and act on it.

In IST 707, I built a machine learning classification model to predict which NYC restaurants were at high risk of receiving poor inspection grades. In IST 737, I designed multi-layered Tableau dashboards that made two decades of financial aid data navigable for non-technical audiences. In IST 652, I used Seaborn and Matplotlib to construct visualizations that illustrated chemical frequency distributions and discontinuation correlations. Across all three, the visual and the model worked together — one producing the insight, the other communicating it.

◆ IST 707 — ML classification model ◆ IST 737 — Tableau dashboard design ◆ IST 652 — EDA visualizations
04
Official Outcome

Use Programming Languages

"Such as R and Python to support the generation of actionable insight."

Programming is the primary tool through which I have learned to think analytically. Writing code forces precision — you cannot wave your hands at a dataset; you have to tell it exactly what to do, step by step.

Python has been my core language throughout the program. In IST 652, I used Pandas for large-scale data wrangling — reducing 114,000 raw records to 41,000 high-quality observations through deduplication and feature engineering. In IST 707, I implemented scikit-learn pipelines for model training, evaluation, and cross-validation. I have also worked with NumPy, Matplotlib, Seaborn, PySpark, and R across multiple projects inside and outside this program.

◆ IST 652 — Python / Pandas / NumPy ◆ IST 707 — Scikit-learn / ML pipelines ◆ QRDS — Statistical inference
05
Official Outcome

Communicate Insights

"To a broad range of audiences including project sponsors and technical team leads."

The ability to translate findings is, in many ways, more important than the ability to generate them. A model that no one understands gets ignored. A visualization that confuses people causes harm. Communication is where data science either succeeds or fails in the real world.

My TAP dashboard was explicitly designed for non-technical stakeholders — policymakers, administrators, students — who need to understand funding equity without knowing what a confidence interval is. My restaurant inspection project was designed with restaurant owners as a primary audience, requiring clear interpretable risk outputs rather than raw model scores. As President of SAIL and Interfaith Engagement Coordinator at Hendricks Chapel, I have spent years practicing the same skill in a different context: making complex ideas accessible across communities that do not share vocabulary or frameworks.

◆ IST 737 — Non-technical Tableau storytelling ◆ IST 707 — Stakeholder-facing risk outputs ◆ IST 782 — This portfolio itself
06
Official Outcome

Apply Ethics in Data and Predictive Models

"Fairness, bias, transparency, and privacy."

Ethics in data science is not a separate module you take and check off — it is a lens you apply every time you make a decision about what data to use, how to model it, and who will be affected by what you find.

My background in information security has sharpened my awareness of how data can be misused. In the restaurant inspection project, I was conscious that a biased model could unfairly target restaurants in certain neighborhoods or cuisines — so interpretability and bias auditing were built into the design from the start. In the TAP analysis, I examined how aid has historically underserved lower-income and older students — an ethical framing, not just an analytic one. In the cosmetics project, the entire premise was about what companies disclose versus what they do not — a transparency question at its core.

◆ IST 707 — Model fairness & interpretability ◆ IST 737 — Equity-centered analysis ◆ IST 652 — Regulatory transparency