scikit-learn/sklearn
Noel Dawe dcd66a8a8a fix class ordering in two-class 2013-01-15 13:30:14 +01:00
..
__check_build COSMIT pep8 2012-10-02 17:31:00 +01:00
cluster FIX make sure laplacian in spectral clustering test is really PSD 2013-01-13 11:20:15 +01:00
covariance COSMIT pep8 2012-12-22 16:48:17 +01:00
datasets Merge branch 'master' of github.com:scikit-learn/scikit-learn into adaboost 2013-01-11 10:26:34 +01:00
decomposition Add missing types to docstring. 2013-01-08 23:29:33 +09:00
ensemble fix class ordering in two-class 2013-01-15 13:30:14 +01:00
externals BUG: update joblib to 0.7.0b 2012-11-20 22:20:10 +01:00
feature_extraction COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01:00
feature_selection ENH renamed metrics.zero_one to metrics.zero_one_loss 2013-01-09 15:28:23 +01:00
gaussian_process COSMIT pep8 2012-12-22 16:48:17 +01:00
linear_model Merge pull request #1556 from larsmans/cython-cleanup 2013-01-10 09:03:11 -08:00
manifold ENH rename proximity to dissimilarity 2013-01-07 09:41:48 +01:00
metrics revert spurious change in metrics.py 2013-01-14 02:22:55 -08:00
mixture DOC fix docstring of GMM 2013-01-06 22:47:48 +01:00
neighbors MOD move generating matrix out of the loop 2013-01-11 22:54:58 +08:00
semi_supervised COSMIT pep8 2012-12-22 16:48:17 +01:00
src/cblas BUILD: add dger cblas function 2012-08-07 15:51:13 +02:00
svm COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01:00
tests Merge pull request #1536 from kyleabeauchamp/issue-1403 2013-01-11 00:34:07 -08:00
tree FIX: only possible split sometimes creating children with negative or zero weight in the presence of negative sample weights 2013-01-14 15:06:32 +01:00
utils DOC more accurate comment in class weight computation 2013-01-12 18:37:08 +01:00
__init__.py cosmit pep8 2012-12-16 23:28:10 +01:00
_build_utils.py COSMIT pep8 2012-08-10 11:06:42 +01:00
_hmmc.c COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01:00
_hmmc.pyx COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01:00
base.py revert a few spurious changes 2013-01-09 13:44:57 -08:00
cross_validation.py ENH rename zero_loss_score to accuracy_score 2013-01-09 15:31:57 +01:00
dummy.py ENH preserve output ndim 2013-01-02 21:16:04 +01:00
grid_search.py revert changes to grid_search 2013-01-09 13:44:56 -08:00
hmm.py cosmit pep8 2012-12-16 23:28:10 +01:00
isotonic.py ENH isotonic regression is now slighty more robust to noise 2013-01-01 09:20:27 +01:00
kernel_approximation.py ENH tests for Nystrom, check that n_components is smaller than n_samples. 2012-12-09 14:14:09 +01:00
lda.py DOC fix shape of coef_ for LDA. 2013-01-05 16:50:06 +01:00
multiclass.py cosmit pep8 2012-12-16 23:28:10 +01:00
naive_bayes.py ENH added class_weight to Naive Bayes docs. 2013-01-06 16:57:10 +01:00
pipeline.py cosmit pep8 2012-12-16 23:28:10 +01:00
pls.py cosmit pep8 2012-12-16 23:28:10 +01:00
preprocessing.py Merge pull request #1536 from kyleabeauchamp/issue-1403 2013-01-11 00:34:07 -08:00
qda.py ENH document attributes in QDA and LDA, rename to adhere to sklearn conventions. 2013-01-05 14:54:31 +01:00
random_projection.py Typo 2013-01-10 14:06:06 +01:00
setup.py ENH flatten random_projection module + add sklearn.utils.random 2012-12-21 14:48:00 +01:00
test_setup.py MISC: os.name -> platform.system() 2012-05-30 09:32:42 +02:00