scikit-learn/sklearn/svm
Joel Nothman 9a8845e913 ENH Create FeatureSelectionMixin for shared [inverse_]transform code
Also rename FeatureSelectionMixin -> SelectorMixin -> _LearntSelectorMixin
And rename sklearn.feature_selection.{selector_mixin -> from_model}
2013-05-21 13:53:12 +10:00
..
src DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
tests FIX bug in callable kernel decision function - Sorry, I think that was me. 2013-05-04 17:13:31 +02:00
__init__.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
base.py FIX bug in callable kernel decision function - Sorry, I think that was me. 2013-05-04 17:13:31 +02:00
bounds.py MISC trying to remove scale_C 2012-05-05 21:57:04 +02:00
classes.py ENH Create FeatureSelectionMixin for shared [inverse_]transform code 2013-05-21 13:53:12 +10:00
liblinear.c REFACTOR combine train_wrap and csr_train_wrap 2013-04-29 17:21:07 +02:00
liblinear.pxd ENH Release GIL when entering LibSVM/Liblinear code 2013-04-16 15:14:57 +02:00
liblinear.pyx REFACTOR combine train_wrap and csr_train_wrap 2013-04-29 17:21:07 +02:00
libsvm.c ENH Release GIL when entering LibSVM/Liblinear code 2013-04-16 15:14:57 +02:00
libsvm.pxd ENH Release GIL when entering LibSVM/Liblinear code 2013-04-16 15:14:57 +02:00
libsvm.pyx ENH Release GIL when entering LibSVM/Liblinear code 2013-04-16 15:14:57 +02:00
libsvm_sparse.c ENH Release GIL when entering LibSVM/Liblinear code 2013-04-16 15:14:57 +02:00
libsvm_sparse.pyx ENH Release GIL when entering LibSVM/Liblinear code 2013-04-16 15:14:57 +02:00
setup.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00