scikit-learn/sklearn
Jake VanderPlas a21957e85c rename ensure_symmetric -> test_symmetric 2014-12-29 08:36:25 -08:00
..
__check_build COSMIT pep8 2013-05-04 10:43:39 +02:00
cluster DOC/COSMIT clean up according to review 2014-12-25 14:22:41 +11:00
covariance Merge pull request #3489 from jnothman/attributes-doc 2014-08-02 20:14:53 +10:00
cross_decomposition Replace 'coefs' by 'coef_' in PLSRegression 2014-11-30 18:12:40 +00:00
datasets DOC fix kernels documentation inconsistencies 2014-12-01 11:51:36 +01:00
decomposition DOC fix kernels documentation inconsistencies 2014-12-01 11:51:36 +01:00
ensemble TST remove SVR(probability=True) from AdaBoost tests 2014-12-17 10:37:33 +01:00
externals Fixed error message typo 2014-12-04 15:45:55 -05:00
feature_extraction FIX: Raise error when patch width/height is greater than image width/height 2014-11-21 10:23:47 -05:00
feature_selection rename decorator 2014-12-19 17:27:27 -05:00
gaussian_process FIX heisenfailure on 32 bit python + speedup 2014-09-04 09:50:36 +02:00
linear_model MAINT: Remove deprecation warnings in enet_path and lasso_path 2014-12-27 00:47:32 +01:00
manifold rename ensure_symmetric -> test_symmetric 2014-12-29 08:36:25 -08:00
metrics ENH sparse metric support for paired distances 2014-12-24 20:43:04 +11:00
mixture unused variables are redefined later 2014-11-07 10:31:46 -05:00
neighbors STY remove unnecessary variable/operation 2014-12-24 20:43:04 +11:00
neural_network DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
preprocessing DOC: Fix LabelBinarizer docstring to rst format bug 2014-11-25 13:45:26 -05:00
semi_supervised DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
src/cblas ENH pairwise L1 distances for sparse matrices 2014-03-24 10:38:01 +01:00
svm Fix typo in SVM docstrings 2014-12-24 00:07:18 -05:00
tests ignore warnings, change docstring 2014-12-27 19:14:32 +01:00
tree FIX explicit initialization of normalizer 2014-11-28 18:58:58 +01:00
utils rename ensure_symmetric -> test_symmetric 2014-12-29 08:36:25 -08:00
__init__.py MAINT dev version to follow PEP440 2014-12-25 23:11:15 +11: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 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 MAINT big refactor of sklearn.cluster.bicluster 2014-09-04 16:13:05 +02:00
cross_validation.py FIX backward compatibility. 2014-12-19 12:15:03 -05:00
dummy.py Use np.average instead of np.mean 2014-10-16 17:29:31 +02:00
grid_search.py rename decorator 2014-12-19 17:27:27 -05:00
hmm.py Fix some fun column span alignment errors. 2014-06-07 16:48:48 +02:00
isotonic.py DOC Add inline comment with reference to scipy issue 2014-12-24 13:06:25 +01:00
kernel_approximation.py fix factor of 2 in RBFSampler; make test more rigorous 2014-09-22 18:19:40 -04:00
lda.py Added documentation for the three solvers. 2014-12-16 11:50:02 +01:00
learning_curve.py DOC fix references to moved examples 2014-07-25 11:36:52 +02:00
multiclass.py Check if targets is a numpy array and convert it into one if it isn't 2014-11-30 11:26:38 +00:00
naive_bayes.py ENH FIX Raise ValueError when the target does not match with classes arg 2014-12-16 00:39:31 +05:30
pipeline.py rename decorator 2014-12-19 17:27:27 -05:00
qda.py ignore warnings, change docstring 2014-12-27 19:14:32 +01:00
random_projection.py ENH use specific warning class for RP 2014-11-18 14:55:56 +01:00
setup.py MAINT big refactor of sklearn.cluster.bicluster 2014-09-04 16:13:05 +02:00