Commit Graph

30 Commits

Author SHA1 Message Date
Olivier Grisel c0541fa03b Renamed Vectorizer to TfidfVectorizer + deprecation warning 2012-03-07 06:48:56 -08:00
Olivier Grisel 155ead7dbb Fix charse in mlcomp example 2012-03-04 13:19:08 +01:00
Mathieu Blondel 36c2dcb804 Updat examples. 2012-01-14 22:40:29 +09:00
draxus e5628f79c6 peping8 examples 2011-12-19 18:16:51 +01:00
Olivier Grisel 78dd8b5626 batch trailing spaces cleanup 2011-09-06 23:12:26 +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
Lars Buitinck 0b8e809a16 FIX more useful diagnostics in mlcomp_sparse_document_classification.py 2011-07-22 15:30:57 +02:00
Lars Buitinck 6f4021cef9 fix naive bayes docs and example + credit mblondel + vanity 2011-05-22 20:22:08 +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
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 123c0f8c11 better name: rename class_names to target_names for consistency 2011-02-27 12:15:50 +01: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 8277a241d8 better title for the mlcomp example 2010-11-14 02:46:47 +01:00
Olivier Grisel 426dc63c41 use a SGD model in the mlcomp demo since it is the fastest for this problem 2010-11-12 01:44:18 +01:00
Olivier Grisel 9d5e16b666 trailing spaces holocaust 2010-11-06 15:42:55 +01:00
Alexandre Gramfort aead1012b1 cosmit + typos in doc 2010-11-04 08:36:25 +01:00
Mathieu Blondel 526c0be2e1 Merge branch 'textextract'
Conflicts:
	examples/mlcomp_document_classification.py
2010-11-03 15:53:35 +09:00
Alexandre Gramfort ec1514ac19 ENH : more love in examples (adding print __doc__ + some brief descriptions in headers + fixing Anova SVC Pipeline example) 2010-11-02 11:38:06 +01:00
Olivier Grisel 2a76cbeab6 tracking changes occurring on master 2010-11-01 15:11:19 +01:00
Olivier Grisel d0828deba0 showcase the new classification report in the examples 2010-11-01 12:37:06 +01:00
Olivier Grisel 458527fe06 porting the sparse document classification example to the new API 2010-10-25 02:12:28 +02:00
Fabian Pedregosa b77189bfa5 Fix imports in example. 2010-10-22 12:00:12 +02:00
Olivier Grisel da9edc523f Showcase the new LinearSVC wrapper for with sparse liblinear bindings in the 20 newsgroups document classification example 2010-08-17 16:02:45 +02:00
Olivier Grisel 8c61c972e2 new example to demonstrate sparse TF-IDF + sparse SVM on 20 newsgroups (too slow right now) 2010-08-02 01:08:42 +02:00