scikit-learn/sklearn
Herve Bredin bdecd1f447 ENH: issue #4178 (cont.) 2015-02-08 22:59:46 +01:00
..
__check_build BUG: Correct check for local import 2015-01-13 14:37:30 -06:00
cluster Better error messages in MeanShift, slightly more robust to bad binning. 2015-02-07 12:59:04 +01:00
covariance MAINT threshold -> threshold_ with deprecation warning. 2015-01-29 03:03:29 +05:30
cross_decomposition Fix error in CCA docstring. 2015-01-21 14:25:43 +09:00
datasets TST remove tempfiles that we create in svmlight tests and agglomerative clustering tests 2015-01-23 11:36:46 -05:00
decomposition Add test that score takes y, fix KMeans, FIX pipeline compatibility of clustering algorithms! 2015-02-06 13:26:42 +01:00
ensemble Merge pull request #4190 from trevorstephens/refactor_cw 2015-02-06 08:24:27 +01:00
externals FIX various mismatch between docstring and signature params 2015-01-16 11:54:57 -05:00
feature_extraction Merge pull request #4193 from lesteve/deactivate-travis-default-venv 2015-02-03 16:25:36 +01:00
feature_selection Merge pull request #4206 from ogrisel/fix-strict-select-fdr 2015-02-07 21:54:45 +11:00
gaussian_process Add test for MSE estimate bug. 2015-01-26 13:58:03 -05:00
linear_model remove inplace multiplication in ridge 2015-02-02 18:37:25 -08:00
manifold TST Silence some tests. 2015-01-29 17:24:41 -05:00
metrics TST fix tests with numpy 1.6.1 2015-02-01 15:49:49 +01:00
mixture ENH: issue #4178 (cont.) 2015-02-08 22:59:46 +01:00
neighbors DOC: Fix is->if 2015-02-08 11:04:47 -08:00
neural_network Add test that score takes y, fix KMeans, FIX pipeline compatibility of clustering algorithms! 2015-02-06 13:26:42 +01:00
preprocessing TST fix tests with numpy 1.6.1 2015-02-01 15:49:49 +01:00
semi_supervised FIX various mismatch between docstring and signature params 2015-01-16 11:54:57 -05:00
src/cblas ENH pairwise L1 distances for sparse matrices 2014-03-24 10:38:01 +01:00
svm DOC typos and consistency in SVM docstrings 2015-01-28 12:27:06 +01:00
tests Merge pull request #4179 from amueller/nystroem_singular_kernel 2015-02-06 21:47:17 +01:00
tree refactor forests & trees class_weight calc 2015-01-31 18:27:29 -08:00
utils Merge pull request #4064 from amueller/pipeline_scoring_y_none 2015-02-06 19:22:40 +01:00
__init__.py FIX Add kernel_ridge to list of all submodules 2015-01-18 11:01:43 +09:00
_build_utils.py
_hmmc.c Fix atomics definitions under windows for sklearn._hmm.pyx 2013-07-28 10:37:02 +02:00
_hmmc.pyx ENH speed improvements in HMM 2013-04-16 12:38:15 +02:00
_isotonic.c Lift division out of loop in _isotonic_regression. 2014-07-14 17:40:54 +02:00
_isotonic.pyx Lift division out of loop in _isotonic_regression. 2014-07-14 17:40:54 +02:00
base.py PEP8 Fix E112 and E113 errors 2015-01-08 04:00:28 +05:30
cross_validation.py TST fix tests with numpy 1.6.1 2015-02-01 15:49:49 +01:00
dummy.py PEP8 Fix E101, E111 errors and W191, W293, W293 and W391 warnings. 2015-01-08 04:28:24 +05:30
grid_search.py Make ParameterSampler sample without replacement if all parameters are given as lists. 2015-01-15 10:55:31 -05:00
hmm.py MAINT Make uniform the error raised for not fitted condition 2015-01-12 00:33:40 +05:30
isotonic.py MAINT Remove temporary fix #3995 in view of the change to slinear. 2015-01-18 00:16:00 +05:30
kernel_approximation.py Make nystroem approximation robust to singular kernel. 2015-01-29 12:11:52 -05:00
kernel_ridge.py Use relative imports. 2015-01-25 00:16:45 +09:00
lda.py TST fix tests with numpy 1.6.1 2015-02-01 15:49:49 +01:00
learning_curve.py DOC fix references to moved examples 2014-07-25 11:36:52 +02:00
multiclass.py MAINT Make uniform the error raised for not fitted condition 2015-01-12 00:33:40 +05:30
naive_bayes.py fix nb partial_fit w class_prior #3186 2015-01-24 11:47:07 -08:00
pipeline.py COSMIT spelling 2015-01-15 15:09:35 -05:00
qda.py TST fix tests with numpy 1.6.1 2015-02-01 15:49:49 +01:00
random_projection.py MAINT Make uniform the error raised for not fitted condition 2015-01-12 00:33:40 +05:30
setup.py MAINT big refactor of sklearn.cluster.bicluster 2014-09-04 16:13:05 +02:00