Re: [Rpy] load nnet in rpy2

2013-12-02 Thread Laurent Gautier
2, 2013 3:45 PM To: Alessandro <mailto:alessandro.gaglia...@glassdoor.com>> Cc: "RPy help, support and design discussion list" mailto:rpy-list@lists.sourceforge.net>> Subject: Re: [Rpy] load nnet in rpy2 Ah, yes. Good you did. The licensing had all the attention. The following is

Re: [Rpy] load nnet in rpy2

2013-12-02 Thread Alessandro Gagliardi
pd_df) -Alessandro From: Laurent Gautier mailto:lgaut...@gmail.com>> Date: Monday, December 2, 2013 3:45 PM To: Alessandro mailto:alessandro.gaglia...@glassdoor.com>> Cc: "RPy help, support and design discussion list" mailto:rpy-list@lists.sourceforge.net>> Subject: Re:

Re: [Rpy] load nnet in rpy2

2013-12-02 Thread Laurent Gautier
Ah, yes. Good you did. The licensing had all the attention. The following is completely untested, but should get you going (and with some luck, just work as it is) from rpy2.robjects.packages import importr base = importr('base') nnet = importr('nnet') # load: the side effect is to populate th

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