Details
-
Umbrella
-
Status: Resolved
-
Critical
-
Resolution: Incomplete
-
None
-
None
Description
Currently models in the pipeline API only implement transform(DataFrame). It would be quite useful to support prediction on single instance.
UPDATE: This issue is for making predictions with single models. We can make methods like def predict(features: Vector): Double public.
- This issue is not for single-instance prediction for full Pipelines, which would require making predictions on {{Row}}s.
Attachments
Issue Links
- Is contained by
-
SPARK-14377 Review spark.ml parity for classification, except trees
- Resolved
- is related to
-
SPARK-30358 ML expose predictRaw and predictProbability
- Resolved
-
SPARK-16365 Ideas for moving "mllib-local" forward
- Resolved
- relates to
-
SPARK-16431 Add a unified method that accepts single instances to feature transformers and predictors
- Closed
-
SPARK-5874 How to improve the current ML pipeline API?
- Resolved