|
@@ -22,7 +22,7 @@ Granularity is the number of days each band in the stack consists of. Sampling
|
|
|
is the frequency with which the burnout state is snapshotted. The smaller the
|
|
|
value, the more smooth is the plot but the more work is done.
|
|
|
|
|
|
-
|
|
|
+
|
|
|
<p align="center">torvalds/linux burndown (granularity 30, sampling 30, resampled by year)</p>
|
|
|
|
|
|
There is an option to resample the bands inside `labours.py`, so that you can
|
|
@@ -122,6 +122,9 @@ how many lines are alive at the sampled moments in time for each identified deve
|
|
|
|
|
|
#### Couples
|
|
|
|
|
|
+
|
|
|
+<p align="center">torvalds/linux files' coupling in Tensorflow Projector</p>
|
|
|
+
|
|
|
```
|
|
|
hercules -couples [-people-dict=/path/to/identities]
|
|
|
python3 labours.py -m couples -o <name> [--couples-tmp-dir=/tmp]
|