scikit-learn/sklearn/svm
Olivier Grisel 4ca4f3bbcd
FIX make the shape of LogisticRegression(solver="liblinear") consistent with other solvers (#21998)
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-02-15 16:40:10 +01:00
..
src [MRG] Expose `n_iter_` to BaseLibSVM (#21408) 2021-12-21 18:48:46 +01:00
tests FIX make the shape of LogisticRegression(solver="liblinear") consistent with other solvers (#21998) 2022-02-15 16:40:10 +01:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_base.py FIX make the shape of LogisticRegression(solver="liblinear") consistent with other solvers (#21998) 2022-02-15 16:40:10 +01:00
_bounds.py DOC use backticks for n_samples and n_features in X docstring (#20914) 2021-09-02 13:35:03 +02:00
_classes.py FIX make the shape of LogisticRegression(solver="liblinear") consistent with other solvers (#21998) 2022-02-15 16:40:10 +01:00
_liblinear.pxi MNT Include all pxd files in the package (#15626) 2019-11-26 17:37:26 +01:00
_liblinear.pyx MNT Include all pxd files in the package (#15626) 2019-11-26 17:37:26 +01:00
_libsvm.pxi [MRG] Expose `n_iter_` to BaseLibSVM (#21408) 2021-12-21 18:48:46 +01:00
_libsvm.pyx [MRG] Expose `n_iter_` to BaseLibSVM (#21408) 2021-12-21 18:48:46 +01:00
_libsvm_sparse.pyx [MRG] Expose `n_iter_` to BaseLibSVM (#21408) 2021-12-21 18:48:46 +01:00
_newrand.pyx MNT Run dos2unix (#21053) 2022-02-10 13:34:26 -05:00
setup.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00