Primal: Make default precision 0.98

pull/3/head
Alinson S. Xavier 6 years ago
parent bdecde47fe
commit d5411f5cc8

@ -21,7 +21,7 @@ class PrimalSolutionComponent(Component):
def __init__(self,
classifier=AdaptiveClassifier(),
mode="exact",
threshold=MinPrecisionThreshold(0.95)):
threshold=MinPrecisionThreshold(0.98)):
self.mode = mode
self.classifiers = {}
self.thresholds = {}

Loading…
Cancel
Save