Skip to content

Commit

Permalink
Update MissingValueHandlingSuite.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingCat authored Apr 23, 2019
1 parent ef008f1 commit 0be80cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class MissingValueHandlingSuite extends FunSuite with PerTest {
(0.0f, 1.0f, 0.0f, 0.0),
(1.0f, 0.0f, 1.0f, 1.0),
(1.0f, -1.0f, 0.0f, 0.0),
(0.0f, 0.0f, 0.0f, 1.0),
(0.0f, 0.0f, 0.0f, 1.0),//empty vector
(-1.0f, 0.0f, 0.0f, 1.0)
).toDF("col1", "col2", "col3", "label")
val vectorAssembler = new VectorAssembler()
Expand Down

0 comments on commit 0be80cf

Please sign in to comment.