Lars Buitinck
|
7880af76c9
|
Optimize BernoulliNB + improve docstring + add to doc-class example
Still two orders of magnitude slower than MultinomialNB because of loop in
_joint_log_likelihood.
|
2011-06-06 11:37:41 +02:00 |
Lars Buitinck
|
d7499b864a
|
fix message in document classification example
|
2011-06-06 10:55:32 +02:00 |
Lars Buitinck
|
bd8c8febb7
|
reformulate MultinomialNB as linear classifier
|
2011-05-23 22:31:15 +02:00 |
Amit Aides
|
3dd1d00532
|
naive bayes name change MNNB->MultinomialNB
|
2011-05-11 19:20:43 +03:00 |
Amit Aides
|
595bf835c2
|
Merge remote branch 'upstream/master'
Conflicts:
scikits/learn/naive_bayes.py
|
2011-05-11 17:27:37 +03:00 |
Olivier Grisel
|
6ee9d68250
|
rename rng to random_state
|
2011-05-04 09:45:16 +02:00 |
unknown
|
5c6a4530a9
|
Added sparse MNNB and modified the textual examples to benchmark it.
|
2011-04-11 21:40:11 +03:00 |
Olivier Grisel
|
ee416469ff
|
FIX: update the examples to match the new text feature extraction API
|
2011-04-03 03:58:09 +02:00 |
Olivier Grisel
|
637c70038c
|
renamed load_* to fetch_* when network connection is potentially involved
|
2011-03-19 18:39:45 +01:00 |
Olivier Grisel
|
27acf9100d
|
Merge branch 'master' into 20newsgroups-dataset
|
2011-03-03 18:50:58 +01:00 |
Gael varoquaux
|
21175e3629
|
MISC: Fix example to adjust to eps -> tol
|
2011-03-02 06:52:58 +01:00 |
Olivier Grisel
|
6c4ecf3fb8
|
cosmit
|
2011-02-27 16:08:13 +01:00 |
Olivier Grisel
|
123c0f8c11
|
better name: rename class_names to target_names for consistency
|
2011-02-27 12:15:50 +01:00 |
Olivier Grisel
|
a7a6431627
|
cosmit
|
2011-02-27 02:19:14 +01:00 |
Olivier Grisel
|
7e65409bf2
|
cosmit
|
2011-02-27 02:10:26 +01:00 |
Olivier Grisel
|
323a423553
|
first stab at factoring the 20 newsgroups dataset loading
|
2011-02-27 02:05:02 +01:00 |
Mathieu Blondel
|
8ee253a0af
|
Fix 20newsgroup example.
|
2011-01-20 23:25:34 +09:00 |
Mathieu Blondel
|
95817f8495
|
Add RidgeClassifier to 20newsgroup classification example.
|
2011-01-19 00:13:54 +09:00 |
Peter Prettenhofer
|
46a2d551a3
|
fixed imports in non-auto examples.
COSMIT import paths in plot examples.
Rephrased SGD outline in linear_model.rst
|
2010-12-03 10:28:08 +01:00 |
Peter Prettenhofer
|
fe662553ea
|
finalized sgd module renaming.
renamed ClassifierSGD to SGDClassifier (same for Regressor)
updated setup.py files
updated examples
updated docs
|
2010-11-30 12:14:30 +01:00 |
Peter Prettenhofer
|
eda509886d
|
changed loss function names in SGD (squaredloss -> squared_loss; also for modified_huber).
Fixed examples after SGD class renaming.
COSMIT in sgd documentation.
|
2010-11-25 11:03:10 +01:00 |
Olivier Grisel
|
44352e8e8c
|
factorize out shuffling dataset since it might be useful by default
|
2010-11-13 20:23:04 +01:00 |
Olivier Grisel
|
337f25f9f9
|
cosmit
|
2010-11-13 17:48:02 +01:00 |
Peter Prettenhofer
|
f061783636
|
Include models with L1 and Elastic-Net penalty.
Optional arguments for printing the classification report and confusion matrix.
|
2010-11-13 17:26:01 +01:00 |
Gael varoquaux
|
0492a5c67e
|
Cosmit
|
2010-11-12 07:35:00 +01:00 |
Olivier Grisel
|
a21319d942
|
move the mlcomp SGD example as a generic 20 newsgroup classification example
with sparse features
|
2010-11-12 05:05:45 +01:00 |