Purpose
To create clear and reproducible documentation so future contributors can understand and rerun the GitHub sentiment pipeline without reverse‑engineering prior work. The notebooks should explain the commit/PR comment flow and produce outputs compatible with Kaiaulu.
Process
Create a documentation PR that:
- Adds the
.yml files for the GitHub projects used in the dataset
- Adds the Python script used to load sentiment labels into MySQL
- Converts existing MySQL Workbench queries into Jupyter notebooks
- Organizes notebooks in a clear way:
- Load sentiment CSV into MySQL
- Explore DB + identify relevant tables
- Scale/automate across all projects
- Export each notebook to a
.py file so reviewers can read the code directly in GitHub (in addition to the .ipynb)
- Does not commit any data files (e.g., CSV exports, database dumps, generated data, etc.), only code and documentation (scripts, notebooks, configs)
The final notebook must output a file that can be inner joined with Kaiaulu output for the same project.
Task List
Purpose
To create clear and reproducible documentation so future contributors can understand and rerun the GitHub sentiment pipeline without reverse‑engineering prior work. The notebooks should explain the commit/PR comment flow and produce outputs compatible with Kaiaulu.
Process
Create a documentation PR that:
.ymlfiles for the GitHub projects used in the dataset.pyfile so reviewers can read the code directly in GitHub (in addition to the.ipynb)The final notebook must output a file that can be inner joined with Kaiaulu output for the same project.
Task List
.ymlconfig project files to the repo.pyfor code review