Skip to content

Commit

Permalink
change @SInCE annotation to 3.0.0 for AFT.train
Browse files Browse the repository at this point in the history
  • Loading branch information
huaxingao committed Jan 11, 2020
1 parent 66c4814 commit c22d284
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class AFTSurvivalRegression @Since("1.6.0") (@Since("1.6.0") override val uid: S
}
}

@Since("2.0.0")
@Since("3.0.0")
override def train(dataset: Dataset[_]): AFTSurvivalRegressionModel = instrumented { instr =>
val instances = extractAFTPoints(dataset)
val handlePersistence = dataset.storageLevel == StorageLevel.NONE
Expand Down

0 comments on commit c22d284

Please sign in to comment.