scikit-learn/sklearn
Gilles Louppe 0f620c1062 ENH: staged_score 2013-01-08 22:19:01 -08:00
..
__check_build COSMIT pep8 2012-10-02 17:31:00 +01:00
cluster Add comment in test_spectral_clustering_sparse 2012-12-19 14:03:50 +01:00
covariance COSMIT pep8 2012-12-22 16:48:17 +01:00
datasets rm doctest in make_gaussian_quantiles 2013-01-08 22:19:01 -08:00
decomposition Add missing types to docstring. 2013-01-08 23:29:33 +09:00
ensemble ENH: staged_score 2013-01-08 22:19:01 -08:00
externals BUG: update joblib to 0.7.0b 2012-11-20 22:20:10 +01:00
feature_extraction COSMIT PEP8 2012-12-22 16:48:17 +01:00
feature_selection COSMIT doc formating 2013-01-06 15:24:58 +01:00
gaussian_process COSMIT pep8 2012-12-22 16:48:17 +01:00
linear_model ENH refactoring class weights for SVM and SGD 2013-01-03 13:21:50 +01:00
manifold ENH rename proximity to dissimilarity 2013-01-07 09:41:48 +01:00
metrics COSMITs 2013-01-08 22:19:01 -08:00
mixture DOC fix docstring of GMM 2013-01-06 22:47:48 +01:00
neighbors COSMIT pep8 2012-12-22 16:48:17 +01:00
semi_supervised COSMIT pep8 2012-12-22 16:48:17 +01:00
src/cblas BUILD: add dger cblas function 2012-08-07 15:51:13 +02:00
svm FIX: makes our libsvm port compile under MSVC 2013-01-06 15:30:05 +00:00
tests Checkout files from ndawe:treeweights 2013-01-08 23:28:14 +01:00
tree ENH: WeightedClassifier/Regressor mixins 2013-01-08 22:19:01 -08:00
utils ENH: added some tests 2013-01-08 22:19:01 -08:00
__init__.py cosmit pep8 2012-12-16 23:28:10 +01:00
_build_utils.py COSMIT pep8 2012-08-10 11:06:42 +01:00
_hmmc.c debugged _hmmc.pyx 2012-01-09 21:25:28 +09:00
_hmmc.pyx debugged _hmmc.pyx 2012-01-09 21:25:28 +09:00
base.py DOC 2013-01-08 22:19:01 -08:00
cross_validation.py Modified docstrings and tests 2013-01-06 16:15:41 +01:00
dummy.py ENH preserve output ndim 2013-01-02 21:16:04 +01:00
grid_search.py implement AdaBoost 2013-01-08 16:50:38 -08:00
hmm.py cosmit pep8 2012-12-16 23:28:10 +01:00
isotonic.py ENH isotonic regression is now slighty more robust to noise 2013-01-01 09:20:27 +01:00
kernel_approximation.py ENH tests for Nystrom, check that n_components is smaller than n_samples. 2012-12-09 14:14:09 +01:00
lda.py DOC fix shape of coef_ for LDA. 2013-01-05 16:50:06 +01:00
multiclass.py cosmit pep8 2012-12-16 23:28:10 +01:00
naive_bayes.py ENH added class_weight to Naive Bayes docs. 2013-01-06 16:57:10 +01:00
pipeline.py cosmit pep8 2012-12-16 23:28:10 +01:00
pls.py cosmit pep8 2012-12-16 23:28:10 +01:00
preprocessing.py Checkout files from ndawe:treeweights 2013-01-08 23:28:14 +01:00
qda.py ENH document attributes in QDA and LDA, rename to adhere to sklearn conventions. 2013-01-05 14:54:31 +01:00
random_projection.py DOC add default values 2012-12-23 12:53:49 +01:00
setup.py ENH flatten random_projection module + add sklearn.utils.random 2012-12-21 14:48:00 +01:00
test_setup.py MISC: os.name -> platform.system() 2012-05-30 09:32:42 +02:00