mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-09 19:08:51 -06:00
Call new fit method
This commit is contained in:
@@ -279,3 +279,10 @@ class PrimalSolutionComponent(Component):
|
||||
thr.fit(clf, x[category], y[category])
|
||||
self.classifiers[category] = clf
|
||||
self.thresholds[category] = thr
|
||||
|
||||
@overrides
|
||||
def fit(
|
||||
self,
|
||||
training_instances: List[Instance],
|
||||
) -> None:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user