Hi Vadim, It does not support save/load for Multilayer Perceptron Model currently, you can track the issues at SPARK-11871 <https://issues.apache.org/jira/browse/SPARK-11871>.
Yanbo 2015-12-14 2:31 GMT+08:00 Vadim Gribanov <gribanov.vadi...@gmail.com>: > Hey everyone! I’m new with spark and scala. I looked at examples in user > guide and didn’t find how to save Multilayer Perceptron Classifier model to > HDFS. > > Trivial: > > model.save(sc, “NNModel”) > > Didn’t work for me. > > Help me please. > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@spark.apache.org > For additional commands, e-mail: user-h...@spark.apache.org > >