scikit-learn/sklearn
Aldrian Obaja 1e8bdb859e FIX bug in fit_params assumed to be an array
Fixes gh-3957.
2014-12-15 18:07:05 +01:00
..
__check_build
cluster Merge pull request #3946 from MechCoder/doc_fix 2014-12-15 05:07:22 -08: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 DOC clarify RandomTreesEmbedding docstring 2014-12-08 20:30:00 +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 Merge pull request #3824 from nmayorov/rfecv_bugfix 2014-12-15 09:06:41 +01:00
gaussian_process FIX heisenfailure on 32 bit python + speedup 2014-09-04 09:50:36 +02:00
linear_model Merge pull request #3931 from dsullivan7/cwwarn 2014-12-12 14:57:37 +01:00
manifold FIX random state in isomap test 2014-12-04 16:04:31 -05:00
metrics ENH: Use check_X_y in pairwise_distances_argmin 2014-12-12 14:13:34 +01:00
mixture unused variables are redefined later 2014-11-07 10:31:46 -05:00
neighbors Fix BallTree and KDTree Docs 2014-11-27 11:06:24 +01: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 P/R/F metrics and scorers are now for binary problems only by default 2014-12-09 13:56:51 +11:00
tests FIX bug in fit_params assumed to be an array 2014-12-15 18:07:05 +01:00
tree FIX explicit initialization of normalizer 2014-11-28 18:58:58 +01:00
utils FIX bug in fit_params assumed to be an array 2014-12-15 18:07:05 +01:00
__init__.py FIX update sklearn.__all__ to include all end-user submodules 2014-09-02 11:23:19 +02: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 MAINT big refactor of sklearn.cluster.bicluster 2014-09-04 16:13:05 +02:00
cross_validation.py FIX bug in fit_params assumed to be an array 2014-12-15 18:07:05 +01:00
dummy.py Use np.average instead of np.mean 2014-10-16 17:29:31 +02:00
grid_search.py Enable grid search with classifiers that may throw an error on individual fits. 2014-10-02 10:03:17 +10:00
hmm.py Fix some fun column span alignment errors. 2014-06-07 16:48:48 +02:00
isotonic.py make IsotonicRegression pickleable 2014-09-17 11:47:22 +02:00
kernel_approximation.py fix factor of 2 in RBFSampler; make test more rigorous 2014-09-22 18:19:40 -04:00
lda.py misc 2014-08-24 22:18:25 +09: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 DOC: COSMIT: Naive Bayes long url + PEP8 cleanup 2014-11-26 23:10:30 +01:00
pipeline.py pep8 2014-10-07 10:50:36 +02:00
qda.py DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10: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