| .. |
|
__check_build
|
BUG: fix install bug for _check_build
|
2012-05-11 19:19:29 +02:00 |
|
cluster
|
DOC improve kmeans init doc.
|
2012-06-20 16:52:46 +02:00 |
|
covariance
|
FIX: heisentest for robust covariance: seed MinCovDet
|
2012-07-03 10:38:03 +02:00 |
|
datasets
|
BUG do not close fd passed by user in SVMlight loader
|
2012-06-13 16:31:39 +02:00 |
|
decomposition
|
FIX minor rebasing and other problems
|
2012-06-26 19:00:51 +02:00 |
|
ensemble
|
ENH Add MetaEstimatorMixin, make RFE default constructible
|
2012-06-26 14:16:03 +02:00 |
|
externals
|
ENH: update joblib
|
2012-05-07 14:55:52 +02:00 |
|
feature_extraction
|
ENH do not fail the test reslying on numpy div 0 warnings if those are not spit out by numpy in general
|
2012-07-04 00:40:04 -04:00 |
|
feature_selection
|
ENH default score func for univariate feature selection: f_classif
|
2012-06-26 14:16:04 +02:00 |
|
gaussian_process
|
MISC raise more helpful error message in GaussianProcess if optimization fails.
|
2012-06-07 22:31:04 +02:00 |
|
linear_model
|
Cosmit: PEP8 :P
|
2012-07-05 18:16:57 +02:00 |
|
manifold
|
FIX minor rebasing and other problems
|
2012-06-26 19:00:51 +02:00 |
|
metrics
|
COSMIT pep8
|
2012-06-07 22:19:09 +02:00 |
|
mixture
|
ENH make GMMs and LLE cloneable.
|
2012-06-26 14:16:03 +02:00 |
|
neighbors
|
FIX NearestCentroid.fit could not handle sparse formats other than CSR
|
2012-06-17 21:22:34 +02:00 |
|
semi_supervised
|
ENH make BaseLabelPropagation abstract base class, make OutlierDetectionMixin not inherit from ClassifierMixin
|
2012-06-26 14:16:04 +02:00 |
|
src/cblas
|
Move project directory from scikits.learn to sklearn
|
2011-09-02 12:06:57 +02:00 |
|
svm
|
ENH better input validation for prediction in SVC, LinearSVC.
|
2012-06-27 22:03:15 +02:00 |
|
tests
|
FIX: fix grid search when X is list #925
|
2012-07-03 10:44:39 +02:00 |
|
tree
|
Merge pull request #893 from amueller/common_test
|
2012-06-26 10:05:43 -07:00 |
|
utils
|
FIX for filtering of meta estimators in python2.6
|
2012-06-27 20:53:19 +02:00 |
|
__init__.py
|
MISC: clean up top-level namespace
|
2012-05-09 00:32:27 +02: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
|
ENH Add MetaEstimatorMixin, make RFE default constructible
|
2012-06-26 14:16:03 +02:00 |
|
cross_validation.py
|
P3K: more Py3k compat changes
|
2012-05-11 11:24:27 +02:00 |
|
grid_search.py
|
FIX: fix grid search when X is list #925
|
2012-07-03 10:44:39 +02:00 |
|
hmm.py
|
ENH make GMMs and LLE cloneable.
|
2012-06-26 14:16:03 +02:00 |
|
kernel_approximation.py
|
DOC output from additive chi² sampler
|
2012-06-24 01:53:29 +02:00 |
|
lda.py
|
ENH avoid division by zero in LDA, also avoid reusing variable names.
|
2012-06-26 14:16:04 +02:00 |
|
multiclass.py
|
ENH Add MetaEstimatorMixin, make RFE default constructible
|
2012-06-26 14:16:03 +02:00 |
|
naive_bayes.py
|
ENH Check that X is non_zero for MultinomialNB.
|
2012-06-15 11:58:51 +02:00 |
|
pipeline.py
|
FIXed many tests
|
2012-05-05 21:57:04 +02:00 |
|
pls.py
|
ensure that std is not zero
|
2012-05-25 15:06:57 +02:00 |
|
preprocessing.py
|
removed bug in Scaler.fit
|
2012-06-28 13:30:53 +02:00 |
|
qda.py
|
P3K: Fixed print related Python3 errors
|
2012-05-11 11:21:01 +02:00 |
|
setup.py
|
BUG: now build works.
|
2012-05-09 20:49:24 +09:00 |
|
test_setup.py
|
MISC: os.name -> platform.system()
|
2012-05-30 09:32:42 +02:00 |