2013/5/2 Jacob Vanderplas <[email protected]>: > Take a look at sklearn/utils/arpack.py. This is a backport of the scipy > arpack: the file is basically copied literally, and then a hook at the > bottom that replaces the main functions with the scipy version, if they're > available.
Mind you, testing is harder when the external version is used conditionally. -- Lars Buitinck Scientific programmer, ILPS University of Amsterdam ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
