Re: Huber regression in PySpark?

2017-08-20 Thread Yanbo Liang
On Sun, Aug 20, 2017 at 3:19 PM, Jeff Gates <gatesa...@gmail.com> wrote: > Hi guys, > > Is there huber regression in PySpark? We are using sklearn HuberRegressor ( > http://scikit-learn.org/stable/modules/generated/sklearn. > linear_model.HuberRegressor.html) to train our

Huber regression in PySpark?

2017-08-20 Thread Jeff Gates
Hi guys, Is there huber regression in PySpark? We are using sklearn HuberRegressor ( http://scikit-learn.org/stable/modules/generated/sklearn.linear_model. HuberRegressor.html) to train our model, but with some bottleneck in single node. If no, is there any obstacle to implement it in PySpark