You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Shubhanshu Mishra (JIRA)" <ji...@apache.org> on 2016/01/13 18:08:39 UTC

[jira] [Created] (SPARK-12808) Formula based GLM in PySpark

Shubhanshu Mishra created SPARK-12808:
-----------------------------------------

             Summary: Formula based GLM in PySpark
                 Key: SPARK-12808
                 URL: https://issues.apache.org/jira/browse/SPARK-12808
             Project: Spark
          Issue Type: New Feature
          Components: MLlib, PySpark
            Reporter: Shubhanshu Mishra
            Priority: Minor


I believe PySpark's mllib module should support a GLM feature with also includes defining models using a formula. This is done in a python package called statsmodels http://statsmodels.sourceforge.net/devel/example_formulas.html

The formula feature can be implemented using the python module patsy. 

Currently, RSpark supports a GLM module with formula feature. 

I can give a shot implementing the feature. 



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

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