Interface FlywheelModelEvaluationMetrics.Builder

  • Method Details

    • averageF1Score

      FlywheelModelEvaluationMetrics.Builder averageF1Score(Double averageF1Score)

      The average F1 score from the evaluation metrics.

      Parameters:
      averageF1Score - The average F1 score from the evaluation metrics.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • averagePrecision

      FlywheelModelEvaluationMetrics.Builder averagePrecision(Double averagePrecision)

      Average precision metric for the model.

      Parameters:
      averagePrecision - Average precision metric for the model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • averageRecall

      FlywheelModelEvaluationMetrics.Builder averageRecall(Double averageRecall)

      Average recall metric for the model.

      Parameters:
      averageRecall - Average recall metric for the model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • averageAccuracy

      FlywheelModelEvaluationMetrics.Builder averageAccuracy(Double averageAccuracy)

      Average accuracy metric for the model.

      Parameters:
      averageAccuracy - Average accuracy metric for the model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.