[ 
https://issues.apache.org/jira/browse/SPARK-11558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14997273#comment-14997273
 ] 

Joseph K. Bradley commented on SPARK-11558:
-------------------------------------------

We'll need to make it specific to LinearRegressionModel and 
LogisticRegressionModel for now since those are the only models which store 
enough info about the input data.  Later, we could make it part of more Models 
which inherit from HasFeatures.

> Get ML feature names from column
> --------------------------------
>
>                 Key: SPARK-11558
>                 URL: https://issues.apache.org/jira/browse/SPARK-11558
>             Project: Spark
>          Issue Type: New Feature
>          Components: ML
>            Reporter: Joseph K. Bradley
>
> SparkRWrappers.getModelFeatures is a really useful method but only available 
> in R.  We should provide its functionality as a helper method in all 
> languages (but perhaps with a different API to make it accessible from more 
> than a printed summary).



--
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