Mathieu Blondel
|
afb666c1d0
|
Use sklearn.utils.testing in tests.
|
2012-10-25 15:31:35 +09:00 |
Andreas Mueller
|
10d9023fca
|
ENH make multi-class more robust in discovering scoring functions
|
2012-10-07 20:25:50 +02:00 |
Andreas Mueller
|
408d3ef86d
|
COSMIT, removed scikits.learn things, removed orphan file.
|
2012-07-23 22:50:12 +01: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
|
eeb6dcc4cc
|
ENH use random states everywhere, never call np.random.
|
2012-05-06 18:35:14 +02:00 |
Andreas Mueller
|
3e5f2e5e08
|
ENH backport "assert_less" and "assert_greater", rename "assert_lower" and use it everywhere :)
|
2012-05-06 15:43:29 +02:00 |
Andreas Mueller
|
b8ba71be42
|
MISC address @mbondels comments
|
2012-02-16 09:58:28 +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
|
68a8b8b46d
|
ENH renamed best_estimator and best_score in examples and tests.
|
2012-01-05 23:35:33 +01:00 |
Vlad Niculae
|
d0ac763f2e
|
Allow unlabeled samples in multilabel ex, collab between @vene and @mblondel on the plane
|
2011-12-22 12:42:49 +01:00 |
Lars Buitinck
|
f41352e960
|
DOC describe test_ovr_multilabel better
|
2011-12-21 14:12:06 +01:00 |
Lars Buitinck
|
18a70f7e99
|
Merge remote-tracking branch 'vene/lars_multilabel' into multilabel
Conflicts:
sklearn/tests/test_multiclass.py
|
2011-12-21 13:54:42 +01:00 |
Lars Buitinck
|
d7d99d93ff
|
ENH add multilabel_ property to OvR and raise NotImplementedError in score
|
2011-12-21 11:49:25 +01:00 |
Vlad Niculae
|
b791792fea
|
pyflakes test_multiclass
|
2011-12-21 10:59:39 +01:00 |
Vlad Niculae
|
5ebcd59a38
|
EHN: multilabel samples generator can create different number of labels per instance
|
2011-12-21 10:54:04 +01:00 |
Mathieu Blondel
|
117be7e25b
|
Test multilabel classifier on random dataset.
|
2011-12-20 14:13:43 +01:00 |
Mathieu Blondel
|
8a487b61ab
|
ENH Label indicator matrix support in LabelBinarizer and OVRClassifier
|
2011-10-27 19:12:01 +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 |
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 |