scikit-learn/scikits/learn
vene 92e5966096 DOC: missed a couple of dots 2011-07-15 23:41:30 +03:00
..
cluster reuse squared sample norms if possible (_calculate_labels_inertia). 2011-06-07 15:55:14 +02:00
covariance Some doc copyediting 2011-06-27 11:22:08 +02:00
datasets DOC fixes in datasets 2011-07-07 21:07:28 +02:00
decomposition DOC: missed a couple of dots 2011-07-15 23:41:30 +03:00
externals ENH: Update joblib 2011-06-25 16:33:07 +02:00
feature_extraction Remove unnecessary submethod. 2011-07-12 03:30:53 +09:00
feature_selection kill trailing spaces 2011-05-04 17:49:17 +02:00
gaussian_process Debug GaussianProcess.predict for variance estimation in 'light' storage mode. 2011-01-05 11:39:28 +01:00
linear_model Reverse coef_ in Ridge. 2011-07-08 04:16:07 +09:00
manifold ENH: make rng of the LLE tests controllable to hunt down potential NaNs 2011-07-14 18:04:20 +02:00
metrics Prevent some copying in neighbors + docstring for euclidean_distances 2011-06-25 12:19:10 +02:00
preprocessing Revert "Started one-hot transformer" 2011-07-11 10:54:39 +02:00
src merged with sparse classifier commit 2011-06-28 19:44:41 -07:00
svm Don't use np.atleast_2d when interfacing with native code. 2011-07-11 18:40:29 +02:00
tests Merge pull request #230 from agramfort/radius_neighbors_graph 2011-07-12 05:28:15 -07:00
utils Refactor feature_extraction.text (again) to use Counter 2011-07-06 13:12:52 +02:00
__init__.py Fix spelling in dosctring. 2011-05-20 15:01:36 -07:00
base.py Add note to base fit_transform doc. 2011-06-20 16:16:57 +09:00
cross_val.py ENH: Add a ShuffleSplit cross-validation iterator 2011-06-18 14:30:20 +02:00
grid_search.py DOC grid_search + pep8 2011-07-13 21:35:05 +02:00
hmm.py Some documentation for hmm module, and a warning. 2011-07-12 11:31:57 +02:00
lda.py Fix LDA.transform's docstring. 2011-06-06 19:25:36 +09:00
mixture.py Replace mixture.logsum with numpy.logaddexp 2011-07-07 11:45:42 +02:00
naive_bayes.py Merge branch 'master' into sparse-knn 2011-06-22 17:51:17 +02:00
neighbors.py pep8 2011-07-07 19:17:33 +02:00
pipeline.py Revert "FIX: bad logic in Pipeline." 2011-06-30 15:46:30 +02:00
pls.py DOC: minor spellings fixes in pls.py 2011-06-30 20:04:17 +08:00
qda.py Python 3 compat, this time with npy_3kcompat.h 2011-04-01 16:27:04 +02:00
setup.py Merge branch 'manifold' of git://github.com/fabianp/scikit-learn into manifold 2011-06-03 14:54:13 -07:00