openai / sonic-on-ray
File Change Frequency

File change frequency (churn) shows the distribution of file updates (days with at least one commit).

Overview
File Change Frequency Overall
  • There are 7 files with 286 lines of code.
    • 0 files changed more than 100 times (0 lines of code)
    • 0 files changed 51-100 times (0 lines of code)
    • 0 files changed 21-50 times (0 lines of code)
    • 2 files changed 6-20 times (77 lines of code)
    • 5 files changed 1-5 times (209 lines of code)
0% | 0% | 0% | 26% | 73%
Legend:
101+
51-100
21-50
6-20
1-5

explore: grouped by folders | grouped by update frequency | data
Contributors Count Frequency Overall
  • There are 7 files with 286 lines of code.
    • 0 files changed by more than 25 contributors (0 lines of code)
    • 0 files changed by 11-25 contributors (0 lines of code)
    • 0 files changed by 6-10 contributors (0 lines of code)
    • 5 files changed by 2-5 contributors (276 lines of code)
    • 2 files changed by 1 contributor (10 lines of code)
0% | 0% | 0% | 96% | 3%
Legend:
26+
11-25
6-10
2-5
1

explore: grouped by folders | grouped by contributors count | data
File Change Frequency per File Extension
py, txt, gitignore, md, json, yaml
File Change Frequency per Extension
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
py0% | 0% | 0% | 30% | 69%
yaml0% | 0% | 0% | 0% | 100%
File Change Frequency per Logical Decomposition
primary
primary (file change frequency)
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
ROOT0% | 0% | 0% | 39% | 60%
sonic_on_ray0% | 0% | 0% | 0% | 100%
Most Frequently Changed Files (Top 7)

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
38 - 2018-03-18 2018-04-05 6 2 pcmoritz@gmail.com pcmoritz@gmail.com
39 - 2018-03-19 2018-04-05 6 2 pcmoritz@gmail.com pcmoritz@gmail.com
32 - 2018-03-30 2018-04-05 4 2 pcmoritz@gmail.com robertnishihara@gmail.com
rollout.py
in root
78 - 2018-03-19 2018-04-05 4 2 pcmoritz@gmail.com pcmoritz@gmail.com
sonic_on_ray.py
in sonic_on_ray
89 15 2018-04-03 2018-04-05 3 2 pcmoritz@gmail.com pcmoritz@gmail.com
__init__.py
in sonic_on_ray
1 - 2018-04-03 2018-04-03 1 1 pcmoritz@gmail.com pcmoritz@gmail.com
setup.py
in root
9 - 2018-04-03 2018-04-03 1 1 pcmoritz@gmail.com pcmoritz@gmail.com
Files With Most Contributors (Top 7)
Based on the number of unique email addresses found in commits.

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
38 - 2018-03-18 2018-04-05 6 2 pcmoritz@gmail.com pcmoritz@gmail.com
39 - 2018-03-19 2018-04-05 6 2 pcmoritz@gmail.com pcmoritz@gmail.com
rollout.py
in root
78 - 2018-03-19 2018-04-05 4 2 pcmoritz@gmail.com pcmoritz@gmail.com
32 - 2018-03-30 2018-04-05 4 2 pcmoritz@gmail.com robertnishihara@gmail.com
sonic_on_ray.py
in sonic_on_ray
89 15 2018-04-03 2018-04-05 3 2 pcmoritz@gmail.com pcmoritz@gmail.com
__init__.py
in sonic_on_ray
1 - 2018-04-03 2018-04-03 1 1 pcmoritz@gmail.com pcmoritz@gmail.com
setup.py
in root
9 - 2018-04-03 2018-04-03 1 1 pcmoritz@gmail.com pcmoritz@gmail.com
Files With Least Contributors (Top 7)
Based on the number of unique email addresses found in commits.

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
setup.py
in root
9 - 2018-04-03 2018-04-03 1 1 pcmoritz@gmail.com pcmoritz@gmail.com
__init__.py
in sonic_on_ray
1 - 2018-04-03 2018-04-03 1 1 pcmoritz@gmail.com pcmoritz@gmail.com
sonic_on_ray.py
in sonic_on_ray
89 15 2018-04-03 2018-04-05 3 2 pcmoritz@gmail.com pcmoritz@gmail.com
rollout.py
in root
78 - 2018-03-19 2018-04-05 4 2 pcmoritz@gmail.com pcmoritz@gmail.com
39 - 2018-03-19 2018-04-05 6 2 pcmoritz@gmail.com pcmoritz@gmail.com
38 - 2018-03-18 2018-04-05 6 2 pcmoritz@gmail.com pcmoritz@gmail.com
32 - 2018-03-30 2018-04-05 4 2 pcmoritz@gmail.com robertnishihara@gmail.com
Correlations

File Size vs. Number of Changes: 7 points

rollout.py x: 78 lines of code y: 4 # changes sonic_on_ray/sonic_on_ray.py x: 89 lines of code y: 3 # changes train_ppo.py x: 38 lines of code y: 6 # changes train_ppo_grid_search.py x: 39 lines of code y: 6 # changes sonic-autoscaler.yaml x: 32 lines of code y: 4 # changes setup.py x: 9 lines of code y: 1 # changes sonic_on_ray/__init__.py x: 1 lines of code y: 1 # changes
6.0
# changes
  min: 1.0
  average: 3.57
  25th percentile: 1.0
  median: 4.0
  75th percentile: 6.0
  max: 6.0
0 89.0
lines of code
min: 1.0 | average: 40.86 | 25th percentile: 9.0 | median: 38.0 | 75th percentile: 78.0 | max: 89.0

Number of Contributors vs. Number of Changes: 7 points

rollout.py x: 2 # contributors y: 4 # changes sonic_on_ray/sonic_on_ray.py x: 2 # contributors y: 3 # changes train_ppo.py x: 2 # contributors y: 6 # changes setup.py x: 1 # contributors y: 1 # changes
6.0
# changes
  min: 1.0
  average: 3.57
  25th percentile: 1.0
  median: 4.0
  75th percentile: 6.0
  max: 6.0
0 2.0
# contributors
min: 1.0 | average: 1.71 | 25th percentile: 1.0 | median: 2.0 | 75th percentile: 2.0 | max: 2.0

Number of Contributors vs. File Size: 7 points

rollout.py x: 2 # contributors y: 78 lines of code sonic_on_ray/sonic_on_ray.py x: 2 # contributors y: 89 lines of code train_ppo.py x: 2 # contributors y: 38 lines of code train_ppo_grid_search.py x: 2 # contributors y: 39 lines of code sonic-autoscaler.yaml x: 2 # contributors y: 32 lines of code setup.py x: 1 # contributors y: 9 lines of code sonic_on_ray/__init__.py x: 1 # contributors y: 1 lines of code
89.0
lines of code
  min: 1.0
  average: 40.86
  25th percentile: 9.0
  median: 38.0
  75th percentile: 78.0
  max: 89.0
0 2.0
# contributors
min: 1.0 | average: 1.71 | 25th percentile: 1.0 | median: 2.0 | 75th percentile: 2.0 | max: 2.0