| .. |
|
__check_build
|
COSMIT pep8
|
2013-05-04 10:43:39 +02:00 |
|
cluster
|
DOC documented n_init parameter of MiniBatchKMeans. Closes #1900.
|
2013-05-04 13:35:53 +02:00 |
|
covariance
|
DOC: Replaced all BSD style licenses with "BSD 3 clause"
|
2013-04-30 08:34:46 +02:00 |
|
datasets
|
Import gzip and bz2 only if necessary.
|
2013-05-09 17:40:33 +09:00 |
|
decomposition
|
COSMIT pep8
|
2013-05-04 10:43:39 +02:00 |
|
ensemble
|
COSMIT pep8
|
2013-05-04 10:43:39 +02:00 |
|
externals
|
DOC: Replaced all BSD style licenses with "BSD 3 clause"
|
2013-04-30 08:34:46 +02:00 |
|
feature_extraction
|
Merge pull request #1880 from NicolasTr/patch_extractor_float_max_patches
|
2013-05-12 02:20:13 -07:00 |
|
feature_selection
|
ENH Feature selection should use CSC matrices
|
2013-05-07 22:31:23 +10:00 |
|
gaussian_process
|
DOC: Replaced all BSD style licenses with "BSD 3 clause"
|
2013-04-30 08:34:46 +02:00 |
|
linear_model
|
Fixed precompute issue (again) in ElasticNet and enet_path
|
2013-05-13 13:35:49 +02:00 |
|
manifold
|
DOC: Replaced all BSD style licenses with "BSD 3 clause"
|
2013-04-30 08:34:46 +02:00 |
|
metrics
|
MAINT: refactored metrics.auc to use np.trapz
|
2013-05-12 17:41:32 +10:00 |
|
mixture
|
Replaced 'for i' with 'for _' at place where i is not used.
|
2013-04-27 15:24:44 +02:00 |
|
neighbors
|
DOC: Replaced all BSD style licenses with "BSD 3 clause"
|
2013-04-30 08:34:46 +02:00 |
|
semi_supervised
|
COSMIT pep8
|
2013-05-04 10:43:39 +02:00 |
|
src/cblas
|
BUILD: add dger cblas function
|
2012-08-07 15:51:13 +02:00 |
|
svm
|
FIX bug in callable kernel decision function - Sorry, I think that was me.
|
2013-05-04 17:13:31 +02:00 |
|
tests
|
FIX test error in test common for KernelPCA that doesn't respect its n_components.
|
2013-05-05 14:24:58 +02:00 |
|
tree
|
COSMIT pep8
|
2013-05-04 10:43:39 +02:00 |
|
utils
|
FIX: restore numpy 1.3.0 compat with np.divide fix
|
2013-05-04 19:08:22 +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: Replaced all BSD style licenses with "BSD 3 clause"
|
2013-04-30 08:34:46 +02:00 |
|
cross_validation.py
|
ENH: add pre_dispatch option to cross_val_score
|
2013-05-13 19:39:39 +02:00 |
|
dummy.py
|
DOC: Replaced all BSD style licenses with "BSD 3 clause"
|
2013-04-30 08:34:46 +02:00 |
|
grid_search.py
|
DOC typo in RandomizedSearchCV docstring
|
2013-05-10 17:52:01 +02:00 |
|
hmm.py
|
COSMIT various typofixes
|
2013-04-11 21:22:14 +02:00 |
|
isotonic.py
|
DOC: Replaced all BSD style licenses with "BSD 3 clause"
|
2013-04-30 08:34:46 +02:00 |
|
kernel_approximation.py
|
DOC: Replaced all BSD style licenses with "BSD 3 clause"
|
2013-04-30 08:34:46 +02:00 |
|
lda.py
|
ENH: minor changes for numpy versions
|
2013-04-14 10:27:06 +02:00 |
|
multiclass.py
|
FIX scores calculation in ovo multiclass
|
2013-05-04 10:33:49 +02:00 |
|
naive_bayes.py
|
DOC: Replaced all BSD style licenses with "BSD 3 clause"
|
2013-04-30 08:34:46 +02: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
|
DOC: Replaced all BSD style licenses with "BSD 3 clause"
|
2013-04-30 08:34:46 +02:00 |
|
preprocessing.py
|
COSMIT pep8
|
2013-05-04 10:43:39 +02:00 |
|
qda.py
|
DOC: Replaced all BSD style licenses with "BSD 3 clause"
|
2013-04-30 08:34:46 +02: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 |