scikit-learn/scikits/learn
Conrad Lee d3dfd65fb3 Removed obsolete import of izip, made description of complexity more concise and accurate 2011-08-18 18:54:33 +02:00
..
cluster Removed obsolete import of izip, made description of complexity more concise and accurate 2011-08-18 18:54:33 +02:00
covariance Some doc copyediting 2011-06-27 11:22:08 +02:00
datasets DOC: leftover false info in docstrings 2011-07-30 14:58:30 +02:00
decomposition DOC: fixed SparsePCA docstring issue 2011-07-23 12:53:15 +03:00
externals ENH: Update joblib 2011-06-25 16:33:07 +02:00
feature_extraction Chmod 644 feature_extraction/image.py: not a script 2011-07-22 15:08:46 +02:00
feature_selection Rename f_chi2 to chi2 2011-07-23 00:30:21 +02:00
gaussian_process ENH: l1_distance: gaussian_process -> metrics 2011-07-15 19:17:51 +02:00
linear_model FIX: coordinate descent stopping rule 2011-07-29 12:22:43 +02:00
manifold pep8 and docfixes for LLE 2011-07-17 16:25:13 +02:00
metrics ENH decorator to mark functions and classes as deprecated 2011-07-24 14:21:21 +02:00
mixture ENH: Avoid np.logaddexp.reduce 2011-07-20 23:11:33 +02:00
preprocessing BUG: `copy=None` in `Scaler.transform` instead of `copy=False` 2011-07-27 16:23:19 +02:00
src merged with sparse classifier commit 2011-06-28 19:44:41 -07:00
svm avoid mutable default arguments 2011-07-23 01:47:40 +02:00
tests ENH: Avoid np.logaddexp.reduce 2011-07-20 23:11:33 +02:00
utils FIX: support numpy < 1.3 2011-07-28 10:47:45 +02:00
__init__.py Merge branch 'variational-infinite-gmm' of https://github.com/GaelVaroquaux/scikit-learn 2011-07-18 10:55:57 +02:00
base.py Removing unused code 2011-07-19 21:14:04 +02:00
cross_val.py pep8 and docfixes in various modules 2011-07-17 16:19:12 +02:00
grid_search.py DOC grid_search + pep8 2011-07-13 21:35:05 +02:00
hmm.py fixed broken doctest in HMM 2011-07-23 08:47:46 +02:00
lda.py ENH: Avoid np.logaddexp.reduce 2011-07-20 23:11:33 +02:00
naive_bayes.py ENH: Avoid np.logaddexp.reduce 2011-07-20 23:11:33 +02:00
neighbors.py s/euclidian/euclidean/g 2011-07-23 21:14:10 +02:00
pipeline.py DOC: Missing dot in Pipeline class description 2011-07-19 11:33:00 +02:00
pls.py DOC: copyedit docstrings in pls.py + (almost) pep8-clean 2011-07-17 15:58:39 +02:00
qda.py pep8 and docfixes in various modules 2011-07-17 16:19:12 +02:00
setup.py Add forgotten 'install' for mixture. 2011-07-19 20:24:30 +02:00