On Thursday, September 25, 2014 11:10:22 PM UTC-4, Arshak Navruzyan wrote: > > Jake, > > Thanks for the suggestion. When I do that, I get back (anonymous > function). What I would like to get back is the actual model (with the new > parameters) to be able to do things like this >
If you want the return value to be the raw PyObject, do
pycall(hmmodel["fit"], PyObject, df[:abc])
(This will no longer be necessary in Julia 0.4 once function-calling is
overloadable.)
