scikit-learn/sklearn
Barmaley.exe 7a97192153 Minor fix for a comment 2015-03-03 23:46:22 +03:00
..
__check_build BUG: Correct check for local import 2015-01-13 14:37:30 -06:00
cluster Merge pull request #4313 from vortex-ape/spectral_clustering 2015-03-02 23:37:53 +01:00
covariance Fix docstring of mahalanobis distance in empirical covariance. Closes #4168. 2015-02-27 17:10:12 -05:00
cross_decomposition some fixes for sphinx and in examples 2015-03-02 12:50:53 -05: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 Make BaggingClassifier use if_delegate_has_method in decision_function 2015-02-26 10:53:37 +01:00
externals FIX various mismatch between docstring and signature params 2015-01-16 11:54:57 -05:00
feature_extraction some fixes for sphinx and in examples 2015-03-02 12:50:53 -05:00
feature_selection some fixes for sphinx and in examples 2015-03-02 12:50:53 -05:00
gaussian_process make check_array convert object to float. 2015-02-15 12:13:41 -05:00
linear_model some fixes for sphinx and in examples 2015-03-02 12:50:53 -05:00
manifold FIX Make Spectral Embedding deterministic 2015-02-26 09:07:57 +01:00
metrics Added missing space to exception message. Simplified (trivially) code and corrected message. Updated tests. 2015-02-28 19:52:40 +00:00
mixture Merge pull request #4284 from hbredin/dgpmm_convergence 2015-02-25 09:46:04 +01:00
neighbors TST add test for radius_neighbors boundary handling 2015-02-28 18:12:44 +01: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 FIX test for consistent handling on empty input data 2015-02-26 10:45:06 +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 Minor fix for a comment 2015-03-03 23:46:22 +03:00
tests TST check that Bernoulli NB is consistent with Manning et al. IR book example 2015-02-27 11:18:27 +01:00
tree FIX: add except* in Splitter.init definitions 2015-02-23 08:19:10 +01:00
utils skip OMPCV on travis by raising SkipTest in set_fast_parameters. 2015-03-02 11:24:07 -05:00
__init__.py ENH Add probability calibration based on isotonic regr. and Platt's sigmoid fit + calibration-curve 2015-02-20 19:37:10 +01: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
_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
calibration.py ENH ensure that a warning is raised when sample_weight is not supported 2015-02-20 19:37:12 +01:00
cross_validation.py TST fix tests with numpy 1.6.1 2015-02-01 15:49:49 +01:00
dummy.py FIX stricter validation for non-empty input data 2015-02-14 00:39:26 +01:00
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 Added Random Kitchen Sink reference 2015-03-02 11:16:03 +05:30
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 ENH decision_function now returns #votes and scaled scores. 2015-02-09 14:39:11 +05:30
naive_bayes.py FIX issue #4268 (bug in BernoulliNB). 2015-02-27 11:18:17 +01: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