Re: [VOTE] Release Spark 3.2.1 (RC2)

2022-01-22 Thread Mridul Muralidharan
+1 Signatures, digests, etc check out fine. Checked out tag and build/tested with -Pyarn -Pmesos -Pkubernetes Regards, Mridul On Fri, Jan 21, 2022 at 9:01 PM Sean Owen wrote: > +1 with same result as last time. > > On Thu, Jan 20, 2022 at 9:59 PM huaxin gao wrote: > >> Please vote on

Re: Log likelhood in GeneralizedLinearRegression

2022-01-22 Thread Sean Owen
This exists in the evaluator MulticlassClassificationEvaluator instead (which can be used for binary), does that work? On Sat, Jan 22, 2022 at 4:36 AM Phillip Henry wrote: > Hi, > > As far as I know, there is no function to generate the log likelihood from > a GeneralizedLinearRegression model.

Log likelhood in GeneralizedLinearRegression

2022-01-22 Thread Phillip Henry
Hi, As far as I know, there is no function to generate the log likelihood from a GeneralizedLinearRegression model. Are there any plans to implement one? I've coded my own in PySpark and in testing it agrees with the values we get from the Python library StatsModels to one part in a million.