Yep, done. https://issues.apache.org/jira/browse/SPARK-17508
On Mon, Sep 12, 2016 at 9:06 AM Nick Pentreath <[email protected]> wrote: > Could you create a JIRA ticket for it? > > https://issues.apache.org/jira/browse/SPARK > > On Thu, 8 Sep 2016 at 07:50 evanzamir <[email protected]> wrote: > >> When I am trying to use LinearRegression, it seems that unless there is a >> column specified with weights, it will raise a py4j error. Seems odd >> because >> supposedly the default is weightCol=None, but when I specifically pass in >> weightCol=None to LinearRegression, I get this error. >> >> >> >> -- >> View this message in context: >> http://apache-spark-user-list.1001560.n3.nabble.com/weightCol-doesn-t-seem-to-be-handled-properly-in-PySpark-tp27677.html >> Sent from the Apache Spark User List mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe e-mail: [email protected] >> >>
