Skip to content

Commit bf83a70

Browse files
authored
Merge pull request #321 from twitter/bradm/pflip_plus
PflipPlus model & Group 33
2 parents 7259fc8 + b9ee52f commit bf83a70

File tree

6 files changed

+1833
-39
lines changed

6 files changed

+1833
-39
lines changed

sourcecode/scoring/mf_group_scorer.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,17 @@
66
import pandas as pd
77

88

9-
# Number of MFGroupScorer objects we expect to instantiate
9+
# Number of consecutive MFGroupScorer objects we expect to instantiate,
10+
# this does not include the NMR group scorer
1011
groupScorerCount = 14
1112

1213
# Group ID assigned to trial scoring algorithm
1314
trialScoringGroup = 14
1415

16+
# Group ID assigned to NMR group scorer
17+
nmrScoringGroup = 33
18+
19+
1520
# Mapping of how many threads to assign to each group scorer
1621
groupScorerParalleism = {
1722
# Group model 13 is larger and benefits from more threads.

0 commit comments

Comments
 (0)