scikit-learn/sklearn
Gael varoquaux cb3eff0899 BUG: ProbabilisticPCA.score work with pipeline
score(X, y=None) is required to be used by generic objects that work on
supervised and unsupervised learners.
2011-11-04 09:45:20 +01:00
..
check_build COSMIT 2011-09-24 11:17:38 +02:00
cluster FIX replace np.atleast_2d with new utils.array2d 2011-10-25 15:16:31 +02:00
covariance COSMIT: no import as 2011-10-31 10:57:25 +01:00
datasets Merge pull request #410 from larsmans/accept-matrix-input 2011-10-25 11:52:36 -07:00
decomposition BUG: ProbabilisticPCA.score work with pipeline 2011-11-04 09:45:20 +01:00
externals batch trailing spaces cleanup 2011-09-06 23:12:26 +02:00
feature_extraction ENH: more informative error message when shape mismatch in TF IDF transformer 2011-11-01 15:43:10 +01:00
feature_selection FIX replace np.atleast_2d with new utils.array2d 2011-10-25 15:16:31 +02:00
gaussian_process FIX replace np.atleast_2d with new utils.array2d 2011-10-25 15:16:31 +02:00
linear_model fix: overflow of `offset` variable if X.shape[0] * X.shape[1] > 250M 2011-11-03 20:55:58 +01:00
manifold FIX replace np.atleast_2d with new utils.array2d 2011-10-25 15:16:31 +02:00
metrics COSMIT rename safe_asanyarray to safe_asarray to prevent confusion 2011-10-21 13:58:08 +02:00
mixture ENH accept matrix input throughout 2011-10-21 13:51:12 +02:00
neighbors FIX replace np.atleast_2d with new utils.array2d 2011-10-25 15:16:31 +02:00
preprocessing MISC: better warning message 2011-11-02 08:37:04 +01:00
src/cblas Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
svm COSMIT: remove unused error string. 2011-11-02 14:35:36 +01:00
tests ENH sample_weight argument in discrete NB estimators 2011-10-25 23:22:44 +02:00
tree FIX replace np.atleast_2d with new utils.array2d 2011-10-25 15:16:31 +02:00
utils FIX Python 2.5 compat in utils/tests 2011-10-27 18:51:08 +02:00
__init__.py MISC: even better check_build error reporting 2011-10-08 19:03:37 +03:00
ball_tree.py Nearest Neighbors examples & documentation 2011-09-11 10:45:34 -07:00
base.py DOC small stuff in base.py and multiclass.py 2011-09-21 21:47:54 +02:00
cross_val.py Some Python 2.5 fixes. 2011-09-21 10:37:13 +02:00
cross_validation.py Merge pull request #410 from larsmans/accept-matrix-input 2011-10-25 11:52:36 -07:00
grid_search.py DOC: add IterGrid in reference 2011-10-28 17:55:30 +02:00
hmm.py ENH accept matrix input throughout 2011-10-21 13:51:12 +02:00
lda.py ENH accept matrix input throughout 2011-10-21 13:51:12 +02:00
multiclass.py Revert "BUG multiclass.predict_binary still relied on old MultinomialNB.predict_proba" 2011-09-29 15:54:21 +02:00
naive_bayes.py COSMIT in naive_bayes 2011-10-28 23:40:31 +02:00
pipeline.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
pls.py ENH accept matrix input throughout 2011-10-21 13:51:12 +02:00
qda.py ENH accept matrix input throughout 2011-10-21 13:51:12 +02:00
setup.py Merge branch 'master' into tree 2011-10-07 00:30:19 +02:00