Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
Currently we can only call predict on DataSet[V <: Vector].
A lot of times though we have a DataSet[LabeledVector] that we split into a train and test set.
We should be able to make predictions on the test DataSet[LabeledVector] without having to transform it into a DataSet[Vector]