Projects
Premier League Predictive Framework
Built a predictive framework to forecast Premier League trajectories and performance metrics for sports investors and business stakeholders
Combined machine learning modeling with Power BI dashboards to translate predictions into business decisions
Developed in collaboration with CoLab Innovation Hub, Kaduna
Technologies: Python, scikit-learn, Power BI
Mammal Sleep Pattern Analysis
Analyzed sleep patterns across 62 mammal species using the Allison & Cicchetti (1976) dataset
Key findings: larger animals sleep significantly less; animals in dangerous environments sleep ~65% less; the Danger Index emerged as the strongest predictor of sleep behavior
Published a public write-up of findings on Medium
Technologies: Python, Pandas, Matplotlib, Seaborn
https://github.com/TheDataNormad/mammal_sleep-analysis
Data Science Writing & Education
Published a widely-read article on practical trend detection (moving averages, linear regression with p < 0.05, seasonal decomposition via Python) and real-world ML applications across healthcare, logistics, agriculture, and public safety
Positioned statistics and explainable ML as the foundation for junior data scientists — emphasizing the 'So What?' mindset over model complexity
Additional case studies in progress — portfolio updated on an ongoing basis as new analyses are completed
bc-forge
Contributed to a modular Soroban smart-contract toolkit used for token minting on the Stellar blockchain
Worked within a fork → branch → fix → test → PR → CI workflow
Technologies: Soroban smart contracts, TypeScript
Facil-Pay (facilpay-api)
Resolved backend issues on a Stellar payment-gateway API via forked contributions
Followed a one-PR-per-issue workflow with CI validation before merge
Soroban Cookbook
Fixed open issues and improved reference examples
Ensured all dependencies installed cleanly and CI checks passed before each PR