Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaido91 committed Dec 19, 2017
1 parent bb0c0d2 commit 9f56800
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ final class Bucketizer @Since("1.4.0") (@Since("1.4.0") override val uid: String
/**
* Determines whether this `Bucketizer` is going to map multiple columns. If and only if
* `inputCols` is set, it will map multiple columns. Otherwise, it just maps a column specified
* by `inputCol`. A warning will be printed if both are set.
* by `inputCol`. An exception will be thrown if both are set.
*/
private[feature] def isBucketizeMultipleColumns(): Boolean = {
inputColsSanityCheck()
Expand Down

0 comments on commit 9f56800

Please sign in to comment.