We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61dcd51 commit b45f558Copy full SHA for b45f558
mllib/src/main/scala/org/apache/spark/ml/classification/OneVsRest.scala
@@ -141,11 +141,11 @@ final class OneVsRestModel private[ml] (
141
}
142
143
/** @group setParam */
144
- @Since("2.2.0")
+ @Since("2.1.0")
145
def setFeaturesCol(value: String): this.type = set(featuresCol, value)
146
147
148
149
def setPredictionCol(value: String): this.type = set(predictionCol, value)
150
151
@Since("1.4.0")
0 commit comments