scikit-learn/sklearn
lqdc 3444bfbe88 ENH Rewrote CountVectorizer fit_transform to be ~40% faster
Performance Results: http://i.imgur.com/5IGEz3Q.png
2013-04-19 21:13:50 +02:00
..
__check_build COSMIT pep8 2012-10-02 17:31:00 +01:00
cluster FIX setting k in KMeans and MiniBatchKMeans was silently ignored. Left over in 07c56d7cd2 Damn, that was nasty :-/ 2013-04-15 17:51:50 +02:00
covariance COSMIT various typofixes 2013-04-11 21:22:14 +02:00
datasets ENH reduce size of files produced by dump_svmlight_file 2013-04-16 12:14:58 +02:00
decomposition Fixx doctest. 2013-04-10 00:32:16 +09:00
ensemble COSMIT various typofixes 2013-04-11 21:22:14 +02:00
externals COSMIT various typofixes 2013-04-11 21:22:14 +02:00
feature_extraction ENH Rewrote CountVectorizer fit_transform to be ~40% faster 2013-04-19 21:13:50 +02:00
feature_selection PY3 fix metaclasses. See #1829. 2013-04-04 01:07:20 +06:00
gaussian_process COSMIT various typofixes 2013-04-11 21:22:14 +02:00
linear_model BUG Add lambda_ attribute to ARDRegression after fit 2013-04-15 22:58:41 +02:00
manifold COSMIT various typofixes 2013-04-11 21:22:14 +02:00
metrics COSMIT various typofixes 2013-04-11 21:22:14 +02:00
mixture PY3: replaced izip 2013-03-19 18:02:34 +01:00
neighbors COSMIT various typofixes 2013-04-11 21:22:14 +02:00
semi_supervised PY3 fix metaclasses. See #1829. 2013-04-04 01:07:20 +06:00
src/cblas BUILD: add dger cblas function 2012-08-07 15:51:13 +02:00
svm Update LIBSVM_CHANGES 2013-04-18 19:04:12 +03:00
tests pep8 2013-04-15 22:18:16 +02:00
tree ENH: output criterion name instead of "error" in export_graphviz 2013-04-16 12:29:58 +02:00
utils COSMIT various typofixes 2013-04-11 21:22:14 +02:00
__init__.py REL change version to 0.14-git everywhere, update news, support page. 2013-01-21 22:07:26 +01:00
_build_utils.py COSMIT pep8 2012-08-10 11:06:42 +01:00
_hmmc.c ENH speed improvements in HMM 2013-04-16 12:38:15 +02:00
_hmmc.pyx ENH speed improvements in HMM 2013-04-16 12:38:15 +02:00
_isotonic.c COSMIT various typofixes 2013-04-11 21:22:14 +02:00
_isotonic.pyx ENH - 3x speedup in the isotonic regression 2013-03-10 22:20:29 +01:00
base.py DOC fix clone and get_params documentation 2013-03-17 11:57:17 +01:00
cross_validation.py FIX Moved copying of labels in LeaveOneLabelOut and LeavePLabelOut to __init__. 2013-04-15 22:16:48 +02:00
dummy.py P3K range vs. xrange 2013-02-14 02:05:35 +01:00
grid_search.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
hmm.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
isotonic.py ENH - 3x speedup in the isotonic regression 2013-03-10 22:20:29 +01:00
kernel_approximation.py ENH: minor changes for numpy versions 2013-04-14 10:27:06 +02:00
lda.py ENH: minor changes for numpy versions 2013-04-14 10:27:06 +02:00
multiclass.py DOC multiclass: typo and use case 2013-04-18 15:28:05 +02:00
naive_bayes.py PY3 fix metaclasses. See #1829. 2013-04-04 01:07:20 +06:00
pipeline.py PY3: used six.iteritems to fix dict iteritems in module pipeline.py 2013-03-19 18:02:52 +01:00
pls.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
preprocessing.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
qda.py P3K range vs. xrange 2013-02-14 02:05:35 +01:00
random_projection.py PY3 fix metaclasses. See #1829. 2013-04-04 01:07:20 +06:00
setup.py COSMIT pep8 2013-04-02 13:30:55 +02:00
test_setup.py MISC: os.name -> platform.system() 2012-05-30 09:32:42 +02:00