Skip to content
View anthonyinzinna's full-sized avatar

Highlights

  • Pro

Block or report anthonyinzinna

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

πŸ‘¨β€πŸ’» Anthony Inzinna | Technical Research & Code Archive

M.S. Data Science | Python & R Developer
This profile serves as the source code repository for my applied research in behavioral analytics and algorithmic forecasting. Unlike my business portfolio, this archive focuses on the raw implementation logic, reproducibility, and statistical methodologies used in my modeling work.


πŸ“‚ Repository Index & Technical Stacks

  • Stack: Python, Pandas, Scikit-Learn, K-Means, Logistic Regression
  • Implementation: End-to-end customer intelligence pipeline integrating RFM feature engineering, unsupervised clustering, and supervised classification[cite: 1, 2].
  • Logic: Applied sklearn.pipeline.Pipeline with StandardScaler to prevent data leakage, optimizing classification for 72% Recall to prioritize high-value "Whale" retention over accuracy[cite: 1, 2].
  • Key Function: Automated transformation of raw transaction logs into actionable behavioral cohorts and predictive churn/spend metrics[cite: 1, 2].
  • Stack: SQL (BigQuery), Looker Studio, Regex
  • Implementation: Engineered a heuristic identity resolution pipeline to filter bot/developer traffic from raw GA4 event streams.
  • Logic: Utilized UNNEST and Window Functions to reconstruct session-scoped engagement metrics, distinguishing "0-second" headless browsers from high-value recruitment leads (LinkedIn/GitHub).
  • Key Function: Identity Logic that flags visitors based on geo-behavioral fingerprints.
  • Stack: Python, Scikit-Learn, XGBoost, SHAP
  • Implementation: Developed a classification pipeline using scale_pos_weight to handle class imbalance in HR data.
  • Logic: Replaced standard black-box predictions with SHAP (SHapley Additive exPlanations) waterfall plots to quantify individual turnover risk factors.
  • Key Function: Optimized precision-recall thresholds to improve minority class detection (attrition) from 34% to 61%.
  • Stack: Python, Facebook Prophet, Pandas
  • Implementation: Time-series decomposition model separating growth trends from weekly/yearly seasonality.
  • Logic: Calculated dynamic "Safety Stock" levels using 95% confidence interval upper bounds rather than static averages.
  • Outcome: Generated risk-adjusted procurement algorithms to minimize stockout probabilities during high-variance periods.
  • Stack: R, Magick, Tmap
  • Implementation: Custom "Manual Device" rendering pipeline to bypass standard library limitations on ARM64 architectures.
  • Logic: Script generates individual PNG frames for urban density evolution (1950–2030) and stitches them using the Magick image processing engine.
  • Feature: Hardware-agnostic rendering loop for high-resolution time-lapse generation.
  • Stack: Python, SciPy, Statistical Hypothesis Testing
  • Implementation: Rigorous evaluation of gameplay gate mechanics (Level 30 vs Level 40).
  • Logic: Applied statistical significance testing (p-value analysis) to measure impacts on 1-Day vs 7-Day retention rates.
  • Result: Quantified the negative impact of delayed friction points on long-term user habituation.

πŸ› οΈ Languages & Tools

Python R SQL BigQuery Tableau Looker Studio Git


πŸ”— External References

Pinned Loading

  1. retail-intelligence-rfm retail-intelligence-rfm Public

    Predictive behavioral customer segmentation using RFM analysis, K-Means clustering, and Logistic Regression.

    Jupyter Notebook

  2. Data_Viz_Urban_Growth Data_Viz_Urban_Growth Public

    Geospatial time-series animation built in R. Uses sf, tmap, and magick to render and stitch 60 years of global urbanization growth

    R

  3. GA4-Forensic-Traffic-Analysis GA4-Forensic-Traffic-Analysis Public

    Advanced SQL pipeline for Google Analytics 4 (BigQuery) to resolve user identity, filter bot/developer traffic, and calculate true engagement metrics.

  4. Mobile-Game-Retention-AB-Test Mobile-Game-Retention-AB-Test Public

    Mobile game A/B test analysis (n=90,000). Used statistical hypothesis testing (Z-test & Mann-Whitney U) to measure the impact of gate placement on player retention.

    Jupyter Notebook

  5. People-Analytics-Behavioral-Drivers People-Analytics-Behavioral-Drivers Public

    Behavioral analytics project combining Psychology and Machine Learning. Uses XGBoost & SHAP to decode retention drivers and predict turnover.

    Jupyter Notebook

  6. Retail-Inventory-Forecasting-Prophet Retail-Inventory-Forecasting-Prophet Public

    Time Series forecasting for retail inventory optimization using Facebook Prophet.

    Jupyter Notebook