Skip to content
View Ericdataplus's full-sized avatar

Block or report Ericdataplus

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Ericdataplus/README.md

Data Portfolio

Typing SVG

Profile Views


๐Ÿš€ About Me

I'm a self-taught Data Analyst & ML Engineer passionate about turning raw data into actionable insights. I specialize in end-to-end data pipelines, machine learning models, and interactive data visualizations.

class DataAnalyst:
    def __init__(self):
        self.name = "Eric Wheeler"
        self.location = "Seattle, WA"
        self.role = "Data Analyst"
        self.languages = ["Python", "SQL", "JavaScript"]
        self.interests = ["Machine Learning", "Data Viz", "AI"]
    
    def say_hi(self):
        print("Thanks for checking out my profile! Let's connect.")

me = DataAnalyst()
me.say_hi()

๐Ÿ› ๏ธ Tech Stack

Data Science & ML

Python Pandas NumPy Scikit-Learn TensorFlow

Visualization & Tools

Matplotlib Jupyter Git VS Code

Web Development

JavaScript HTML5 CSS3 Next.js


๐Ÿ† GitHub Trophies

Trophies


๐Ÿ“Š Featured Projects

๐Ÿ”ฅ Data Analysis & ML

Project Description Tech Demo
๐Ÿ›’ Amazon Laptop Sales ML value scoring on 4,400+ laptops, found 680 underpriced deals Python Pandas Scikit-learn ๐Ÿ“Š Live
๐Ÿ“š Books Dataset Explorer Analysis of 15K+ books across 149 categories Python Matplotlib Seaborn ๐Ÿ“Š Live
๐Ÿ’ณ Fraud Detection Ensemble ML achieving 88% PR-AUC TensorFlow XGBoost WandB โ€”

๐Ÿค– AI & Creative

Project Description Tech Demo
๐ŸŽฎ Pokemon AI LLM-powered bot with A* pathfinding Python LLM AI โ€”
โŒจ๏ธ Typing Game Prestige-style typing with multiple modes JavaScript CSS ๐ŸŽฎ Play
๐Ÿค Charity Protocol Decentralized charity with quadratic funding Web3 Smart Contracts โ€”

๐Ÿ“ˆ GitHub Stats


๐Ÿ“Š Contribution Graph


๐ŸŒฑ Currently Exploring

  • ๐Ÿง  Large Language Models & AI Agents
  • ๐Ÿ“Š Advanced Data Visualization
  • ๐Ÿ”— Web3 & Decentralized Apps

Footer

Pinned Loading

  1. charity-protocol charity-protocol Public

    HTML

  2. credit-card-fraud-detect credit-card-fraud-detect Public

    ML fraud detection achieving 91% PR AUC with XGBoost, deep learning & data augmentation

    Jupyter Notebook

  3. kaggle-books-dataset kaggle-books-dataset Public

    Interactive analysis of 15K+ books from Kaggle - exploring publishing patterns, ratings, and reader preferences

    Python

  4. kaggle-laptop-sales kaggle-laptop-sales Public

    Deep analysis of 4,400+ Amazon laptop listings with ML-based value scoring and interactive dashboard

    Python

  5. typing-game-site typing-game-site Public

    prestige like typing game

    JavaScript