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
| -rp | --results_path | The folder to output results of the analysis. e.g. embeddings and plots| ./results/|String|
55
55
| -nw | --n_workers | The number of workers to use when running the analysis.| 1| int|
56
-
| -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|
56
+
| -dp | --data_path | The path to the commits.feather file. e.g. /home/user/RStudio-Data-Repository/clean_data/commits_by_org.feather|./data/commits_by_org.feather|String|
57
57
| -np | --n_projects | The number of projects to sample from the dataset.| 1000| int|
58
58
| -mc | --min_commits | The minimum number of commits for a project to be included in the sample.| None | none_or_int|
59
59
| -mcount | --min_count | The min_count parameter for the graph2vec model.| 5| int|
0 commit comments