scikit-learn/sklearn/linear_model/tests
Lars Buitinck 55a2f29ee0 FIX fit followed by partial_fit in multiclass SGD
Fixes #2496 and includes a non-regression test. Since the introduction
of fast_dot (and NumPy 1.6), dot products between arrays of various
memory layouts have become fast enough to no longer require storing coef_
in Fortran order. The only noticeably slower operation is multiplying a
CSR matrix with a Fortran-ordered array, but then building the CSR matrix
in the first place is more likely to be the bottleneck.
2013-10-13 15:55:02 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
test_bayes.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
test_coordinate_descent.py FIX : get rid of convergence warning in test_coordinate_descent 2013-09-29 19:11:43 +02:00
test_least_angle.py API : set return_models to False by default in path functions in coordinate descent 2013-09-29 15:18:13 +02:00
test_logistic.py TST/FIX always use "almost equal" for floats. 2013-03-01 12:14:50 +01:00
test_omp.py FIX OrthogonalMatchingPursuit normalized twice 2013-07-26 12:08:10 +02:00
test_passive_aggressive.py BUG SGDClassifier and friends did not forget labels_ in re-fit 2013-03-15 12:37:16 +01:00
test_perceptron.py COSMIT pep8 2012-11-10 14:02:29 +00:00
test_randomized_l1.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
test_ridge.py Add catching of the deprecation warnings in rfe and ridge tests 2013-07-28 10:45:44 +02:00
test_sgd.py FIX fit followed by partial_fit in multiclass SGD 2013-10-13 15:55:02 +02:00
test_sparse_coordinate_descent.py fixed visual indentation errors 2013-08-31 11:54:24 +05:30