On Wed, Nov 27, 2013 at 11:59:27AM +1100, Juan Nunez-Iglesias wrote:
> I'll also point out that np.copy has an "order" argument, so you can get back 
> a
> Fortran-ordered array by doing 

> >>> X_train = X_train.copy(order='F')  # lets materialize the view

That's only in recentish versions of numpy (I don't remember when it was
added).

G

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to