Skip to content
View Prashant-4527's full-sized avatar

Highlights

  • Pro

Block or report Prashant-4527

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

Prashant Sulaniya

Machine Learning Engineer — production ML systems, from raw data to deployed APIs

LinkedIn · Jaipur, India


I build ML systems end-to-end — not just notebooks. That means proper train/test discipline, model explainability, containerized deployment, and CI/CD: the parts of the job that don't show up on a leaderboard but do show up in production.

Currently working on marketplace and economic-data problems, with a focus on ML engineering roles at Japan-based companies — Mercari among them — and in Germany.


🔭 Flagship Project

End-to-end pipeline predicting 15+ minute arrival delays across 5.8M US domestic flights (DOT/BTS 2015), from raw data to a served, containerized model.

  • Data: 5.8M rows cleaned to 5.2M; class imbalance (4.4:1) handled via scale_pos_weight, not resampling
  • Modeling: Logistic Regression → Random Forest → XGBoost, tuned with 3-fold GridSearchCV → AUC-ROC 0.696 (5-fold CV: 0.677 ± 0.0008)
  • Explainability: SHAP TreeExplainer for per-prediction reasoning, not just global feature importance
  • Serving: FastAPI + Pydantic validation, 8/8 tests passing, Dockerized, deployed via GitHub Actions CI/CD
  • Interface: Streamlit dashboard with a live OpenSky air-traffic overlay

Live Dashboard · API Docs · Source

Python XGBoost SHAP FastAPI Docker GitHub Actions Streamlit


📂 Other Projects

Project Description Stack
japan-trade-intelligence Bilateral trade intelligence system for Japan — 6-country comparison, HHI concentration-risk modeling, forecasts validated against real 2024–25 outcomes Python, Pandas, NumPy
mercari-price-analysis EDA and feature engineering on 50K Mercari marketplace listings — price-distribution and category/brand pricing signals Pandas, NumPy, Seaborn
mercaridb-mysql-30days Applied MySQL project modeled on Mercari's schema — query design, indexing, normalization MySQL
awesome-japan-tech-blogs Curated list of engineering blogs from Japan's top tech companies (Mercari, CyberAgent, LINE, DeNA, and more) Markdown / curation

🛠️ Stack

Languages: Python, SQL ML / Data: Pandas, NumPy, Scikit-learn, XGBoost, SHAP, Matplotlib, Seaborn Engineering: FastAPI, Docker, GitHub Actions, Streamlit, Git Currently learning: Deep learning fundamentals, LLM fine-tuning, LangChain


GitHub Stats

Open to ML engineering internships and collaboration — reach out on LinkedIn

Pinned Loading

  1. mercari-price-analysis mercari-price-analysis Public

    This project perfroms a complete exploratory analysis and feature engineering pass on 50k listings from the Mercari price suggestion challange. Key Findings:Price is severrly right-skwed, category …

    Jupyter Notebook 7

  2. japan-trade-intelligence japan-trade-intelligence Public

    Japan bilateral trade intelligence system — UN Comtrade data, 6-country comparison, HHI risk modeling, supply disruption scenarios, and forecast validation against real 2024-2025 outcomes. Built fo…

    Jupyter Notebook 7

  3. awesome-japan-tech-blogs awesome-japan-tech-blogs Public

    A Curated collection of engineering blogs from Japan's top tech companies.

    8

  4. JapanScope-Stock-Economic-Intel JapanScope-Stock-Economic-Intel Public

    Jupyter Notebook 7

  5. flight-delay-prediction flight-delay-prediction Public

    Predicting whether a US domestic flight will arrive 15+ minutes late — from raw DOT data to a served, containerized model.

    Jupyter Notebook 3

  6. mercaridb-mysql-30days mercaridb-mysql-30days Public

    **A production-grade SQL learning project modeled on real e-commerce data scenarios** *Inspired by Mercari Japan — Japan's #1 C2C Marketplace*

    SQLPL 8