You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, to get credentials file neccessary for pulling the GitHub Torrent from Google Cloud (necessary for re-generating images for our analysis):
26
+
27
+
- Follow the instructions under 'Set up a service account' to create and download a credentials file: https://cloud.google.com/video-intelligence/docs/common/auth
28
+
- Change the name of the file to `credentials_file.json` and put it in the root directory of the project (a sample file with the name `credentials_file_EXAMPLE.json` is included as a reference).
29
+
24
30
## Usage
25
31
Run the following commands to reproduce this analysis:
| -rp | --results_path | The folder to output results of the analysis. e.g. embeddings and plots| ./results/|String|
46
-
| -nw | --n_workers | The number of workers to use when running the analysis.|8| int|
52
+
| -nw | --n_workers | The number of workers to use when running the analysis.|1| int|
47
53
| -dp | --data_path | The path to the commits.feather file. e.g. /home/user/RStudio-Data-Repository/clean_data/commits_by_org.feather| /home/user/RStudio-Data-Repository/clean_data/commits_by_org.feather|String|
48
54
| -np | --n_projects | The number of projects to sample from the dataset.| 1000| int|
49
55
| -mc | --min_commits | The minimum number of commits for a project to be included in the sample.| None | none_or_int|
First, to get credentials file neccessary for pulling the GitHub Torrent from Google Cloud (necessary for re-generating images for our analysis):
66
-
67
-
- Follow the instructions under 'Set up a service account' to create and download a credentials file: https://cloud.google.com/video-intelligence/docs/common/auth
68
-
- Change the name of the file to `credentials_file.json` and put it in the root directory of the project (a sample file with the name `credentials_file_EXAMPLE.json` is included as a reference).
0 commit comments