scikit-learn/sklearn
fcostin f5ddde0049 svd fails for sample_weights, use eig instead 2012-02-28 20:46:18 +09:00
..
check_build COSMIT use Python 2.6 except-as syntax 2011-12-12 20:42:56 +01:00
cluster Faster hierarchical cluster for very dense trees 2012-02-25 21:02:45 +01:00
covariance BF: Avoid two consecutive centering of the data in outlier_detection. 2012-02-01 11:17:36 +01:00
datasets FIX: make the 20 newsgroups loader explicitly decode latin1 content 2012-02-28 10:44:31 +01:00
decomposition FIX #614: raise ValueError at KernelPCA init if fit_inverse_transform and precomputed kernel 2012-02-17 09:34:43 +01:00
ensemble MISC @ogrisels comment about human-parsable counting 2012-02-21 09:40:00 +01:00
externals ENH: update joblib 2012-02-15 16:46:34 +01:00
feature_extraction COSMIT pep8 2012-02-17 16:49:48 +01:00
feature_selection TST: use assert_true instead of assert + remove some relative imports 2012-02-11 15:43:03 +01:00
gaussian_process Change exception text when multiple input features have the same value from: "Multiple X are not allowed" to: "Multiple input features cannot have the same value" 2012-02-22 08:53:51 +01:00
linear_model svd fails for sample_weights, use eig instead 2012-02-28 20:46:18 +09:00
manifold TST: use assert_true instead of assert + remove some relative imports 2012-02-11 15:43:03 +01:00
metrics Merge pull request #601 from agramfort/scale_C_true 2012-02-11 05:58:50 -08:00
mixture DOC more rst fixes.... 2012-02-14 23:15:23 +01:00
neighbors Merge pull request #588 from jakevdp/balltree-fix 2012-01-28 06:20:12 -08:00
semi_supervised COSMIT pep8 2012-02-02 17:29:08 +01:00
src/cblas Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
svm FIX whooops sorry 2012-02-17 17:01:23 +01:00
tests Bug: must be strictly less than. 2012-02-28 16:56:25 +09:00
tree COSMIT pep8 + "leafs" typo. 2012-02-16 11:29:52 +01:00
utils Generate c-code with cython 0.15.1 2012-02-25 20:33:28 +01:00
__init__.py Merge branch 'label-propagation' 2012-02-02 12:55:56 +01:00
ball_tree.py Nearest Neighbors examples & documentation 2011-09-11 10:45:34 -07:00
base.py BUG: make clone work on 2D arrays 2012-02-01 23:22:42 +01:00
cross_val.py Some Python 2.5 fixes. 2011-09-21 10:37:13 +02:00
cross_validation.py BUG: ShuffleSplit should give reproducible splits 2012-02-20 19:50:52 +01:00
grid_search.py API: set scale_C to True by default in libsvm/liblinear models 2012-02-11 14:42:47 +01:00
hmm.py DOC more rst fixes.... 2012-02-14 23:15:23 +01:00
kernel_approximation.py BUG input validation in kernel approximations + pep8 2011-12-24 21:21:23 +01:00
lda.py small simplification in LDA 2012-01-16 08:43:24 -08:00
multiclass.py DOC fixes in Multiclass docs. Didn't show correctly on web. 2012-01-16 17:48:34 +01:00
naive_bayes.py ENH changed naive bayes' self._classes attr to self.classes_ 2012-02-07 14:05:19 +01:00
pipeline.py API: set scale_C to True by default in libsvm/liblinear models 2012-02-11 14:42:47 +01:00
pls.py COSMIT: pep8 2011-12-23 10:24:36 -08:00
preprocessing.py Bug: must be strictly less than. 2012-02-28 16:56:25 +09:00
qda.py ENH accept matrix input throughout 2011-10-21 13:51:12 +02:00
setup.py MISC: cosmit: use subpackage setup.py 2012-02-03 07:30:16 +01:00