Joseph K. Bradley created SPARK-11118:
-----------------------------------------

             Summary: PredictionModel.transform is calling incorrect 
transformSchema method
                 Key: SPARK-11118
                 URL: https://issues.apache.org/jira/browse/SPARK-11118
             Project: Spark
          Issue Type: Bug
          Components: ML
    Affects Versions: 1.6.0
            Reporter: Joseph K. Bradley
            Assignee: Joseph K. Bradley


PredictionModel.transform calls the transformSchema defined in PipelineStage.  
It should instead call the one defined in PredictionModel, which does not take 
the logging parameter.

The current implementation forces there to be a "label" column, even during 
prediction.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to