Commit Graph

40 Commits

Author SHA1 Message Date
Olivier Grisel e0f9a97928 FIX: broken doctest for DictVectorizer 2012-09-30 15:32:01 +02:00
Andreas Mueller 986ad8c441 FIX docstring for count vectorizer. Sorry about that. 2012-09-20 15:42:04 +01:00
Lars Buitinck 9e3e9ad806 DOC copyediting
Removed the note about vector space models; tf-idf is not the defining
feature of the VSM, AFAIK. In any case, it's not very relevant to ML.
2012-09-05 01:01:51 +02:00
Andreas Mueller 05630b0ae4 ENH added min_df keyword to CountVectorizer, default=2 2012-09-01 14:29:35 +02:00
Andreas Mueller f408d76b68 DOC fixed renaming of ngram_range in feature_extraction narrative 2012-08-26 12:15:18 +02:00
Andreas Mueller bf787ac11f ENH renamed parameter bounds_n to ngram_range, fixed doctests and tests. 2012-08-19 14:26:09 +01:00
Olivier Grisel 6ba3de1127 DOC: better narrative for char_wb text analyzer + add a whats_new entry 2012-08-18 00:19:36 +02:00
Olivier Grisel 6998a0ee41 fix broken doctests for the new char_wb text analyzer 2012-08-17 18:44:00 +02:00
Kernc 4c3532a552 mentioned 'char' vs 'char_wb' in the narrative 2012-08-14 19:12:54 +02:00
Kernc 27164f597f some narrative documentation... 2012-08-14 12:33:21 +02:00
Lars Buitinck be8319f77b DOC typos 2012-07-21 01:38:25 +02:00
Gael Varoquaux ae1cfd5705 DOC: image to graph utilities 2012-05-07 09:34:50 +02:00
Gael Varoquaux 7b34fbacee DOC: Feature extraction vs feature selection 2012-05-07 08:22:44 +02:00
Lars Buitinck eadb1f59ff DOC small fixes to DictVectorizer documentation 2012-04-03 11:18:53 +02:00
Olivier Grisel e4ce5cf20d ENH: sort features in dict vectorizer + new doc 2012-04-01 03:13:23 +02:00
Lars Buitinck 20b04689d9 Merge branch 'dictvectorizer'
Conflicts:
	doc/modules/feature_extraction.rst
2012-03-18 18:09:43 +01:00
Lars Buitinck 7af5f6a549 BUG fix doctests for DictVectorizer (nose 0.X compat) 2012-03-17 14:52:24 +01:00
Lars Buitinck edd77483e4 DOC narrative documentation for DictVectorizer 2012-03-17 01:49:18 +01:00
GaelVaroquaux 2930bfe78c TEST: fix doctest on non 64bit boxes 2012-03-10 00:05:14 +01:00
Olivier Grisel c0541fa03b Renamed Vectorizer to TfidfVectorizer + deprecation warning 2012-03-07 06:48:56 -08:00
Olivier Grisel 754788cec0 typo 2012-03-06 17:33:01 -08:00
Olivier Grisel 0272892716 typos 2012-03-06 07:25:33 +01:00
Olivier Grisel 7e58310a6d typo 2012-03-06 02:39:28 +01:00
Olivier Grisel 3872d44900 No accent stripping by default + various doc fixes 2012-03-06 02:15:28 +01:00
Olivier Grisel 899914009f better explanation for bigram features 2012-03-06 01:57:19 +01:00
Olivier Grisel 9166a2df90 s/Bags/Bag/ and Vector Space Model 2012-03-06 01:53:12 +01:00
Olivier Grisel 15563991c7 updated whats new 2012-03-06 00:51:50 +01:00
Olivier Grisel 0ce35bb99e DOC: TF-IDF and customizing 2012-03-06 00:37:47 +01:00
Olivier Grisel 864e4fb155 ENH: remove useless array wrap for feature names + more TF-IDF tests 2012-03-05 20:34:45 +01:00
Olivier Grisel 1f542c29d2 finally the right API with plenty of efficient overrides 2012-03-04 21:58:38 +01:00
Olivier Grisel 267015f36e switch back to the old vocabulary constructor argument 2012-03-04 20:00:13 +01:00
Olivier Grisel 4f31269ff9 DOC: started section on text feature extraction 2012-03-04 18:56:03 +01: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
Olivier Grisel f5061843ef fix broken doctests 2011-08-09 18:05:40 +02:00
Alexandre Gramfort 61bdb4b9c6 DOC : fix doc building 2011-08-09 10:53:31 -04:00
vene c1222accb2 Updated documentation, fixed bug in the process 2011-08-09 13:47:14 +03:00
vene 8c8f3e961e Added feature extraction as a chapter 2011-08-09 01:10:33 +03:00
vene eda72935ac New file: Feature extraction documentation 2011-08-08 19:10:42 +03:00