this time I did the labeling right
This commit is contained in:
parent
7c587413aa
commit
337268afcc
File diff suppressed because it is too large
Load Diff
@ -65,7 +65,7 @@ c2_relevant <- core_df |>
|
||||
filter(week_index >= -104 & week_index <= 13) |>
|
||||
filter(author_email != "jenkins-bot@gerrit.wikimedia.org") |>
|
||||
filter(is_http) |>
|
||||
mutate(case = "c1") |>
|
||||
mutate(case = "c2") |>
|
||||
select(authored_date, commit_date, author_name, author_email, message, case)
|
||||
|
||||
c3_relevant <- core_df |>
|
||||
@ -73,7 +73,7 @@ c3_relevant <- core_df |>
|
||||
filter(week_index >= -83 & week_index <= 13) |>
|
||||
filter(author_email != "jenkins-bot@gerrit.wikimedia.org") |>
|
||||
filter(is_http) |>
|
||||
mutate(case = "c1") |>
|
||||
mutate(case = "c3") |>
|
||||
select(authored_date, commit_date, author_name, author_email, message, case)
|
||||
|
||||
possibly_relevant <- rbind(c1_relevant, c2_relevant, c3_relevant)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user