developer-engagement
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.7%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: ayuckun
- Language: Jupyter Notebook
- Default Branch: main
- Size: 9.05 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Project Summary
Benchmarking Software Maintainability in Enterprise-Driven Open Source Projects in Terms of Developer Engagement
This document summarizes the work completed in the following files:
1. data_mining.ipynb
- Data collection and preprocessing from various sources.
- Cleaning, normalization, and transformation of raw datasets.
2. dmm_evaluation.ipynb
- Implementation and evaluation of Data Mining Models (DMM).
3. engagement_score.ipynb
- Definition and calculation of engagement metrics.
- Development of a composite engagement score based on user activity data.
- Visualization and interpretation of engagement patterns.
4. results.ipynb
- Exploratory data analysis to identify trends and outliers.
- Aggregation and presentation of final results.
- Comparative analysis of model performance and engagement scores.
- Conclusions and recommendations based on findings.
5. graphs.ipynb
- Creation of visual representation of the outcomes.
Single File Engagement Score
The file singlefile_eng.py can be run with global parameters changed. Its job is to create a subdirectory and put per-repo data inside as csv. After every project data is gathered, it combines them and runs the engagement algorithm on the whole data. The output directory can also be changed from global variables. The outcome is a per-repo per-month engagement score (normalized per-project) in a single csv file.
This compilation provides an overview of the workflow, from data preparation to model evaluation and result interpretation. The process can be replicated using a similarly shaped url list. The sampling step can be done on a larger scale.
Owner
- Name: Ahmet Yasir Uçkun
- Login: ayuckun
- Kind: user
- Repositories: 1
- Profile: https://github.com/ayuckun
Citation (CITATION.cff)
cff-version: 1.2.0
message: "This repository is used for the thesis of Ahmet Yasir Uckun at Vrije Universiteit Amsterdam, 2025, supervised by Lodewjik Bergmans and Sieuwert van Otterloo."
authors:
- family-names: Uckun
given-names: Ahmet Yasir
title: "Benchmarking Software Maintainability in Enterprise-Driven Open Source Projects in Terms of Developer Engagement"
version: 1.0.0
language: en
date-released: 2025-07-10
url: "https://github.com/ayuckun/developer-engagement"
GitHub Events
Total
- Push event: 3
- Create event: 1
Last Year
- Push event: 3
- Create event: 1
Dependencies
- datetime *
- matplotlib *
- numpy *
- pandas *
- pydriller *
- python-dateutil *
- requests *
- scikit-learn *
- scipy *
- seaborn *
- tqdm *