Neil Summers

Results 2 issues of Neil Summers

I ran into the same issue as #13 and have been trying to find a good solution since upgrading to Ubuntu Focal 20.04. Previously had it working on Ubuntu 18.04...

Currently sklearn logistic classifier only supports predictions. https://github.com/neilsummers/mleap/blob/master/python/mleap/sklearn/logistic.py ``` def serialize_to_bundle(self, transformer, path, model_name): # compile tuples of model attributes to serialize attributes = list() attributes.append(('intercept', transformer.intercept_.tolist()[0])) attributes.append(('coefficients', transformer.coef_.tolist()[0])) attributes.append(('num_classes',...

help wanted
waiting for input