scikit-learn/sklearn
Andreas Mueller cc567ee3c8 DOC what's new, minor doc improvements 2012-01-20 19:39:35 +01:00
..
check_build COSMIT use Python 2.6 except-as syntax 2011-12-12 20:42:56 +01:00
cluster ENH input validation in DBSCAN 2012-01-15 00:22:01 +01:00
covariance MISC: tune test verbosity 2012-01-07 17:15:06 +01:00
datasets DOC fixed errors in load_images doc and SKIP'ed load_image doctest as was already the case for load_images 2012-01-14 11:28:20 +01:00
decomposition Use pairwise_kernels in KernelPCA. 2012-01-16 18:20:39 +09:00
ensemble DOC what's new, minor doc improvements 2012-01-20 19:39:35 +01:00
externals ENH: update joblib 2012-01-07 18:01:45 +01:00
feature_extraction FIX: convert lena to float32 (originally it's ints) 2012-01-09 14:28:22 +01:00
feature_selection COSMIT pep8 2012-01-08 20:12:40 +01:00
gaussian_process FIX: docstring 2012-01-06 19:36:29 +01:00
linear_model DOC fixes in Multiclass docs. Didn't show correctly on web. 2012-01-16 17:48:34 +01:00
manifold FIX whitespace where rst demands it... 2011-12-28 00:03:12 +01:00
metrics Use pairwise_kernels in KernelPCA. 2012-01-16 18:20:39 +09:00
mixture Merge remote branch 'upstream/master' 2012-01-02 23:44:31 +09:00
neighbors remove deprecated Neighbors{Classifier,Regressor} 2012-01-11 17:25:37 +01:00
preprocessing more pep8 2012-01-04 00:47:30 +01:00
src/cblas Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
svm coef_ and intercept_ in LinearSVC are now writable. 2012-01-13 17:08:11 +09:00
tests FIX: make sklearn.base.clone robust to empty params 2012-01-15 19:29:00 +01:00
tree DOC Trying to enhance the tree/forest docs. Headlines in tree, added reference, hopefully better description of 'min_density'. 2012-01-14 12:32:12 +01:00
utils Typos. 2012-01-13 19:28:55 +09:00
__init__.py Start of 0.11 development cycle. 2012-01-10 18:27:24 +01:00
ball_tree.py Nearest Neighbors examples & documentation 2011-09-11 10:45:34 -07:00
base.py FIX: make sklearn.base.clone robust to empty params 2012-01-15 19:29:00 +01:00
cross_val.py Some Python 2.5 fixes. 2011-09-21 10:37:13 +02:00
cross_validation.py changed cross_val_score doc again 2012-01-05 14:26:34 +01:00
grid_search.py DOC underscores in DeprecationWarnings... shame on me for forgetting that.... 2012-01-08 20:32:07 +01:00
hmm.py COSMIT docs hmm 2011-12-29 11:58:30 +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 DOC rm confusing line in BernoulliNB docstring 2012-01-15 00:31:59 +01:00
pipeline.py COSMIT: Class docs don't have a 'Methods' section. It is autogenerated. 2011-12-22 19:44:14 +01:00
pls.py COSMIT: pep8 2011-12-23 10:24:36 -08:00
qda.py ENH accept matrix input throughout 2011-10-21 13:51:12 +02:00
setup.py fix: added ensemble to setup. 2011-12-05 16:30:28 -05:00