scikit-learn/sklearn
Lars Buitinck f8d7bd43fd ENH OneHotEncoder docs + TypeError + test active_features_ 2012-11-07 17:02:56 +01:00
..
__check_build COSMIT pep8 2012-10-02 17:31:00 +01:00
cluster ENH fit_transform on KMeans 2012-10-31 13:28:28 +01:00
covariance Even more sklearn.utils.testing. 2012-10-26 00:09:46 +09:00
datasets FIX typo in dataset generation 2012-10-28 09:04:38 +00:00
decomposition FIX adjust gamma in kernelPCA tests to fit slightly modified circles with balanced classes. 2012-10-28 20:40:21 +00: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 COSMIT use np.clip in SGD 2012-10-29 00:47:00 +01: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 FIX : pass random_state to kmeans in gmm.fit 2012-10-30 11:33:23 +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 BUG halve the number of LinearSVCs 2012-10-28 21:27:14 +01:00
tests ENH OneHotEncoder docs + TypeError + test active_features_ 2012-11-07 17:02:56 +01:00
tree FIX: prevent early stopping in tree construction (2) + Test 2012-10-22 15:36:36 +02:00
utils COSMIT: pep8 in arrayfuncs.pyx 2012-10-31 09:28:11 +01: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 ENH used asarray to avoid copy 2012-10-31 08:31:24 +00: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 ENH OneHotEncoder docs + TypeError + test active_features_ 2012-11-07 17:02:56 +01: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