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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_base.py | ||
| test_bayes.py | ||
| test_coordinate_descent.py | ||
| test_least_angle.py | ||
| test_logistic.py | ||
| test_omp.py | ||
| test_passive_aggressive.py | ||
| test_perceptron.py | ||
| test_randomized_l1.py | ||
| test_ridge.py | ||
| test_sgd.py | ||
| test_sparse_coordinate_descent.py | ||