On 5 January 2012 08:36, Andreas <amuel...@ais.uni-bonn.de> wrote:

> Hi everybody.
> Today I could finally reproduce a weird behavior of sklearn.test() that
> I observed
> at the sprint.
> If you do import sklearn; sklearn.test()
> in IPython in the folder that contains sklearn (for me the scikit-learn
> folder
> I checked out), it gives tons of error messages.
> If I do the same in any other folder, I don't get these.
> Can any one reproduce that?
> And has anyone an idea why this is happening?
>
> Cheers,
> Andy
>
>
> ------------------------------------------------------------------------------
> Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
> infrastructure or vast IT resources to deliver seamless, secure access to
> virtual desktops. With this all-in-one solution, easily deploy virtual
> desktops for less than the cost of PCs and save 60% on VDI infrastructure
> costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
> _______________________________________________
> Scikit-learn-general mailing list
> Scikit-learn-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>


If it's the error I think it is -- you can't run test from within the
sklearn directory.
I believe this is because it will be taking code from the current dir first
before using the install sklearn.
Moving to another directly solves this, as you found out.

I also believe this issue is due to the part of scikits.learn that need to
be compiled -- i.e. cython, etc.

Hope that helps,

Robert


-- 

Public key at: http://pgp.mit.edu/ Search for this email address and select
the key from "2011-08-19" (key id: 54BA8735)
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to