scikit-learn/sklearn/svm
Guillaume Lemaitre 7215188a46
MAINT remove deprecated class_weight_ attribute (#27862)
2023-11-28 10:06:47 +01:00
..
src FIX improve convergence criterion for LogisticRegression(penalty="l1", solver='liblinear') (#25214) 2023-04-17 10:05:16 -07:00
tests MAINT remove deprecated class_weight_ attribute (#27862) 2023-11-28 10:06:47 +01:00
__init__.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_base.py MAINT remove deprecated class_weight_ attribute (#27862) 2023-11-28 10:06:47 +01:00
_bounds.py MAINT Param validation: apply skip nested validation to all functions (#26495) 2023-06-22 18:06:24 +02:00
_classes.py MAINT remove deprecated class_weight_ attribute (#27862) 2023-11-28 10:06:47 +01: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