scikit-learn/sklearn
dengemann 33e0653e14 ENH: add check on init + appropriate test; COSMITS 2013-09-04 22:04:40 +02:00
..
__check_build COSMIT pep8 2013-05-04 10:43:39 +02:00
cluster FIX: renable test_k_means_plus_plus_init_2_jobs on OSX 10.8 2013-09-04 19:05:04 +02:00
covariance fix E501: line too long 2013-08-31 11:18:04 +05:30
cross_decomposition COMPAT: fix arpack and pls on old scipy/numpy 2013-07-27 16:46:44 +02:00
datasets BUG fix whitespace in error messages 2013-08-26 17:02:52 +02:00
decomposition ENH: add check on init + appropriate test; COSMITS 2013-09-04 22:04:40 +02:00
ensemble BUG fix whitespace in error messages 2013-08-26 17:02:52 +02:00
externals BUG fix whitespace in error messages 2013-08-26 17:02:52 +02:00
feature_extraction BUG: remove remaining utf-8 characters in docstrings. 2013-09-02 14:06:28 +02:00
feature_selection DOC ASCII only in docstrings 2013-08-28 18:22:57 +02:00
gaussian_process DOC spellfixes 2013-06-29 16:18:23 +03:00
linear_model fix for 'line too long' warning 2013-08-31 12:04:31 +05:30
manifold BUG fix whitespace in error messages 2013-08-26 17:02:52 +02:00
metrics ENH micro-optimize pairwise_distances_argmin_min 2013-09-03 14:57:02 +02:00
mixture BUG fix whitespace in error messages 2013-08-26 17:02:52 +02:00
neighbors fix indentation 2013-08-31 12:16:45 +05:30
neural_network ENH rename eval / pseudolikelihood to score_samples 2013-07-26 23:32:23 +02:00
preprocessing BUG fix whitespace in error messages 2013-08-26 17:02:52 +02:00
semi_supervised DOC ASCII only in docstrings 2013-08-28 18:22:57 +02:00
src/cblas BUILD: add dger cblas function 2012-08-07 15:51:13 +02:00
svm fix too many blank lines 2013-08-31 12:19:31 +05:30
tests fix visual indent 2013-08-31 12:21:30 +05:30
tree Merge pull request #2411 from Balu-Varanasi/remove_unused_import 2013-08-31 02:34:19 -07:00
utils MAINT remove useless deprecation in sklearn.utils 2013-09-04 18:43:56 +02:00
__init__.py MAINT/DOC: bump docs and rev numbers to 0.15-git 2013-08-08 01:13:06 +02:00
_build_utils.py COSMIT pep8 2012-08-10 11:06:42 +01:00
_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 COSMIT various typofixes 2013-04-11 21:22:14 +02:00
_isotonic.pyx ENH - 3x speedup in the isotonic regression 2013-03-10 22:20:29 +01:00
base.py DOC improve docstrings in sklearn.base 2013-08-04 17:15:11 +02:00
cross_validation.py BUG fix whitespace in error messages 2013-08-26 17:02:52 +02:00
dummy.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
grid_search.py fix indentation errors 2013-08-31 11:04:46 +05:30
hmm.py ENH rename eval / pseudolikelihood to score_samples 2013-07-26 23:32:23 +02:00
isotonic.py DOC fixing some sphinx stuff. 2013-07-27 18:16:46 +02:00
kernel_approximation.py DOC ASCII only in docstrings 2013-08-28 18:22:57 +02:00
lda.py MAINT remove deprecated parameters (the easy cases) 2013-08-08 10:00:22 +02:00
multiclass.py Avoid raising a deprecation warning on label_binarizer_.multilabel_ 2013-07-25 10:21:25 +02:00
naive_bayes.py DOC ASCII only in docstrings 2013-08-28 18:22:57 +02:00
pipeline.py fix indentation 2013-08-31 11:16:27 +05:30
pls.py MISC: deprection is in 2 releases 2013-08-07 23:24:32 +02:00
qda.py MAINT remove deprecated parameters (the easy cases) 2013-08-08 10:00:22 +02:00
random_projection.py DOC ASCII only in docstrings 2013-08-28 18:22:57 +02:00
setup.py BUG: add new preprocessing module to setup.py 2013-07-26 11:24:56 -07:00
test_setup.py MISC: os.name -> platform.system() 2012-05-30 09:32:42 +02:00