Xinfan Meng
d96f196ac9
DOC Fix broken class references
2014-11-30 18:34:59 +11:00
Lars Buitinck
a642428f1d
DOC link to NLTK website
...
[ci skip]
2014-11-14 11:02:47 +01:00
floydsoft
3c5c4f500e
fix the link of Out-of-core_algorithm
2014-09-26 11:32:29 +08:00
Lars Buitinck
56057c9630
MAINT remove deprecated code
2014-07-23 16:19:40 +02:00
Andreas Mueller
5b247f90e4
move around examples for better structure.
2014-07-17 09:35:30 +02:00
Olivier Grisel
2eb1e98eef
MAINT ensure that examples figures are displayed in the correct order
2014-07-14 15:47:17 +02:00
eltermann
b53b573c31
Replaced abbreviated 'w.r.t' to 'with regards to'
2014-02-05 12:59:07 -02:00
Baptiste Lagarde
e98f4fd16b
FIX: Typo
2014-01-22 00:24:30 +11:00
Joel Nothman
8c3efd4e4b
DOC make indifferent to compressed sparse orientation
2014-01-21 08:49:34 +11:00
Baptiste Lagarde
a90e8a54a1
FIX: Typos
2013-12-23 21:57:06 +11:00
Baptiste Lagarde
06984c2479
FIX: Typo
2013-12-22 12:47:54 +11:00
Baptiste Lagarde
0d3e15e6d6
FIX: Typo
2013-12-22 12:42:41 +11:00
Lars Buitinck
0cc3291a7f
DOC improve encoding docs
2013-09-16 11:41:29 +02:00
Lars Buitinck
9a9b9e85ed
DOC+COSMIT: typos, lots of them
...
Fixes #2102 . There's one typo left in joblib which is better fixed
upstream.
2013-09-13 16:29:42 +02:00
Rohit Sivaprasad
9ad70ea4f6
Edit typo
2013-09-04 19:49:14 -04:00
Olivier Grisel
a48207c4a8
One more Python 3 fix in feature_extraction.rst
2013-07-26 12:39:07 +02:00
Andreas Mueller
a4e53a6a3c
FIX hopefully fixing travis.
2013-07-26 11:38:08 +02:00
Andreas Mueller
0da99d4aee
FIX hopefully fixing travis.
2013-07-26 11:21:49 +02:00
Nelle Varoquaux
0498af7d31
DOC better deprecation warning messages.
...
The charset parameter has been replaced by encoding and the charset_error by
decode_error.
2013-07-26 10:14:45 +02:00
Nelle Varoquaux
88fd230439
MAINT charset is deprecated in favor of encoding
...
closes #2107
2013-07-26 09:30:58 +02:00
Justin Vincent
2bd695ab01
Another ELLIPSIS
2013-07-10 17:51:57 -04:00
Justin Vincent
777f57a9a3
A little more of those unicode helpers
2013-07-10 17:26:26 -04:00
Justin Vincent
e27743fcfd
ELLIPSIS around a unicode issue.
2013-07-10 16:43:54 -04:00
Justin Vincent
f1a40a4df4
Make the fixes 2.6 compatible
2013-07-10 16:01:10 -04:00
Justin Vincent
14f8fdba8e
use ELLIPSIS in doctest to deal with numpy changes.
2013-07-10 13:01:41 -04:00
Justin Vincent
fe52584e83
Got all the doc-tests working
2013-07-10 10:52:25 -04:00
Rob Speer
b9877a7365
Move the new "Decoding text files" doc section
...
It should come after the other section that describes text feature
extraction.
2013-06-29 14:58:35 -05:00
Rob Speer
b7b4f9363e
Add a documentation section about decoding text.
...
This is a stage that has to happen before extracting features. Adding
this documentation helps address a bug report about UnicodeDecodeErrors.
2013-06-29 14:58:35 -05:00
Jaques Grobler
8861833ec9
DOC spellfixes
2013-06-29 16:18:23 +03:00
eustache
e31c4a70df
added sub section on out-of-core scaling in the narrative docs
2013-06-18 10:05:45 +02:00
lqdc
3444bfbe88
ENH Rewrote CountVectorizer fit_transform to be ~40% faster
...
Performance Results: http://i.imgur.com/5IGEz3Q.png
2013-04-19 21:13:50 +02:00
Andreas Mueller
3c501ec97b
COSMIT typo. the French again ;)
2013-04-14 16:34:53 +02:00
Stefano Lattarini
67ece78da4
COSMIT various typofixes
...
As suggested by codespell <https://github.com/lucasdemarchi/codespell >
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
2013-04-11 21:22:14 +02:00
Lars Buitinck
ce72c0b183
BUG failing doctest
...
My laptop didn't catch this, so the explicit np.int64 is probably a good idea.
2013-03-10 22:25:58 +01:00
Lars Buitinck
ec47a6b93d
DOC fix broken doctests for feature_extraction.text
...
This time, I actually did run the doctests, but they succeeded
because I have NLTK installed.
2013-02-28 17:21:28 +01:00
Lars Buitinck
f4d4b4cd75
DOC fix text vectorizer docs and add NLTK example
...
The narrative docs did not correctly describe the working of a custom
analyzer, which will actually skip the built-in preprocessing and
tokenization.
2013-02-28 17:07:34 +01:00
Lars Buitinck
50dbadb216
DOC copyedit FeatureHasher narrative further
...
@ogrisel's remark + avoid "since" 2× in a sentence.
2013-02-14 00:39:49 +01:00
Lars Buitinck
9f6c8bbf34
DOC copyedit FeatureHasher narrative
2013-02-13 11:04:57 +01:00
Lars Buitinck
4c60052cbe
DOC whitespace in doctest
2013-02-10 15:40:41 +01:00
Lars Buitinck
1c0d422348
DOC fix failing doctest due to unicode_literals
2013-02-09 18:38:01 +01:00
Lars Buitinck
a186db41c5
BUG fix failing doctest
2013-01-22 22:11:22 +01:00
Lars Buitinck
5ae14af38f
DOC copyedit HashingVectorizer docs
2013-01-20 13:05:28 +01:00
Olivier Grisel
d564e6612f
DOC: typos
2013-01-20 13:05:28 +01:00
Olivier Grisel
592c0f712a
DOC: address @mblondel's comments
2013-01-20 13:05:28 +01:00
Olivier Grisel
26d8bf7fc4
DOC: merged the whats new entries and add links to the narrative doc
2013-01-20 13:05:28 +01:00
Olivier Grisel
de9d734ff3
DOC: typos
2013-01-20 13:05:27 +01:00
Olivier Grisel
fe38fb9e9c
DOC: narrative doc for HashingVectorizer
2013-01-20 13:05:27 +01:00
Olivier Grisel
e57c6b2db0
DOC: Started section on hashing vectorizer in narrative section
2013-01-20 13:05:27 +01:00
Vlad Niculae
00f5a02bdc
DOC: fix typo and formatting around MurmurHash3
2013-01-09 13:48:53 +00:00
Lars Buitinck
f93ebb47e7
BUG enforce and document max. n_features for FeatureHasher
...
Using a larger number might work sometimes, but produce bogus
results, or it may cause cryptic error messages from scipy.sparse.
Also justify the use of a single hash function for those who have
read Weinberger's paper.
2012-11-19 12:04:57 +01:00