Skip to content

Commit

Permalink
change trait BinaryClassificationSummary to private[classification]
Browse files Browse the repository at this point in the history
  • Loading branch information
huaxingao committed Jun 15, 2020
1 parent 2e6f35c commit 0898708
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -172,7 +172,7 @@ private[classification] trait TrainingSummary {
/**
* Abstraction for binary classification results for a given model.
*/
trait BinaryClassificationSummary extends ClassificationSummary {
private[classification] trait BinaryClassificationSummary extends ClassificationSummary {

private val sparkSession = predictions.sparkSession
import sparkSession.implicits._
Expand Down

0 comments on commit 0898708

Please sign in to comment.