Skip to content
View tom666d's full-sized avatar

Highlights

  • Pro

Block or report tom666d

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tom666d/README.md

Hi, I'm Yung Hsuan 👋

Data Scientist & Analyst | MS in Business Analytics @ UMN Carlson

I build applied analytics and machine learning solutions across forecasting, causal inference, large-scale data, and LLMs.

My background spans economics, risk management, and e-commerce operations, which shaped how I approach analytics: not as modeling for its own sake, but as a way to turn complex data into decisions people can act on.


🚀 Featured Projects

Python PySpark Spark LLM

Built an LLM-assisted Spark workflow to detect data-quality anomalies, diagnose root causes, and generate validated PySpark fixes for analyst review.

Highlights: Large-scale data quality · Automated diagnosis · LLM-generated remediation · PySpark validation


R Difference-in-Differences Econometrics Causal Inference

Estimated the causal impact of sponsored advertising using a natural experiment and Difference-in-Differences, separating true incremental impact from observational correlation.

Highlights: Experiment design · Parallel trends · Treatment effect estimation · Business ROI


Python AutoGen ChromaDB FastAPI Azure

Built a multi-agent LLM system for natural-language queries over medical records, with role-based access enforced through metadata-filtered retrieval.

Highlights: Multi-agent architecture · RAG · Vector search · Access control · Cloud deployment


Python R SARIMA LSTM Time Series

Analyzed and forecasted long-term consumer search interest in Buy Now Pay Later using statistical and machine-learning time-series approaches.

Highlights: Time-series analysis · SARIMA · LSTM · Forecast evaluation


🧰 Technical Toolkit

Languages
Python · SQL · R

Data & Distributed Computing
Spark · PySpark · Databricks · Hadoop · Hive

Machine Learning & Statistics
scikit-learn · LightGBM · XGBoost · Statistical Modeling · Time Series Forecasting

Analytics
Causal Inference · A/B Testing · Anomaly Detection · Clustering · PCA

GenAI & NLP
LLM Workflows · RAG · Multi-Agent Systems · ChromaDB

BI & Visualization
Tableau · Power BI


🔍 Areas of Interest

I'm particularly interested in problems at the intersection of:

  • Data Analytics & Decision Science — turning complex data into actionable business insights
  • Forecasting & Machine Learning — building predictive systems for real-world decision-making
  • Causal Inference & Experimentation — understanding what actually drives outcomes
  • LLM & Data Systems — using generative AI to improve analytical and data workflows

A Little About Me

My path into analytics started with economics and risk management, where I became interested in how people and organizations make decisions under uncertainty.

After working in e-commerce operations and seeing how strongly pricing, assortment, and commercial decisions depended on data, I pursued an MS in Business Analytics at the Carlson School of Management, University of Minnesota.

Across projects in manufacturing, construction, transportation, healthcare, and data infrastructure, one principle has stuck with me:

Good analysis isn't about sophistication for its own sake — it's about producing something people can actually use to make better decisions.

Outside of analytics, you'll usually find me at a coffee shop with a book or out on a long walk.


📫 Let's Connect

LinkedIn: Yung Hsuan Hsieh
Email: hsieh203@umn.edu

Popular repositories Loading

  1. Predictive-Analytics-Project Predictive-Analytics-Project Public

    Jupyter Notebook

  2. big_data_team_6 big_data_team_6 Public

    AI-driven data quality anomaly detection and ETL fix generation using Apache Spark and GPT-4o-mini

    Python 1

  3. tom666d tom666d Public

  4. bnpl-trend-forecasting bnpl-trend-forecasting Public

    Time series forecasting of BNPL search trends using SARIMA and LSTM (R + Python)

    Jupyter Notebook

  5. role-based-medical-QAsystem role-based-medical-QAsystem Public

    Multi-agent LLM system enforcing role-based medical record access control at the database layer (AutoGen + ChromaDB), deployed via FastAPI on Azure Container Apps.

    Python

  6. causal-inference-toolkit causal-inference-toolkit Public

    Causal inference case studies in R: propensity score matching, synthetic control, and regression discontinuity design.