Commit Graph

24 Commits

Author SHA1 Message Date
Vlad Niculae 7f76aa1def Add __all__ for half of the scikit 2012-09-04 18:00:49 +01:00
Vlad Niculae 9e7c03f71a Add or fix deprecation schedule in warnings. 2012-09-01 20:02:14 +02:00
Andreas Mueller f540875964 ENH addressed @agramfort's comment, also removed the special case from testing as @mblondel fixed it :) 2012-09-01 12:23:09 +02:00
Andreas Mueller 20192603d6 ENH make QDA and LDA decision functions adhere to standard shape [n_samples,] in two class case. 2012-09-01 12:23:09 +02:00
Andreas Mueller 3a1aaf99fa Merge branch 'qda_lda_1000' of github.com:amueller/scikit-learn into qda_lda_1000
Conflicts:
	sklearn/lda.py
	sklearn/qda.py
2012-08-17 17:00:31 +01:00
Andreas Mueller 755a5dd358 ENH going back to not using LabelEncoder. 2012-08-17 16:50:07 +01:00
Andreas Mueller 9ecca834db FIX Removed code-duplication introduced in rebase. 2012-08-14 15:06:35 +01:00
Andreas Mueller 53c1126c80 ENH use LabelEncoder 2012-08-14 13:36:14 +01:00
Andreas Mueller 0b7c93ce31 ENH slight cleanup in LDA, QDA, support for arbitrary class labels. 2012-08-14 13:33:43 +01:00
Gael Varoquaux a12bd7bc7c ENH: understandable error message for X sparse 2012-08-10 11:23:00 +01:00
Andreas Mueller 8dae4c692d ENH use LabelEncoder 2012-08-08 10:02:35 +01:00
Andreas Mueller 6df5d76a13 ENH slight cleanup in LDA, QDA, support for arbitrary class labels. 2012-08-08 10:02:30 +01:00
Andreas Mueller f0026be214 ENH avoid division by zero in LDA, also avoid reusing variable names. 2012-06-26 14:16:04 +02:00
Subhodeep Moitra 68062a2462 P3K: Fixed print related Python3 errors 2012-05-11 11:21:01 +02:00
Andreas Mueller 70347ccfd4 DOC Added QDA to references, narrative docs, improved docstrings 2012-03-04 17:22:46 +01:00
Andreas Mueller ada1520a86 DOC Basic docstrings for LDA and QDA classes 2012-03-04 17:22:46 +01:00
Jake Vanderplas ffcc6ff172 small simplification in LDA 2012-01-16 08:43:24 -08:00
Andreas Mueller 0ebf87bd2f FIX backtics for members_, spaces around colon (not cologne) 2011-12-23 20:47:52 +01:00
Jake Vanderplas 43e9934b45 Change logsum to logsumexp for comparability with scipy 2011-12-20 03:10:07 -08:00
Gilles Louppe c40dbf739f DOC: Standardize the module documentation format (work in progress) 2011-11-30 10:30:13 +01:00
Lars Buitinck 3bde2bf97b ENH accept matrix input throughout
Simple solution: replace np.asanyarray with np.asarray throughout.
Also, use utils.as_float_array where appropriate.
2011-10-21 13:51:12 +02:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00