Re: Multilabel classification using logistic regression

2015-05-27 Thread Peter Garbers
Hi Joseph, I looked at that but it seems that LogisticRegressionWithLBFGS's run method takes RDD[LabeledPoint] objects so I'm not sure it's exactly how one would use it in the way I think you're describing On Wed, May 27, 2015 at 4:04 PM, Joseph Bradley wrote: > It looks like you are training ea

Re: Multilabel Classification in spark

2015-05-06 Thread Peter Garbers
Thanks for all your feedback! I'm a little new to scala/spark so hopefully you'll bare with me while I try to explain how I plan to go about this and give me advice as to why this may or may not work. My terminology may be a little incorrect as well. Any feedback would be greatly appreciated. Even