-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The details of the issues are:
- the function of "getNTeamStatisticsTeamName()" is not in the repo or EnsembleBench
- the rows of 270 and 275 have the code "getNTeamStatistics(tmpOutAcc, maxAcc, avgAcc, thresholdAcc)", whose parameters are not the same as the function of "getNTeamStatistics()".
It should be: """
def getNTeamStatistics(teamNameList, accuracyDict, minAcc, avgAcc, maxAcc, tmpAccList):
nAboveMin = 0
nAboveAvg = 0
nAboveMax = 0
nHigherMember = 0
allAcc = []
...
"""
However, it is "getNTeamStatistics(tmpAcc, maxAcc, avgAcc, thresholdAcc)" in the code.
Metadata
Metadata
Assignees
Labels
No labels