Skip to content

Commit bd459b1

Browse files
committed
update version
1 parent 0a698fe commit bd459b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mllib/src/main/scala/org/apache/spark/ml/tuning/TrainValidationSplit.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,14 +246,14 @@ class TrainValidationSplitModel private[ml] (
246246
/**
247247
* Return true if there exists summary of model.
248248
*/
249-
@Since("2.0.0")
249+
@Since("2.3.0")
250250
def hasSummary: Boolean = trainingSummary.nonEmpty
251251

252252
/**
253253
* Gets summary of model on training set. An exception is
254254
* thrown if `trainingSummary == None`.
255255
*/
256-
@Since("2.0.0")
256+
@Since("2.3.0")
257257
def summary: TuningSummary = trainingSummary.getOrElse {
258258
throw new SparkException(
259259
s"No training summary available for the ${this.getClass.getSimpleName}")

0 commit comments

Comments
 (0)