Commit Graph

38 Commits

Author SHA1 Message Date
Andreas Mueller 10d9023fca ENH make multi-class more robust in discovering scoring functions 2012-10-07 20:25:50 +02:00
Lars Buitinck 73f991c185 DOC yet another AKA 2012-09-04 15:03:47 +02:00
Mathieu Blondel 17a09c52cb Fix warnings in multiclass module tests. 2012-08-18 02:27:48 +09:00
Andreas Mueller c88a667c58 ENH fixed warning for output code 2012-07-25 22:04:57 +01:00
Andreas Mueller d0d9588efe ENH corrected errormessages for always present labels. ugh 2012-07-25 22:04:57 +01:00
Andreas Mueller b90a30dd48 ENH better error messaged in multiclass as @mbondel suggested. 2012-07-23 23:26:43 +01:00
GaelVaroquaux 91503547d1 FIX: remove leftover print
It was making doctests fail
2012-07-23 16:40:06 +02:00
Andreas Mueller d9226d0f9e Merge pull request #886 from amueller/multiclass_always_present
MRG: enh in OvR, use constant predictor if one class always present or never.
2012-07-23 05:48:30 -07:00
Lars Buitinck a4845351af ENH classes_ on OvR classifier
Getting to the classes via label_binarizer_ violates the Law of Demeter:
"Only talk to your immediate friends."
(https://en.wikipedia.org/wiki/Law_of_Demeter)
2012-07-20 18:29:35 +02:00
Andreas Mueller 839c4b087a MISC address Gael's and Lars's comments, make ECOC tests deterministic. 2012-07-15 14:04:00 +01:00
Andreas Mueller b463f8f2d0 ENH in OvR, use constant predictor if one class always present or never.
Closes #559.
2012-07-15 14:04:00 +01:00
Andreas Mueller 04d81608a1 ENH Add MetaEstimatorMixin, make RFE default constructible 2012-06-26 14:16:03 +02:00
Lars Buitinck 1e0e330d99 BUG remove debugging statements from multiclass 2012-05-18 09:57:06 +02:00
Lars Buitinck 7b0602673d ENH generalize LabelBinarizer to arbitrary Sequence types 2012-05-18 09:26:02 +02:00
Andreas Mueller 667ef37714 DOC move references from Notes to References section in docstrings 2012-03-04 15:16:51 +01:00
Andreas Mueller 207cc74659 DOC fixes in Multiclass docs. Didn't show correctly on web. 2012-01-16 17:48:34 +01:00
Lars Buitinck b2cba9f90b ENH intercept_ on linear OvR clf + change exception to AttributeError 2012-01-12 22:55:25 +01:00
Mathieu Blondel f748b23014 Support for coef_ in OneVsRestClassifier. 2012-01-12 22:43:53 +09:00
Mathieu Blondel 420eef1549 FIX: support for regressors in multiclass module. 2012-01-11 20:01:49 +09:00
Andreas Mueller 6c17d0d8af COSMIT make 'References' bold and minor other fixes. 2011-12-22 20:57:54 +01:00
Andreas Mueller 1a78610a56 FIX getting rid of some more sphinx problems 2011-12-21 20:03:02 +01:00
Lars Buitinck ff517ddf32 DOC rm References sections in docstrings
According to @GaelVaroquaux, this breaks the NumPy docstring parser.
Moved references to Notes or See also sections, depending on context.
2011-12-21 18:05:22 +01:00
Vlad Niculae fa74a6c18f DOC: add multiclass to class reference 2011-12-21 16:40:32 +01:00
Lars Buitinck ba475b1995 BUG forget a return keyword in OvR classifier 2011-12-21 14:09:25 +01:00
Lars Buitinck d7d99d93ff ENH add multilabel_ property to OvR and raise NotImplementedError in score 2011-12-21 11:49:25 +01:00
Mathieu Blondel c3aa2d7e8d Merge multilabel branch with master.
Conflicts:
	sklearn/datasets/_svmlight_format.c
	sklearn/datasets/_svmlight_format.pyx
	sklearn/datasets/tests/test_svmlight_format.py
	sklearn/preprocessing/__init__.py
2011-12-20 12:41:42 +01:00
Andreas Mueller d0854d5a07 COSMIT pep8 2011-12-15 17:08:30 +01:00
Lars Buitinck 498f293180 COSMIT multiclass.predict_ovr 2011-10-27 19:13:35 +02:00
Mathieu Blondel 94f98dcee9 Cosmit: used named parameter. 2011-10-27 19:11:45 +02:00
Lars Buitinck 025cf8083b DOC OneVsRestClassifier multilabel stuff 2011-10-27 14:05:42 +02:00
Mathieu Blondel 894747f2ff ENH support decision_function in multi-label classification 2011-10-27 14:04:03 +02:00
Lars Buitinck 96daa4f6c0 ENH multilabel learning in OneVsRestClassifier 2011-10-27 13:06:51 +02:00
Lars Buitinck 338f4d0a52 Revert "BUG multiclass.predict_binary still relied on old MultinomialNB.predict_proba"
This reverts commit e53a63df4a.
2011-09-29 15:54:21 +02:00
Lars Buitinck e53a63df4a BUG multiclass.predict_binary still relied on old MultinomialNB.predict_proba 2011-09-29 15:17:14 +02:00
unknown ab791ef3f0 DOC small stuff in base.py and multiclass.py 2011-09-21 21:47:54 +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