Skip to content

Commit

Permalink
refactor(judge): remove isDataRequired field from MetricClassification (
Browse files Browse the repository at this point in the history
#676)

Co-authored-by: Justin Field <[email protected]>
  • Loading branch information
Nastya Smirnova and fieldju authored Feb 27, 2020
1 parent 3b87a82 commit db3f0e2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ object OutlierStrategy {
case class MetricClassification(classification: MetricClassificationLabel,
reason: Option[String],
deviation: Double,
critical: Boolean,
isDataRequired: Boolean = false)
critical: Boolean)

abstract class BaseMetricClassifier {
def classify(control: Metric, experiment: Metric,
Expand Down

0 comments on commit db3f0e2

Please sign in to comment.