scikit-learn/sklearn
Andrew Winterman c4cbffcc13 divided test for predict_proba into two functions 2012-12-02 09:32:27 +00:00
..
__check_build COSMIT pep8 2012-10-02 17:31:00 +01:00
cluster BUG: Don't test test_k_means_plus_plus_init_2_jobs on Mac OSX >= 10.7 because it's broken. See #636. Closes #1407. 2012-12-01 14:23:47 -08:00
covariance Add y=None to covariance estimators for API consistence purpose. 2012-11-07 16:29:12 +01:00
datasets FIX typo in dataset generation 2012-10-28 09:04:38 +00:00
decomposition rebase: fixing conflict 2012-11-27 09:35:14 -05:00
ensemble Merge branch 'master' into gbrt-random-state-fix 2012-11-30 13:24:22 +01:00
externals BUG: update joblib to 0.7.0b 2012-11-20 22:20:10 +01:00
feature_extraction TST : use assert_true and not assert in test 2012-11-29 13:10:41 +01:00
feature_selection COSMIT pep8 2012-11-10 14:02:29 +00:00
gaussian_process ENH Check what ``__init__`` does in test_common 2012-11-26 09:31:06 +00:00
linear_model Fix bug in sqnorm (used by PassiveAggressive). 2012-11-24 23:05:52 +09:00
manifold FIX csr conversion in amg code in spectral embedding 2012-11-27 21:00:18 +00:00
metrics FIX import assert_greater from testing module 2012-11-26 21:43:08 +00:00
mixture Replaced use of deprecated method. 2012-11-14 07:23:49 +01:00
neighbors clarify documentation for radius_neighbors 2012-11-27 20:20:26 +00:00
semi_supervised COSMIT pep8 2012-11-10 14:02:29 +00:00
src/cblas BUILD: add dger cblas function 2012-08-07 15:51:13 +02:00
svm ENH make sparse svm test more robust, catch warning on deprecated class 2012-11-25 18:59:54 +00:00
tests divided test for predict_proba into two functions 2012-12-02 09:32:27 +00:00
tree ENH check in all classifiers in fit and predict that input is finite. inspired by #1027. 2012-11-10 15:53:57 +00:00
utils Add missing assertion. 2012-11-29 17:57:44 +09:00
__init__.py API : move isotonic regression out of linear_model 2012-11-14 22:01:53 +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 move implementation details on mixins to comments 2012-10-23 17:58:53 +02:00
cross_validation.py fixed the __repr__ method of cross_validation.Bootstrap, which failed if self.random_state is None 2012-11-12 17:46:20 +00:00
dummy.py Remove unused import. 2012-11-22 20:51:39 +09:00
grid_search.py DOC: list of dicts in GridSearchCV 2012-11-18 19:53:54 +01:00
hmm.py FIX messed up memorizing gmms parameter in GMMHMM before. 2012-11-26 09:31:06 +00:00
isotonic.py API : move isotonic regression out of linear_model 2012-11-14 22:01:53 +01:00
kernel_approximation.py DOC cleared up difference to AdditiveChi2Sampler, added some "see also"s 2012-11-26 21:15:46 +00:00
lda.py ENH add checks for clustering, regressors, transformers 2012-11-10 15:53:57 +00:00
multiclass.py corrected doc for predic_proba, also caught few errors. 2012-12-02 09:32:27 +00:00
naive_bayes.py FIX smoothing in Naive Bayes and refactor the discrete estimators 2012-11-26 14:03:21 +01:00
pipeline.py Fix pipeline fails if final estimator doesn't implement fit_transform 2012-12-01 19:12:27 +01:00
pls.py Add __all__ for the second half of the scikit 2012-09-04 18:00:49 +01:00
preprocessing.py Add example in docstring. 2012-11-22 02:58:20 +09:00
qda.py ENH check in all classifiers in fit and predict that input is finite. inspired by #1027. 2012-11-10 15:53:57 +00:00
setup.py Remove duplicated line. 2012-08-18 15:18:06 +09:00
test_setup.py MISC: os.name -> platform.system() 2012-05-30 09:32:42 +02:00