scala - Convert a logistic regression LBFGS model to POJO -


looking @ h20, wondering if there way can convert spark logisticregressionwithlbfgs() model pojo object. currently, ve been loading logisticregressionmodel.load() function takes 40 seconds.

right h2o not support export of spark models pojo. however, can use sparkling water: prepare data in spark call val trainhf = h2ocontext.ash2oframe(sparkdataframe) , build glm model on data. h2o's glm model can exported pojo.

or effort can extract information spark's glm model , fill them h2o's glm model.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -