scikit-learn/sklearn
Gilles Louppe bbdccca354 WIP: enforce contiguous arrays to optimize construction 2013-07-22 12:20:02 +02:00
..
__check_build COSMIT pep8 2013-05-04 10:43:39 +02:00
cluster Now that the folder has more than just mst in it, rename to sparsetools, which should help with referencing it. 2013-07-22 10:27:26 +02:00
covariance FIX get rid of the last few asanyarray calls 2013-07-11 15:54:13 +02:00
datasets PY3 use urllib2 or urllib.request, based on Py2/3 2013-07-18 16:49:37 +02:00
decomposition COSMIT pep8 2013-07-11 11:50:23 +02:00
ensemble WIP: enforce contiguous arrays to optimize construction 2013-07-22 12:20:02 +02:00
externals DOC spellfixes 2013-06-29 16:18:23 +03:00
feature_extraction Two more spots. I think that's it 2013-07-22 10:27:25 +02:00
feature_selection COSMIT pep8 2013-07-11 11:50:23 +02:00
gaussian_process DOC spellfixes 2013-06-29 16:18:23 +03:00
linear_model DOC correct class_weight description for LogisticRegression 2013-07-18 22:35:05 +02:00
manifold Now that the folder has more than just mst in it, rename to sparsetools, which should help with referencing it. 2013-07-22 10:27:26 +02:00
metrics Revert "TST r2_score float32 overflow fix" 2013-07-17 00:03:53 +02:00
mixture Documentation ERROR: mixture.DPGMM.precs_ 2013-06-04 07:43:17 +02:00
neighbors More readable condition and more precise error message 2013-07-19 20:34:34 +02:00
semi_supervised DOC spellfixes 2013-06-29 16:18:23 +03:00
src/cblas BUILD: add dger cblas function 2012-08-07 15:51:13 +02:00
svm DOC more explicit description of degree param on SVMs 2013-07-09 15:06:14 +02:00
tests Merge more Py3 fixes 2013-07-13 15:01:32 +02:00
tree WIP: enforce contiguous arrays to optimize construction 2013-07-22 12:20:02 +02:00
utils FIX move rand_r to tree module for now 2013-07-22 12:20:01 +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 Comment change 2013-07-12 20:57:04 -04:00
cross_validation.py DOC spellfixes 2013-06-29 16:18:23 +03:00
dummy.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
grid_search.py BUG: restore Python 2.6 2013-07-14 08:44:17 -05:00
hmm.py FIX get rid of the last few asanyarray calls 2013-07-11 15:54:13 +02:00
isotonic.py COSMIT move deprecated parameter to end 2013-06-24 16:50:05 +10:00
kernel_approximation.py DOC fixed some formatting in kernel approximation 2013-07-10 12:26:11 +02:00
lda.py DOC fix small mistakes 2013-07-10 12:26:10 +02:00
multiclass.py DOC fixed some formatting in the multiclass module 2013-07-10 12:26:12 +02:00
naive_bayes.py FIX inconsistent attributes shapes in naive Bayes 2013-07-04 13:26:00 +02:00
pipeline.py DOC spellfixes 2013-06-29 16:18:23 +03:00
pls.py DOC fixed small mistakes in the pls module 2013-07-08 19:54:46 +02:00
preprocessing.py DOC let OneHotEncoder, DictVectorizer and FeatureHasher refer to each other 2013-07-18 22:35:05 +02:00
qda.py Update qda.py 2013-07-09 14:45:54 -07:00
random_projection.py COSMIT pep8 2013-05-04 10:43:39 +02: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