Skip to content
View gkhnelbstn's full-sized avatar

Highlights

  • Pro

Organizations

@abclojistik

Block or report gkhnelbstn

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

GΓΆkhan Elbistan

Data Scientist β€’ Data Platform Lead β€’ Product Owner

IBM Certified MSc Data Science Domain

"I live with data, for data β€” because everything is about data."

Typing SVG

🎯 Core Competencies

mindmap
  root((Data Expert))
    Data Platform & Architecture
      Medallion Architecture
      ETL / ELT Pipelines
      Data Warehouse Design
      Apache Spark & Airflow
    Data Science & ML
      CRISP-DM
      Statistical Analysis
      Machine Learning
      MLOps & LLMOps
    Databases & Storage
      PostgreSQL
      MongoDB
      DynamoDB
      Vector DBs
    BI & Governance
      Power BI & DAX
      KPI Definition
      Data Quality
      ISO 27001 & KVKK
Loading

πŸ‘€ Profile

Data Scientist with organization-wide ownership of analytics, data platform modernization, and enterprise data architecture in logistics and supply chain. Experienced in Medallion Architecture, scalable BI ecosystems, ERP integrations, and cross-functional team leadership. Focused on architecture-driven data operating models that enable measurable, future-ready decision-making.


πŸ› οΈ Tech Stack

Core Data Platform & Architecture

Python SQL Apache Spark Airflow AWS Docker n8n

Databases & Storage

PostgreSQL MongoDB DynamoDB Redis Pinecone ChromaDB Elasticsearch

Data Science & ML

scikit-learn XGBoost LightGBM Pandas Polars statsmodels Prophet TensorFlow PyTorch

MLOps & Observability

MLflow Grafana Prometheus FastAPI DVC Optuna LangChain Langfuse HuggingFace

BI & Decision Systems

Power BI Looker Studio Tableau Metabase

Data Governance

ISO 27001 KVKK DMBOK SCOR


πŸ“ Project Structure Philosophy

project_name/
β”œβ”€β”€ data/               # DVC-tracked, git-ignored
β”‚   β”œβ”€β”€ raw/           # Immutable source data
β”‚   β”œβ”€β”€ processed/     # Cleaned & transformed
β”‚   └── features/      # Feature engineering outputs
β”œβ”€β”€ notebooks/         # EDA & experimentation
β”œβ”€β”€ src/               # Production source code
β”‚   β”œβ”€β”€ data/
β”‚   β”œβ”€β”€ features/
β”‚   β”œβ”€β”€ models/
β”‚   └── visualization/
β”œβ”€β”€ tests/
β”œβ”€β”€ configs/
β”œβ”€β”€ monitoring/        # Grafana dashboards & alerts
β”œβ”€β”€ deployment/        # Docker, cloud configs
└── docker-compose.yml

Template of choice: cookiecutter-data-science by @drivendataorg


πŸ“Š GitHub Stats

GitHub Stats Top Languages


🀝 Connect

✨ Always learning, always building, always optimizing ✨

Pinned Loading

  1. IBM-Data-Science-Professional-Certificate-Course-Notes IBM-Data-Science-Professional-Certificate-Course-Notes Public

    I will upload my notes from IBM Data Science course in here. This repo will include my exams, projects, notes etc.

    Jupyter Notebook 1 1

  2. ibmcapstoneproject ibmcapstoneproject Public

    This repository contains files for end-to-end IBM Data Science Professional Certificate Capstone Project.

    Jupyter Notebook 1

  3. interviewqs-solutions interviewqs-solutions Public

    Python solutions for InterviewQs' competitions.

    Jupyter Notebook

  4. kaggle-competitions kaggle-competitions Public

    This repository contains notebooks for my solutions on Kaggle competitions (Not the private ones though).

    Jupyter Notebook

  5. end-to-end-video-game-ml end-to-end-video-game-ml Public

    End to end video game ML project for predicting Meta Critic point. This project will use Fast API for model prediction, maybe Flask for backend, Streamlit for frontend.

    Python