scikit-learn/sklearn
Gael Varoquaux bdb32d4714 TST: More testing in hierarchical 2012-07-26 09:15:57 +02:00
..
__check_build TST: test check_build 2012-07-23 20:10:36 +02:00
cluster TST: More testing in hierarchical 2012-07-26 09:15:57 +02:00
covariance More tests for the covariance module. 2012-07-24 18:11:21 +02:00
datasets ENH allow user-specified comment in SVMlight dumper 2012-07-23 10:46:18 +02:00
decomposition COSMIT, removed scikits.learn things, removed orphan file. 2012-07-23 22:50:12 +01:00
ensemble ENH add verbose warning about too little trees for oob. Should we catch the divison by zero warning for classification? 2012-07-25 22:53:06 +01:00
externals FIX: remove executable bit on joblib files 2012-07-24 11:48:33 +02:00
feature_extraction COSMIT cleanup tests with pyflakes 2012-07-21 12:57:49 +02:00
feature_selection Credits and license. 2012-07-24 22:31:42 +09:00
gaussian_process MISC raise more helpful error message in GaussianProcess if optimization fails. 2012-06-07 22:31:04 +02:00
linear_model COSMIT some RST fixes for the docs 2012-07-21 12:40:49 +01:00
manifold Remove empty statement 2012-07-21 12:40:49 +01:00
metrics MISC: avoid unprotected np.random 2012-07-23 13:03:15 +02:00
mixture COSMIT pep8 2012-07-20 22:41:01 +01:00
neighbors FIX NearestCentroid.fit could not handle sparse formats other than CSR 2012-06-17 21:22:34 +02:00
semi_supervised ENH make BaseLabelPropagation abstract base class, make OutlierDetectionMixin not inherit from ClassifierMixin 2012-06-26 14:16:04 +02:00
src/cblas Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
svm BF: adapt a svm test to recent numpy versions. 2012-07-24 18:12:44 +02:00
tests TST: test the setup.py using the configure step 2012-07-25 10:46:07 +02:00
tree change dtype of y to float64 (aka DOUBLE_t) 2012-07-21 15:54:36 +02:00
utils ENH more specific warning filter for qr_economic 2012-07-25 13:38:18 +02:00
__init__.py ENH: sklearn.setup_module to preseed RNGs to reproduce failures 2012-07-23 16:42:18 +02:00
_hmmc.c debugged _hmmc.pyx 2012-01-09 21:25:28 +09:00
_hmmc.pyx debugged _hmmc.pyx 2012-01-09 21:25:28 +09:00
base.py ENH Add MetaEstimatorMixin, make RFE default constructible 2012-06-26 14:16:03 +02:00
cross_validation.py COSMIT don't call magic methods directly 2012-07-21 17:38:15 +02:00
grid_search.py COSMIT don't call magic methods directly 2012-07-21 17:38:15 +02:00
hmm.py COSMIT: Use np.array.fill for scalar values. 2012-07-17 23:18:38 -07:00
kernel_approximation.py COSMIT some RST fixes for the docs 2012-07-21 12:40:49 +01:00
lda.py ENH avoid division by zero in LDA, also avoid reusing variable names. 2012-06-26 14:16:04 +02:00
multiclass.py ENH fixed warning for output code 2012-07-25 22:04:57 +01:00
naive_bayes.py ENH Check that X is non_zero for MultinomialNB. 2012-06-15 11:58:51 +02:00
pipeline.py FIXed many tests 2012-05-05 21:57:04 +02:00
pls.py ensure that std is not zero 2012-05-25 15:06:57 +02:00
preprocessing.py FIX doctests for changed dtype 2012-07-25 22:04:57 +01:00
qda.py P3K: Fixed print related Python3 errors 2012-05-11 11:21:01 +02:00
setup.py BUG: now build works. 2012-05-09 20:49:24 +09:00
test_setup.py MISC: os.name -> platform.system() 2012-05-30 09:32:42 +02:00