Skip to content
View gkhnelbstn's full-sized avatar

Highlights

  • Pro

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.

Content in all repositories owned by your account will be closed.
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
gkhnelbstn/README.md

GΓΆkhan Elbistan

Data Scientist β€’ Data Platform Lead

IBM Certified MSc Data Science Domain

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

Typing SVG

🎯 Core Competencies

mindmap
  root((Data))
    Platform & Architecture
      Medallion Architecture
      ETL / ELT Pipelines
      Data Warehouse Design
    Data Science & ML
      Statistical Analysis
      Machine Learning
      MLOps
    DataOps & Governance
      Data Quality
      Data Catalog
      Data Lineage
    BI & Decision Systems
      Power BI & DAX
      KPI Definition
      Reporting
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 improve reliability, traceability, and decision-making at scale.


🧭 Data Platform Narrative

A practical data operating model should not stop at reporting. It should move from source systems to trusted decision layers through a controlled pipeline:

Ingestion β†’ Transformation β†’ Quality β†’ Catalog β†’ BI

  • Ingestion: ERP systems, operational databases, APIs, telemetry, and external sources are collected through Python-based services, orchestration pipelines, and integration workflows.
  • Transformation: Raw and operational data is standardized, modeled, and prepared for analytics through SQL-first transformation patterns and dbt-based ELT workflows.
  • Quality: Data quality rules, validations, freshness checks, and test scenarios are managed through Soda Core and dbt tests to improve trust in downstream datasets.
  • Catalog: Metadata, lineage, ownership, and dataset documentation are centralized through OpenMetadata to make the platform easier to govern and scale.
  • BI: Clean and controlled data is exposed to reporting and decision systems such as Power BI, Looker Studio, and operational dashboards.

This structure reflects how I approach sustainable analytics: not as isolated dashboards, but as a governed and scalable data platform.


πŸ› οΈ 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, DataOps & Observability

MLflow dbt Soda%20Core OpenMetadata Grafana Prometheus FastAPI DVC Optuna LangChain Langfuse HuggingFace

BI & Decision Systems

Power BI Looker Studio Tableau Metabase

Governance Frameworks

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 Profile Summary

Repos per Language Most Commit Language


🀝 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

  6. instagram-sharing-script instagram-sharing-script Public

    Python