Closed aadyotb closed 2 years ago
Previously, the instance fields enable_threshold and enable_calibrator were not declared at the class level. This made them inaccessible when instantiating layered models. This PR fixes the issue.
enable_threshold
enable_calibrator
Previously, the instance fields
enable_threshold
andenable_calibrator
were not declared at the class level. This made them inaccessible when instantiating layered models. This PR fixes the issue.