Re: [Spark ML] Using GBTClassifier in OneVsRest

2016-10-25 Thread eliasah
Well as for now, the GBTClassifier is considered as a Predictor and not a Classifier. That's why you get that error. Unless you'd want to re-write your own GBTClassifier that extends Classifier there is no solution for now to use the OneVsAll Estimator on it. Nevertheless, there is a associated JI

Re: Making more features in Logistic Regression

2016-10-25 Thread eliasah
Your question isn't clear. Would you care elaborate ? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Making-more-features-in-Logistic-Regression-tp27915p27960.html Sent from the Apache Spark User List mailing list archive at Nabble.com. --

Re: Proper saving/loading of MatrixFactorizationModel

2016-10-25 Thread eliasah
I know that this haven't been accepted yet but any news on it ? How can we cache the product and user factor ? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Proper-saving-loading-of-MatrixFactorizationModel-tp23952p27959.html Sent from the Apache Spark Use