scikit-learn/sklearn
Lars Buitinck 680ea1e79e DOC copyedit kernel approximations docstring 2011-12-21 09:50:10 +01:00
..
check_build COSMIT use Python 2.6 except-as syntax 2011-12-12 20:42:56 +01:00
cluster FIX: make kmeans test not raise warning when init is passed. 2011-12-18 10:47:58 +01:00
covariance ENH: use controled random numbers 2011-12-20 13:11:44 +01:00
datasets BUG fix off-by-one error in SVMlight format loader 2011-12-20 17:18:40 +01:00
decomposition s/threhold/threshold 2011-12-20 13:26:40 +01:00
ensemble DOC typos in ensemble.forest 2011-12-06 12:33:49 +01:00
externals typo: accross => across 2011-12-20 09:49:45 +01:00
feature_extraction Moving kernel_approximation to the top level 2011-12-20 14:17:49 +01:00
feature_selection DOC: Return->Returns 2011-12-20 13:47:16 +01:00
gaussian_process DOC: Standardize the module documentation format (work in progress) 2011-11-30 10:30:13 +01:00
linear_model DOC: add alpha_ to attributes of LassoLarsIC 2011-12-21 01:17:43 +01:00
manifold TESTS: remove deprecated NeighborsClassifier calls 2011-12-20 03:40:22 -08:00
metrics BUG: fix bug introduced in fd8c 2011-12-21 00:30:02 +01:00
mixture Merge pull request #477 from jakevdp/gmm-fix 2011-12-19 02:27:03 -08:00
neighbors COSMIT use utils.deprecated as a class decorator 2011-12-11 00:55:39 +01:00
preprocessing COSMIT pep8 2011-12-15 17:08:30 +01:00
src/cblas Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
svm Merge branch 'master' of https://github.com/scikit-learn/scikit-learn 2011-12-20 19:12:53 +01:00
tests ENH better testing 2011-12-20 14:17:50 +01:00
tree DOC: Return->Returns 2011-12-20 13:47:16 +01:00
utils misc 2011-12-21 01:53:13 +01:00
__init__.py ENH: Easier debugging in check_build 2011-11-08 22:26:52 +01:00
ball_tree.py Nearest Neighbors examples & documentation 2011-09-11 10:45:34 -07:00
base.py DOC small stuff in base.py and multiclass.py 2011-09-21 21:47:54 +02:00
cross_val.py Some Python 2.5 fixes. 2011-09-21 10:37:13 +02:00
cross_validation.py rm Py2.5 compat factorial and combinations from utils.extmath 2011-12-12 17:09:33 +01:00
grid_search.py STY: s/grid_points/cv_scores 2011-12-21 09:48:56 +01:00
hmm.py Merge pull request #477 from jakevdp/gmm-fix 2011-12-19 02:27:03 -08:00
kernel_approximation.py DOC copyedit kernel approximations docstring 2011-12-21 09:50:10 +01:00
lda.py DOC: Standardize the module documentation format (work in progress) 2011-11-30 10:30:13 +01:00
multiclass.py COSMIT pep8 2011-12-15 17:08:30 +01:00
naive_bayes.py BUG typo in NB error msg 2011-12-19 12:52:44 +01:00
pipeline.py DOC: Standardized the module documentation format (2) 2011-11-30 11:05:10 +01:00
pls.py COSMIT pep8 2011-12-15 17:08:30 +01: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