Skip to content
Snippets Groups Projects
Commit 7f5922aa authored by Andrew Or's avatar Andrew Or
Browse files

[HOTFIX] Fix MLUtils compile

parent bbb77734
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ object MLUtils {
previous = current
i += 1
}
(label, indices, values)
(label, indices.toArray, values.toArray)
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment