scikit-learn/sklearn/svm
Stefanie Senger 4906ce586b
DOC Notebook style and enhanced descriptions in SVM kernels example (#26805)
2023-08-24 15:06:25 +02:00
..
src FIX improve convergence criterion for LogisticRegression(penalty="l1", solver='liblinear') (#25214) 2023-04-17 10:05:16 -07:00
tests TST Extend tests for `scipy.sparse.*array` in `sklearn/svm/tests/test_svm.py` (#27128) 2023-08-23 12:12:36 +05:00
__init__.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_base.py DOC Highlight differerence between SVC/R and LinearSVC/R (#26825) 2023-08-10 18:52:57 +05:00
_bounds.py MAINT Param validation: apply skip nested validation to all functions (#26495) 2023-06-22 18:06:24 +02:00
_classes.py DOC Notebook style and enhanced descriptions in SVM kernels example (#26805) 2023-08-24 15:06:25 +02:00
_liblinear.pxi MNT Fix Pyodide build errors due to incompatible function pointer types (#25831) 2023-03-13 10:26:37 +00:00
_liblinear.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
_libsvm.pxi MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
_libsvm.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
_libsvm_sparse.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
_newrand.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00