Funny: when I try to 'make test', I get the error

======================================================================
FAIL: sklearn.tests.test_common.test_classifiers_train
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/scratch/apps/src/scikit-learn/sklearn/tests/test_common.py", line
467, in test_classifiers_train
    assert_equal(decision.ravel().shape, (n_samples,))
AssertionError: Tuples differ: (134,) != (67,)


but Naive Bayes doesn't even have a decision_function (?)


2012/11/26 Travis-CI <notificati...@travis-ci.org>

> **
>    The build was broken.   Repository scikit-learn/scikit-learn  Build #47
> https://travis-ci.org/scikit-learn/scikit-learn/builds/3363360  Changeset
> https://github.com/scikit-learn/scikit-learn/compare/3fa378add59c...e0da673eb60a
>    Commit e0da673 (master)  Message FIX smoothing in Naive Bayes and
> refactor the discrete estimators  Author Lars Buitinck  Duration 3
> minutes and 53 second
>
>


-- 
Lars Buitinck
Scientific programmer, ILPS
University of Amsterdam
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to