scikit-learn/sklearn/svm/tests
Vathsala Achar ebcfcafcea [MRG+1] OneClassSVM predict now returns int (#8711)
* Added predict method to class OneClassSVM

- This method overrides the default behaviour to only return integer class values.

* Test for the change in OneClassSVM predict method

- small addition to test that the predicted result is integer

* Changed test to check for intp datatype

* Updated whats new
2017-04-06 18:42:34 -04:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_bounds.py [MRG + 1] [TST] (half-cosmetic) use less nose.tools import to simplify future transition to py.test (#7384) 2016-10-07 12:46:52 -04:00
test_sparse.py [MRG + 1] [TST] (half-cosmetic) use less nose.tools import to simplify future transition to py.test (#7384) 2016-10-07 12:46:52 -04:00
test_svm.py [MRG+1] OneClassSVM predict now returns int (#8711) 2017-04-06 18:42:34 -04:00