Is it possible to read LIBSVM model files into PySpark? Naively, I'm
thinking of something like:

scaler_path = "path to LIBSVM model generated with svm-scale"
a = MinMaxScaler().load(scaler_path)

While this example is shown for a feature transformation model, I would
also be interested in reading in LIBSVM classifiers too.

Thanks,
Pat

Reply via email to