scikit-learn/sklearn
Gael Varoquaux 0a01292dbf BUG: restore numpy 1.3 compatbibility 2012-10-27 23:03:40 +02:00
..
__check_build COSMIT pep8 2012-10-02 17:31:00 +01:00
cluster BUG: restore numpy 1.3 compatbibility 2012-10-27 23:03:40 +02:00
covariance Even more sklearn.utils.testing. 2012-10-26 00:09:46 +09:00
datasets Even more sklearn.utils.testing. 2012-10-26 00:09:46 +09:00
decomposition Even more sklearn.utils.testing. 2012-10-26 00:09:46 +09:00
ensemble DOC: fix 'Controls' typo in sklearn.ensemble.forest. 2012-10-23 11:58:44 -07:00
externals FIX: remove executable bit on joblib files 2012-07-24 11:48:33 +02:00
feature_extraction ENH use the numbers module introduced in Python 2.6 to check for number types. 2012-10-24 18:44:53 +02:00
feature_selection BUG NaN handling in SelectPercentile and SelectKBest 2012-10-16 12:53:27 +02:00
gaussian_process DOC: typo 2012-10-25 08:11:43 +02:00
linear_model More use sklearn.utils.testing. 2012-10-25 21:21:22 +09:00
manifold Revert (rebased) merge of euclidean_distances speedup 2012-10-24 10:40:30 +02:00
metrics BUG: make precision_recall invariant by scaling probs 2012-10-27 19:33:05 +02:00
mixture COSMIT pep8 2012-09-23 18:03:07 +01:00
neighbors TEST: predict_proba in knn classifier with y string 2012-10-09 00:14:49 +02:00
semi_supervised Add __all__ for half of the scikit 2012-09-04 18:00:49 +01:00
src/cblas BUILD: add dger cblas function 2012-08-07 15:51:13 +02:00
svm ENH allow more than 1000 linear SVMs with custom random seeds 2012-10-27 22:55:53 +02:00
tests Use sklearn.utils.testing in tests. 2012-10-25 15:31:35 +09:00
tree FIX: prevent early stopping in tree construction (2) + Test 2012-10-22 15:36:36 +02:00
utils Even more sklearn.utils.testing. 2012-10-26 00:09:46 +09:00
__init__.py COSMIT website address + copyedit in __init__.py 2012-10-23 17:40:33 +02: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 ENH use the numbers module introduced in Python 2.6 to check for number types. 2012-10-24 18:44:53 +02:00
grid_search.py FIX two more docstrings. Sorry. 2012-10-16 20:05:27 +01:00
hmm.py COSMIT remove unused imports 2012-09-18 19:34:53 +01:00
kernel_approximation.py COSMIT some RST fixes for the docs 2012-07-21 12:40:49 +01:00
lda.py Add __all__ for half of the scikit 2012-09-04 18:00:49 +01:00
multiclass.py ENH make multi-class more robust in discovering scoring functions 2012-10-07 20:25:50 +02:00
naive_bayes.py Add __all__ for the second half of the scikit 2012-09-04 18:00:49 +01:00
pipeline.py FIX bug in pipeline.inverse_transform, improve coverage. 2012-10-02 20:53:41 +01:00
pls.py Add __all__ for the second half of the scikit 2012-09-04 18:00:49 +01:00
preprocessing.py FIX: doctests under Windows 64bit 2012-10-07 23:12:56 +02:00
qda.py Add __all__ for the second half of the scikit 2012-09-04 18:00:49 +01: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