Re: Extracting p values in Logistic regression using mllib scala
Hi Chandan, MLlib only support getting p-value, t-value from Linear Regression model, other models such as Logistic Model are not supported currently. This feature is under development and will be released at the next version(Spark 2.0). Thanks Yanbo 2016-01-18 16:45 GMT+08:00 Chandan Verma : >
Extracting p values in Logistic regression using mllib scala
Hi, Can anyone help me to extract p-values from a logistic regression model using mllib and scala. Thanks Chandan Verma ==