2013/7/26 Michal Romaniuk <[email protected]>: > I think that this could be because one of the parameters of __init__ is > a numpy array of objects, containing numeric numpy arrays. > > Do you think I could just use Python's copy library in place of clone?
The difference between clone and copy is that clone does not copy learned parameters, e.g. things like coef_. Can we see your code, preferably as a Gist (https://gist.github.com)? As Andy said, we might have to change things, but it depends on what you're trying to do. -- Lars Buitinck Scientific programmer, ILPS University of Amsterdam ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
