Re: Problem using H2O in Zeppelin

2016-10-24 Thread Mohit Jaggi
onversion explicit by writing `hex _` or `hex(_)` instead > of `hex`. > import hex.deeplearning.DeepLearning > > Regards, > Andrew Yarovoy > > > From: Mohit Jaggi [mailto:mohitja...@gmail.com] > Sent: Friday, October 21, 2016 8:02 PM > To: users@zeppelin.

RE: Problem using H2O in Zeppelin

2016-10-23 Thread Яровой Андрей Викторович
To: users@zeppelin.apache.org Subject: Re: Problem using H2O in Zeppelin try import org.apache.spark.sql.{ functions => sparkSqlFunctions } Mohit Jaggi Founder, Data Orchard LLC www.dataorchardllc.com <http://www.dataorchardllc.com> On Oct 21, 2016, at 6:18 AM, Яровой Андре

Re: Problem using H2O in Zeppelin

2016-10-21 Thread Mohit Jaggi
try > import org.apache.spark.sql.{ functions => sparkSqlFunctions } Mohit Jaggi Founder, Data Orchard LLC www.dataorchardllc.com > On Oct 21, 2016, at 6:18 AM, Яровой Андрей Викторович > wrote: > > Hi all! > I faced a problem trying to use deep learning algorithms from H2O library in > Z

Problem using H2O in Zeppelin

2016-10-21 Thread Яровой Андрей Викторович
Hi all! I faced a problem trying to use deep learning algorithms from H2O library in Zeppelin The problem is following: When I try to import class import hex.deeplearning.DeepLearning I get an error: Unapplied methods are only converted to functions when a function type is expected. You can