Skip to content

Commit

Permalink
Revert "Use weighted sampling for recent samples in global builds" (#…
Browse files Browse the repository at this point in the history
…1168) due to unexpected 3x reduction in recent sample size
  • Loading branch information
corneliusroemer authored Dec 20, 2024
1 parent 47cb034 commit 20f5fc3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions nextstrain_profiles/nextstrain-gisaid-21L/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ subsampling:
max_date: "--max-date 1M"
recent:
group_by: "country week"
group_by_weights: "defaults/population_weights.tsv"
max_sequences: 4100
min_date: "--min-date 1M"

Expand All @@ -309,7 +308,6 @@ subsampling:
max_date: "--max-date 2M"
recent:
group_by: "country week"
group_by_weights: "defaults/population_weights.tsv"
max_sequences: 4100
min_date: "--min-date 2M"

Expand All @@ -324,7 +322,6 @@ subsampling:
max_date: "--max-date 6M"
recent:
group_by: "country year month"
group_by_weights: "defaults/population_weights.tsv"
max_sequences: 4100
min_date: "--min-date 6M"

Expand Down
3 changes: 0 additions & 3 deletions nextstrain_profiles/nextstrain-gisaid/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ subsampling:
max_date: "--max-date 1M"
recent:
group_by: "country week"
group_by_weights: "defaults/population_weights.tsv"
max_sequences: 4100
min_date: "--min-date 1M"

Expand All @@ -301,7 +300,6 @@ subsampling:
max_date: "--max-date 2M"
recent:
group_by: "country week"
group_by_weights: "defaults/population_weights.tsv"
max_sequences: 4100
min_date: "--min-date 2M"

Expand All @@ -316,7 +314,6 @@ subsampling:
max_date: "--max-date 6M"
recent:
group_by: "country year month"
group_by_weights: "defaults/population_weights.tsv"
max_sequences: 4100
min_date: "--min-date 6M"

Expand Down
3 changes: 0 additions & 3 deletions nextstrain_profiles/nextstrain-open/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ subsampling:
max_date: "--max-date 1M"
recent:
group_by: "country week"
group_by_weights: "defaults/population_weights.tsv"
max_sequences: 4100
min_date: "--min-date 1M"

Expand All @@ -301,7 +300,6 @@ subsampling:
max_date: "--max-date 2M"
recent:
group_by: "country week"
group_by_weights: "defaults/population_weights.tsv"
max_sequences: 4100
min_date: "--min-date 2M"

Expand All @@ -316,7 +314,6 @@ subsampling:
max_date: "--max-date 6M"
recent:
group_by: "country year month"
group_by_weights: "defaults/population_weights.tsv"
max_sequences: 4100
min_date: "--min-date 6M"

Expand Down

0 comments on commit 20f5fc3

Please sign in to comment.