Re: how to retain part of the features in LogisticRegressionModel (spark2.0)

2017-03-19 Thread Dhanesh Padmanabhan
It shouldn't be difficult to convert the coefficients to a sparse vector. Not sure if that is what you are looking for -Dhanesh On Sun, Mar 19, 2017 at 5:02 PM jinhong lu wrote: Thanks Dhanesh, and how about the features question? 在 2017年3月19日,19:08,Dhanesh Padmanabhan 写道: Dhanesh T

Re: how to retain part of the features in LogisticRegressionModel (spark2.0)

2017-03-19 Thread Dhanesh Padmanabhan
binomial. Please use in combination with onevsrest for multi-class problems in spark 2.0.2 Dhanesh +91-9741125245 On Sun, Mar 19, 2017 at 4:29 PM, jinhong lu wrote: > By the way, I found in spark 2.1 I can use setFamily() to decide binomial > or multinomial, but how can I do the same thing in