| .. |
|
__check_build
|
C file removal + cython build + Travis build cache
|
2015-11-04 14:30:06 +01:00 |
|
_build_utils
|
enh: reorganize build files
|
2016-02-18 09:40:51 -08:00 |
|
cluster
|
Fix docs links (#7005)
|
2016-07-27 16:58:25 -04:00 |
|
covariance
|
Update OAS estimator description (#6758)
|
2016-05-04 14:15:16 +02:00 |
|
cross_decomposition
|
MAINT: re-organize setup.py & make sure all tests are discoverable by nose
|
2016-05-13 06:57:09 -07:00 |
|
datasets
|
Fix docs links (#7005)
|
2016-07-27 16:58:25 -04:00 |
|
decomposition
|
Modify v0.18 DeprecationWarning messages (#7067)
|
2016-07-28 12:44:33 -04:00 |
|
ensemble
|
Updated docstring for bootstrap argument of IsolationForest (#7095)
|
2016-07-28 10:02:48 +02:00 |
|
externals
|
Joblib 0.10.0 (#6985)
|
2016-07-17 20:31:16 +02:00 |
|
feature_extraction
|
DOC: fix spelling of Schütze in tfidf citations
|
2016-07-17 16:05:53 -05:00 |
|
feature_selection
|
Fix docs links (#7005)
|
2016-07-27 16:58:25 -04:00 |
|
gaussian_process
|
Modify v0.18 DeprecationWarning messages (#7067)
|
2016-07-28 12:44:33 -04:00 |
|
linear_model
|
Modify v0.18 DeprecationWarning messages (#7067)
|
2016-07-28 12:44:33 -04:00 |
|
manifold
|
Merge pull request #6613 from nelson-liu/correct_license_spelling
|
2016-06-15 13:58:59 +02:00 |
|
metrics
|
[MRG+1] test against single-class y_true values for #6980 (#6987)
|
2016-07-16 10:48:42 -05:00 |
|
mixture
|
DOCS / COSMIT duplicate word typos
|
2016-07-26 10:44:32 -04:00 |
|
model_selection
|
Modify v0.18 DeprecationWarning messages (#7067)
|
2016-07-28 12:44:33 -04:00 |
|
neighbors
|
pep8
|
2016-07-23 22:30:56 +02:00 |
|
neural_network
|
Merge pull request #6613 from nelson-liu/correct_license_spelling
|
2016-06-15 13:58:59 +02:00 |
|
preprocessing
|
TST: Speed up: cv=2
|
2016-06-22 15:39:53 +02:00 |
|
semi_supervised
|
Merge pull request #6613 from nelson-liu/correct_license_spelling
|
2016-06-15 13:58:59 +02:00 |
|
src/cblas
|
[MRG] Allows KMeans/MiniBatchKMeans to use float32 internally by using cython fused types (#6846)
|
2016-06-21 15:26:31 +10:00 |
|
svm
|
[MRG] Added sample weight parameter to LinearSVC.fit (#6939)
|
2016-07-11 22:06:28 +10:00 |
|
tests
|
DOCS / COSMIT duplicate word typos
|
2016-07-26 10:44:32 -04:00 |
|
tree
|
[MRG+1] feature: add beta-threshold early stopping for decision tree growth (#6954)
|
2016-07-27 17:46:49 +02:00 |
|
utils
|
rename function to func (#6700)
|
2016-07-01 21:50:40 +02:00 |
|
__init__.py
|
Multitarget regression meta estimator
|
2016-03-10 16:06:08 -05:00 |
|
_isotonic.pyx
|
FIX _make_unique of _isotonic.pyx uses float64 consistent internally
|
2015-04-03 11:07:21 +02:00 |
|
base.py
|
documentation: fixing typo (#6938)
|
2016-06-24 21:05:41 +02:00 |
|
calibration.py
|
Fix doc refs to StratifiedKFold and KFold (#6936)
|
2016-06-28 09:22:05 +02:00 |
|
cross_validation.py
|
Modify v0.18 DeprecationWarning messages (#7067)
|
2016-07-28 12:44:33 -04:00 |
|
discriminant_analysis.py
|
fixes #6829 - user guide links to DiscriminantAnalysis (#6838)
|
2016-07-25 10:19:26 +02:00 |
|
dummy.py
|
DummyClassifier and DummyRegressor should raise NotFittedError (#7069)
|
2016-07-25 09:53:18 +02:00 |
|
exceptions.py
|
Remove redundant words in sklearn
|
2016-02-23 16:54:03 +08:00 |
|
grid_search.py
|
Modify v0.18 DeprecationWarning messages (#7067)
|
2016-07-28 12:44:33 -04:00 |
|
isotonic.py
|
Properly handle bounds in isotonic regression with `np.clip` (#6949)
|
2016-06-30 10:07:19 +02:00 |
|
kernel_approximation.py
|
Fix docs links (#7005)
|
2016-07-27 16:58:25 -04:00 |
|
kernel_ridge.py
|
Remove redundant words in sklearn
|
2016-02-23 16:54:03 +08:00 |
|
lda.py
|
MAINT Deprecate LDA/QDA in favor of expanded names
|
2015-09-11 15:32:11 +02:00 |
|
learning_curve.py
|
Modify v0.18 DeprecationWarning messages (#7067)
|
2016-07-28 12:44:33 -04:00 |
|
multiclass.py
|
[MRG+1] Bug fix for OneVsOneClassifier - converted input to numpy array (#6626)
|
2016-04-28 18:18:25 +02:00 |
|
multioutput.py
|
Meta estimator for multi output classification
|
2016-04-01 07:18:59 +05:30 |
|
naive_bayes.py
|
DOC Add missing parameter defaults for Naive Bayes classes
|
2016-06-28 17:00:26 -04:00 |
|
pipeline.py
|
doc: fix spellings of 'license'
|
2016-03-31 17:25:31 -07:00 |
|
qda.py
|
MAINT Deprecate LDA/QDA in favor of expanded names
|
2015-09-11 15:32:11 +02:00 |
|
random_projection.py
|
Fix docs links (#7005)
|
2016-07-27 16:58:25 -04:00 |
|
setup.py
|
MAINT: fix setup for metrics/cluster
|
2016-05-13 06:57:09 -07:00 |