Github user srowen commented on the pull request:

    https://github.com/apache/spark/pull/3637#issuecomment-66377906
  
    Pardon, which part are you referring to when you say the typed interface? 
The metadata about what is a categorical feature, what the values are, etc? I 
assumed that this information is in part derived from what's in the `SchemaRDD` 
-- a string must be categorical, for example. The information would live in a 
`Model`, either implicitly explicitly: logistic regression always knows its 
target is categorical; may need to remember how to treat the other features 
when it receives new data. And to some degree this info would be injected as 
parameters to an `Estimator` somehow.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to