Re: Spark-ML : Streaming library for Factorization Machine (FM/FFM)

2018-04-16 Thread Sundeep Kumar Mehta
ithub.com/Intel- > bigdata/imllib-spark > > > Regards > > Maximilien DEFOURNE > > On 15/04/18 05:14, Sundeep Kumar Mehta wrote: > > Hi All, > > Any library/ github project to use factorization machine or field aware > factorization machine via online learning for

Spark-ML : Streaming library for Factorization Machine (FM/FFM)

2018-04-14 Thread Sundeep Kumar Mehta
Hi All, Any library/ github project to use factorization machine or field aware factorization machine via online learning for continuous training ? Request you to please share your thoughts on this. Regards Sundeep

Re: StreamingLogisticRegressionWithSGD : Multiclass Classification : Options

2018-01-19 Thread Sundeep Kumar Mehta
t; logistic regression on each of these label vectors independently using the > classifier algorithm of your choice and then, concatenating the predictions > into a dataframe, take a rowmax to do your multiclass evaluation. > > On Fri, Jan 19, 2018 at 11:29 AM, Sundeep Kumar Mehta < > sunnyjai..

StreamingLogisticRegressionWithSGD : Multiclass Classification : Options

2018-01-17 Thread Sundeep Kumar Mehta
Hi, I was looking for Logistic Regression with Multi Class classifier on Streaming data do we have any alternative options or library/github prj. As StreamingLogisticRegressionWithSGD only supports binary classification Regards Sundeep