Re: [Rpy] load nnet in rpy2

2013-12-02 Thread Alessandro Gagliardi
) # load: the side effect is to populate the R global environment # with whatever in the file. I am assuming that 'err_net' comes from it. base.load('err_net.RData') from rpy2.robjects import globalenv err_net = globalenv['err_net'] y = nnet.predict(err_net, x) On 12/0

Re: [Rpy] load nnet in rpy2

2013-12-02 Thread Alessandro Gagliardi
I didn't get a response last week so I figured I should try again: How do I load a nnet model from a file in rpy2? Thanks, -Alessandro From: Alessandro mailto:alessandro.gaglia...@glassdoor.com>> Date: Friday, November 22, 2013 4:27 PM To: "rpy-list@lists.sourceforge.net

[Rpy] load nnet in rpy2

2013-11-22 Thread Alessandro Gagliardi
Hi all, I created a nnet model called err_net in R that I've saved in err_net.RData which I'd like to employ programmatically in a python module. If I were to do it in IPython Notebook using rmagic I might have a cell that look something like: %%R -i x -o y library(nnet) load('err_net.RData')

Re: [Rpy] RJDBC in IPython using rmagic

2013-10-21 Thread Alessandro Gagliardi
013 18:22:55 -0400 To: Alessandro Gagliardi mailto:alessandro.gaglia...@glassdoor.com>> Cc: "RPy help, support and design discussion list" mailto:rpy-list@lists.sourceforge.net>> Subject: Re: [Rpy] RJDBC in IPython using rmagic On 10/18/2013 10:35 PM, Laurent Gautier w

[Rpy] RJDBC in IPython using rmagic

2013-10-18 Thread Alessandro Gagliardi
be loaded It would seem that when R is being run through rpy2 it cannot find libjvm.so. Any help would be much appreciated. Thank you, Alessandro Gagliardi Sr. Data Scientist, Glassdoor.com alessandro.gaglia...@glassdoor.com<mailto:alessa