Skip to content

Commit f3fdf29

Browse files
author
David Stirling
committed
Fix FastGentleBoosting 'score all'
1 parent a855df9 commit f3fdf29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpa/fastgentleboosting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def panelTxt(self):
116116
def panelTxt2(self):
117117
return 'max rules'
118118

119-
def CreatePerObjectClassTable(self, labels):
119+
def CreatePerObjectClassTable(self, labels, updater=None):
120120
multiclasssql.create_perobject_class_table(labels, self.model)
121121

122122
def FilterObjectsFromClassN(self, obClass, obKeysToTry):

0 commit comments

Comments
 (0)