Commit Graph

19 Commits

Author SHA1 Message Date
Skipper Seabold c4df418057 TST: Regression test for nan parameters cloning 2015-05-18 11:40:46 -05:00
Raghav R V cd2ee7e454 MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
Raghav R V 24c0efd12f PEP8 Fix E112 and E113 errors 2015-01-08 04:00:28 +05:30
Noel Dawe 9df56267da add test_base.test_score_sample_weight 2014-04-21 10:53:07 +02:00
Olivier Grisel fbdc2a41e0 PY3: New test for the get_params handling of deprecated attributes.
This test passes under Python 2.7 but currently fails under Python
3.2+. This change of behavior makes many doctest fail under Python 3
while they pass under Python 2.

The goal of this test is to help find the cause of the issue under
Python 3 and also act as a non regression test once a fix is found
under Python 3.
2013-07-02 18:51:23 +02:00
Robert Layton dacfd8bd5d DOC: Replaced all BSD style licenses with "BSD 3 clause"
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!

Removed duplicate "3 clause, 3 clause"

Removed trailing period if exists

Fixed some missed licences, still about 50 to do, but those can be automated

Think I got the last of them.

Apparently me and sed have different ideas of regex.

Found a few more
2013-04-30 08:34:46 +02:00
Richard T. Guy c65c35cc07 Switched default parameter to tuple from lists. 2012-11-08 09:50:32 +01:00
Mathieu Blondel afb666c1d0 Use sklearn.utils.testing in tests. 2012-10-25 15:31:35 +09:00
Andreas Mueller f18295c8ae TST improve test-coverage in base, remove unreachable code-path 2012-10-07 22:25:06 +01:00
Alexandre Gramfort ad8e4912cb TST: use assert_true instead of assert + remove some relative imports 2012-02-11 15:43:03 +01:00
Andreas Mueller 8bdf267bfa COSMIT pep8 2012-02-02 17:29:08 +01:00
GaelVaroquaux f686cd2daa TST: add a test for bug fixed in previous commit 2012-02-01 23:24:26 +01:00
Andreas Mueller b28e6e4671 ENH: Replace asserts by appropriate errors. Fixes the rest of issue #570. 2012-01-20 20:27:34 +01:00
Mathieu Blondel 8126e5fc61 Rename _get_params() to get_params(). 2012-01-17 15:06:09 +09:00
Olivier Grisel bbeec6d035 FIX: make sklearn.base.clone robust to empty params 2012-01-15 19:29:00 +01:00
Andreas Mueller ff3f814a1b COSMIT pep8 whitespace 2011-11-20 21:16:52 +01:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00