Skip to content
View SmritiGoyal's full-sized avatar

    Block or report SmritiGoyal

    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.

    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
    SmritiGoyal/README.md

    Hi, I'm Smriti 👋

    Data Scientist | AI/ML + Applied Analytics | MSBA @ Emory | Ex-EY

    I build end-to-end ML systems and data-driven solutions — from 30M+ row production-flavored pipelines to client-deployed operational frameworks. Currently graduating from Emory's MSBA program (May 2026), with 3+ years of prior enterprise consulting experience at EY that grounds my technical work in real business context.

    What I focus on:

    • 📊 End-to-end ML systems — feature engineering, calibration, leakage-safe validation, model evaluation
    • 🎯 Business translation — turning models into priority matrices, action agendas, and quantified ROI
    • 🤖 Applied AI — GenAI workflows, LLM-driven decisioning, AI-enabled analytics
    • 🏢 Stakeholder delivery — executive communication, cross-functional collaboration, client-ready outputs

    🛠️ Tech Stack

    Languages: Python · SQL · R
    ML / Data Science: scikit-learn · LightGBM · XGBoost · CatBoost · Keras
    Big Data & Cloud: Spark · Hive · MongoDB · MySQL · AWS (S3, EC2, EMR)
    Visualization: Tableau · Power BI · Streamlit
    AI / GenAI: Claude · ChatGPT · prompt engineering · applied AI workflows

    🎯 Featured Projects

    ProjectDomainHighlight
    CTR Prediction PipelineAd-tech / PersonalizationProduction-flavored ML pipeline on 32M observations · Log loss 0.382 (11.4% improvement) · feature hashing at 2²²
    Repair Lead Time OptimizationOperations AnalyticsTwo-level LightGBM on 1.6M records · Holdout AUC 0.806 · 28-cell priority matrix targeting ~33K improvable cases/yr
    Subrogation Risk PredictionInsurance / Classification14-model comparison + 7-ensemble bake-off on 18K claims · 5-fold CV F1 = 0.60 (Tree Super Stack) · 6th of 44 teams
    Quant XGBoost Stock ReturnsQuantitative Finance25-year out-of-sample backtest · Sharpe 1.03 · monthly CAPM alpha +2.19% (t=6.08)

    📫 Connect

    LinkedIn · smritie.goyal@gmail.com · smriti.goyal@emory.edu

    Pinned Loading

    1. rtat-optimizationrtat-optimizationPublic

      End-to-end ML pipeline predicting repair turn-around time for a Fortune 500 appliance manufacturer. 2.19M records, 39 leakage-audited features, 15 candidate models. Holdout AUC 0.806, MAE 4.74d (30…

      Python

    2. xgboost-quant-stock-returnxgboost-quant-stock-returnPublic

      Rolling-window XGBoost cross-sectional return prediction for US equities (1995-2024). Out-of-sample annualized Sharpe 1.03, monthly CAPM alpha +2.19% (t=6.08), market beta -0.43 over 300 months (20…

      Python

    3. ctr-prediction-pipelinectr-prediction-pipelinePublic

      Production-style ML pipeline for click-through rate prediction on the Avazu dataset. 32M training rows, 13M test predictions. L2-regularized logistic regression with smoothed CTR encoding, frequenc…

      Python

    4. subrogation-risk-predictionsubrogation-risk-predictionPublic

      Auto insurance subrogation classification with 14-model comparison + 7-ensemble bake-off. Stratified 5-fold CV F1 = 0.60 (Tree Super Stack). 18k claims, leakage-disciplined cross-validation, SMOTE …

      Python