Re: [Scikit-learn-general] AssertionError running nosetests sklearn

2012-01-23 Thread Olivier Grisel
2012/1/24 Blake Visin : > Seems to have worked.  Should I be concerned that it skipped 6 tests? Nope, they are expected to be skipped. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel -- Keep Your Devel

Re: [Scikit-learn-general] AssertionError running nosetests sklearn

2012-01-23 Thread Blake Visin
Seems to have worked. Should I be concerned that it skipped 6 tests? blake@blake-M4600:~/workspace/scikit-learn$ nosetests sklearn /home/blake/workspace/scikit-learn/sklearn/cross_val.py:2: UserWarning: sklearn.cross_val namespace is deprecated in version 0.9 and will be removed in version 0.11.

Re: [Scikit-learn-general] AssertionError running nosetests sklearn

2012-01-23 Thread Olivier Grisel
2012/1/24 Blake Visin : > I installed it using: sudo pip install -U scikit-learn > pip freeze returns: > > scikit-learn==0.10 > numpy==1.6.1 > scipy==0.9.0 Alright, can you try to build the master and check whether you can reproduce the test failure? git clone https://github.com/scikit-learn/scik

Re: [Scikit-learn-general] AssertionError running nosetests sklearn

2012-01-23 Thread Blake Visin
I installed it using: sudo pip install -U scikit-learn pip freeze returns: scikit-learn==0.10 numpy==1.6.1 scipy==0.9.0 Thanks, Blake On Mon, Jan 23, 2012 at 3:58 PM, Olivier Grisel wrote: > This looks like a bug in scikit-learn. Which version are you using? A > released archive or an up to dat

Re: [Scikit-learn-general] AssertionError running nosetests sklearn

2012-01-23 Thread Olivier Grisel
This looks like a bug in scikit-learn. Which version are you using? A released archive or an up to date clone from the master branch of the github repo? Also which version of numpy and scipy are installed on your box? -- Olivier --

[Scikit-learn-general] AssertionError running nosetests sklearn

2012-01-23 Thread Blake Visin
I am trying to get started with scikit-learn and I am following the tutorial here: I am running on Ubuntu 11.10 Linux 3.0.0-14-generic x86_64 I have installed all the necessary packages listed in the tutorial and here is the output when running nosetests sklearn: blake@blake-M4600:~/workspace/sci

Re: [Scikit-learn-general] AssertionError running nosetests sklearn

2012-01-23 Thread Blake Visin
Sorry forgot the link. I am following the tutorial here: http://scikit-learn.github.com/scikit-learn-tutorial/setup.html#install-scikit-learn-build-dependencies On Mon, Jan 23, 2012 at 3:21 PM, Blake Visin wrote: > I am trying to get started with scikit-learn and I am following the > tutorial h