Skip to content
View DoomDomzy's full-sized avatar

Block or report DoomDomzy

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

Hi there, I'm Daniel! πŸ‘‹

Focus Background


πŸ‘¨β€πŸ’» About Me

Economics student transitioning into Data Science & Analytics.
I combine statistical rigor, econometrics, and machine learning to solve real-world problems β€” with a strong passion for the intersection of economics, sports analytics, and data engineering.

  • πŸ”­ Currently Upskilling: Python, Advanced SQL, pandas, scikit-learn, and Data Engineering best practices.
  • 🎯 Goal: Building robust end-to-end data pipelines and predictive models with honest, production-ready validation.

πŸ› οΈ Tech Stack & Tools

Python SQL pandas NumPy scikit-learn SciPy Git GitHub


πŸš€ Featured Projects

Sports Econometrics & Time-Series Machine Learning

  • A sports econometrics study examining whether a football team's performance in La Liga persists year-over-year or reverts to the mean.
  • Features rigorous statistical tests (Pearson/Spearman) alongside a machine learning pipeline utilizing temporal validation (TimeSeriesSplit) to predict match outcomes, evaluated honestly against a baseline model.

Tech Stack: Python Β· pandas Β· scikit-learn Β· SciPy Β· Seaborn


Production-Ready Data Cleaning Engine

  • An end-to-end data sanitization pipeline handling exact duplicates, text inconsistencies, mixed date formats, and extreme outliers.
  • Implements automated quality controls (assert statements) to programmatically guarantee dataset integrity before export.

Tech Stack: Python Β· pandas Β· NumPy


Exploratory Data Analysis & Statistical Hypothesis Testing

  • In-depth exploration of survival drivers on the Titanic, employing statistical hypothesis testing (Chi-Square, t-tests) to validate empirical findings.
  • Includes dynamic multi-variable visualizations in Plotly and an integrated SQL querying workflow.

Tech Stack: Python Β· pandas Β· SQL Β· Seaborn Β· Plotly Β· SciPy


⚑ Portfolio in active development β€” stay tuned for new projects! ⚑

Pinned Loading

  1. Data-wrangling-pipeline Data-wrangling-pipeline Public

    End-to-end data cleaning pipeline handling duplicates, inconsistent text, mixed date formats and outliers β€” with automated data-quality validation via assertions.

    Python

  2. Football-performance-persistence Football-performance-persistence Public

    Sports economics case study: testing performance persistence vs. mean reversion in La Liga standings, plus a time-series-validated ML pipeline predicting match outcomes against a naive baseline.

    Python

  3. Titanic-EDA-analysis Titanic-EDA-analysis Public

    Exploratory data analysis of Titanic survival patterns using pandas, SQL and Seaborn β€” with statistical hypothesis testing (chi-square, t-tests) to validate findings.

    Python