Skip to content
View rohid001's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report rohid001

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

Hi, I'm Rohid Aji Sunan πŸ‘‹

Data Analyst Β· Data Scientist Β· Data Engineer, building end-to-end data projects, from raw data to deployed models to reproducible pipelines. Currently expanding my portfolio across all three tracks after completing a Data Science Trainee program with Pusdatin, Ministry of Primary and Secondary Education (Kemendikdasmen) Indonesia.

I care about building things that hold up under scrutiny, a lot of my recent work has been about auditing my own past results and fixing subtle issues (data leakage, embedding mismatches, evaluation shortcuts) that inflate reported numbers without anyone noticing.


πŸ”­ What I'm focused on

  • πŸ“Š Data Analysis β€” exploratory analysis, statistics, turning raw data into decisions
  • πŸ€– Data Science / Machine Learning β€” from classical ML to deep learning (PyTorch, TensorFlow), with a specialty in NLP for Bahasa Indonesia
  • πŸ”§ Data Engineering β€” clean, reproducible data pipelines and workflows
  • πŸ” Research integrity & reproducibility β€” revisiting completed work to find and fix methodological gaps, not just chasing the highest accuracy number

I'm actively building a portfolio across Data Analyst, Data Science, and Data Engineer project tracks β€” this repo (and the list below) will keep growing as each one ships.

πŸŽ“ Publication

Klasifikasi Hoax Berita Politik Menggunakan Algoritma Long Short-Term Memory (LSTM) dengan Penambahan Fitur Embedding Global Vector (GloVe) Sunan, R.A., Erliawan K., H.F., & Aditya, C.S.K. (2024) β€” JEPIN (Jurnal Edukasi dan Penelitian Informatika), Vol. 10 No. 2, SINTA 2 DOI


πŸš€ Featured Projects

Track Project Description
Data Science / NLP πŸ” klasifikasi-hoax-lstm-glove Archived, as-published code from my JEPIN paper above, kept transparent, including a documented post-publication finding about the embedding setup.
Data Science / NLP πŸ› οΈ klasifikasi-hoax-lstm-revisited Independent revision of the project above: rebuilt in PyTorch with FastText Indonesia (subword-aware embeddings), fixed a data-leakage bug in the original imbalance-handling step, with a full before/after results comparison.
Data Analysis βš–οΈ Dataset_Narkotika Curated dataset of narcotics/psychotropics court decisions from Pengadilan Negeri Rantau Prapat, sourced from Indonesia's Supreme Court decision directory, for legal research and search-engine development.
Data Analysis / Data Science πŸ“Š ULT Complaints Analytics (private β€” pending data-use authorization) Topic modeling (LDA) + sentiment analysis (IndoBERT) on a government complaints platform, built during my Data Science Trainee program. Presented internally; not yet public pending institutional approval.
Data Engineer 🚧 In progress A data pipeline/engineering project is next on my roadmap, check back soon.

(This table grows as each project ships β€” see the roadmap note above.)


πŸ› οΈ Tech Stack

Python SQL PyTorch TensorFlow Pandas NumPy scikit-learn Jupyter Git


πŸ“« Connect with me


GitHub Stats

Pinned Loading

  1. sentiGo-tourism-recommendation-system-ml sentiGo-tourism-recommendation-system-ml Public

    Forked from sentiGo/Machine-Learning

    This project was developed as part of Bangkit Academy Capstone Project, focusing on building a text based tourism recommendation system using machine learning.

    Jupyter Notebook 1

  2. Dataset-Narkotika_092_074 Dataset-Narkotika_092_074 Public

    Dataset putusan pengadilan kasus pidana narkotika & psikotropika dari PN Rantau Prapat, Sumatera Utara β€” bersumber dari Direktori Putusan Mahkamah Agung RI. Format PDF, mencakup nomor putusan, tang…

  3. klasifikasi-hoax-lstm-glove klasifikasi-hoax-lstm-glove Public

    LSTM + GloVe for Indonesian political hoax classification β€” reproduction of a published JEPIN paper (SINTA 2). Archived as-published; see README for a known embedding-language issue found in post-p…

    Jupyter Notebook

  4. klasifikasi-hoax-lstm-revisited klasifikasi-hoax-lstm-revisited Public

    Corrected re-implementation of a published LSTM hoax classifier: FastText Indonesia (subword-aware) + PyTorch, replacing English GloVe. Fixes SMOTE-before-split leakage and padding-length shortcuts…

    Jupyter Notebook