Skip to content
View GFFB0314's full-sized avatar

Block or report GFFB0314

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

Hi there, I'm Fares! 👋

Junior Data Scientist | Python & Machine Learning Practitioner

I build end-to-end ML pipelines that go beyond model accuracy — validating on real data, simulating business impact honestly, and deploying production-grade systems with clear ROI.


💫 About Me

  • 🔭 I'm currently working on End-to-end Data Science projects covering the full lifecycle: (EDA → Feature Engineering → Modeling → Deployment → Honest Business Impact).

  • 🚀 What makes my work different Every project ships with clearly disclosed simulations — real metrics validated on actual data, business value projected with explicit assumptions. No inflated claims.

  • 👯 I'm looking to collaborate on Problem-driven projects that require rigorous interpretation — NLP pipelines, time-series forecasting, or unsupervised pattern discovery with real operational stakes.

  • 🌱 I'm currently learning Deep Learning through fast.ai's Practical Deep Learning for Coders and the D2L.ai book — building intuition for PyTorch from the ground up.

  • 💬 Ask me about Applied ML, Feature Engineering, translating technical metrics into business recommendations, and building production-ready FastAPI deployments.

  • Fun fact I believe mathematics is the language of the universe, and physics unlocks its power — a mindset that directly shapes how I engineer features and model systems.


🌐 Connect with Me

LinkedIn Email Quora YouTube Facebook


💻 Tech Stack

Core Data Science & ML
Python Pandas NumPy scikit-learn Scipy Statsmodels

Visualization & Deployment
Matplotlib Seaborn Streamlit FastAPI

Databases & Tools
Postgres SQLite Git Anaconda Postman


📊 GitHub Stats



✍️ Random Dev Quote

Pinned Loading

  1. PJM-Energy-Price-Forecasting PJM-Energy-Price-Forecasting Public

    Production-style data science system using PostgreSQL and Python to ingest energy market and weather data, engineer lagged time-series features, forecast hourly prices 24 hours ahead, and translate…

    Jupyter Notebook 1 1

  2. ReturnX-Intelligent-Returns-Classifier ReturnX-Intelligent-Returns-Classifier Public

    A PostgreSQL-powered NLP classification pipeline that applies SQL-based weak supervision to auto-label e-commerce return complaints, then uses TF-IDF and XGBoost to route tickets into 'Defect', 'Si…

    Jupyter Notebook

  3. Unsupervised-SKU-Analysis Unsupervised-SKU-Analysis Public

    A PostgreSQL-backed unsupervised learning pipeline using PCA and Gaussian Mixture Models (GMM) to segment 10,000+ e-commerce SKUs into behavioral clusters — identifying inventory bloat and optimizi…

    Jupyter Notebook

  4. GB_Interpreter GB_Interpreter Public

    A complete programming language interpreter built from scratch in Python. Features a lexer, parser, evaluator, and an interactive REPL. Supports variables, if/else, while loops, user-defined functi…

    Python 1