Hi guys,
I'm new to spark structured streaming. I'm using 2.1.0 and my scenario
is reading specific topic from kafka and do some data mining tasks, then
save the result dataset to hive.
While writing data to hive, somehow it seems like not supported yet and
I tried this:
It run
Hi Alexander,
Thanks for your reply. The pull request shows that
MultilayerPerceptronClassifier implement default params writable interface.
I will try that.
Thanks
Pan
发件人: Ulanov, Alexander [mailto:alexander.ula...@hpe.com]
发送时间: 2016年3月22日 1:38
收件人: HanPan; dev
Hi Guys,
I built a ML pipeline that includes multilayer perceptron
classifier, I got the following error message when I tried to save the
pipeline model. It seems like MLPC model can not be saved which means I have
no ways to save the trained model. Is there any way to save the mode