Commit Graph

129 Commits

Author SHA1 Message Date
Thomas J. Fan 4abd9f2d9e
API Implements get_feature_names_out for transformers that support get_feature_names (#18444)
Co-authored-by: Andreas Mueller <andreas.mueller@columbia.edu>
Co-authored-by: Andreas Mueller <andreasmuellerml@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2021-09-07 10:56:57 +02:00
Maren Westermann 70e1558607
DOC shorten links in doc/* modules (#17820)
* shorten links in doc modules

* fix links

* implement suggested changes

* try to fix links with tilde sign

* change back broken links in computing.rst and try make link in faq.rst work

* implement reviewer's suggested changes
2020-08-21 14:31:41 +02:00
Chiara Marmo 320b4c61f9
FEA Add iterable values support for dictvectorizer (#17367)
Co-authored-by: Peng Yu <peng.yu@shopify.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Joel Nothman <joel.nothman@gmail.com>
2020-08-01 22:10:36 +10:00
Adrin Jalali 6cd77c2c50
API make feature_extraction's constructors' params kwonly (#16866) 2020-04-15 12:11:26 -04:00
Andreas Mueller a6103d3faf MAINT remove inheriting from object (#14891) 2019-09-05 14:41:29 -04:00
Maithreyi Venkatesh e8775d3686 Update 'Using stop words' documentation (#14755) 2019-08-24 15:07:47 -04:00
Thomas J Fan 2e7e06b78f [MRG] Doctest with print change only adjusts default options for doctest (#13991) 2019-06-01 10:53:45 +02:00
Vishaal Kapoor fdf2f3834e DOC Correct TF-IDF formula in TfidfTransformer comments. (#13054) 2019-01-29 17:50:41 +11:00
Rüdiger Busche d300f406ae MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
TakingItCasual f4e7d2b19a Converting http to https (3)... (#12302) 2018-10-05 18:50:31 +02:00
louib f0532c5426 DOC Removing quotes from variant names. (#12113) 2018-09-20 09:10:37 +08:00
Ryan 4bce4529f6 DOC Remove stray backtick in /doc/modules/feature_extraction.rst (#11910) 2018-08-25 11:05:18 +08:00
Honghe 6c0e9b4438 DOC Update feature_extraction.rst (#11629)
`n_{d} = 6` meas the total number of documents.
2018-07-20 07:15:41 +10:00
Joel Nothman e0cfc925a1 DOC Document issues with stop words (#11552) 2018-07-18 00:45:05 +02:00
Loïc Estève 1c61b8ac1b DOC Fix some example refs due to renaming examples (#11214) 2018-06-07 10:40:30 +08:00
Joris Van den Bossche 0b6308c270 FEA Add ColumnTransformer for heterogeneous data (#9012) 2018-05-30 07:49:21 +10:00
Loïc Estève 20661b5018
TST: only run doctests on numpy 1.14. (#10835)
Fix doctests due to numpy 1.14 formatting changes.
2018-03-27 07:44:40 +02:00
jotasi f107e53a9b [doc build] Changed references to renamed examples (#10654) 2018-02-19 11:24:39 +11:00
Nagarjuna Kumar ded2276d88 Fixed typos in tf-idf term weighting section (#9547) 2017-08-14 13:22:17 -04:00
Roman Yurchak b46e6382da Custom token processor example (#7286) 2017-07-01 00:04:11 +02:00
Roman Yurchak b189254bd9 [MRG + 1] DOC remove deprecated option in HashingVectorizer examples (#9163)
* DOC remplace non_negative=True with alternate_sign=False in
HashingVectorizer examples

* Updated feature_extraction doc
2017-06-21 09:01:55 +10:00
Joris Van den Bossche 2537c313a5 DOC: fix links to examples (#9102) 2017-06-12 10:54:30 +02:00
Puneet Mathur 9e0e2d41fe [MRG+1] Spelling mistake in Feature Extraction documentation (#8763)
* task: Fixed the minor change in code from svr to svm merging back to main branch http://scikit-learn.org/dev/modules/generated/sklearn.model_selection.GridSearchCV.html#sklearn.model_selection.GridSearchCV done on: Mar 13 2017 14:30 IST

* issue#8761: Fixed the code with spelling mistake Spelling mistake in
Feature Extraction documentation #8761
2017-04-19 10:20:22 -07:00
Sebastian Raschka 96f6ec0621 [MRG] extending tfidf documentation (#7015) 2016-08-12 12:15:16 +10:00
Óscar Nájera bd5cecce44 update references link namespace 2016-08-03 20:23:50 +02:00
Óscar Nájera 04116ce286 update image sources namespace 2016-08-03 20:23:50 +02:00
Nate George 9b25f5d37a Fix docs links (#7005)
* docs: fix broken and redirect links

see #7000

* docs: fix links

see #7000

* docs: merge with master

* docs: fix fnrs and tinyclues logo links

* docs: fix link reference in text

* docs: fix typo

* docs: added back in metaoptimize-qa paragraph

* docs: update language for defunct site

* docs: update stackexchange section

* docs: remove defunct site, move quora to top

* docs: remove defunct link and rearrange links
2016-07-27 16:58:25 -04:00
Joel Nothman 1ad6fe3c42 DOC revert removal of duplicate word in doctest 2016-07-27 14:55:00 +10:00
Andreas Mueller 8972d82a1f DOCS / COSMIT duplicate word typos 2016-07-26 10:44:32 -04:00
Rémy Léone 9b7176dd9d [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
Nelson Liu fcfaa5fc37 Updated examples and tests that use scipy's lena
scipy.misc.lena will be removed in scipy version 0.17.
This changes the example to use scipy.misc.face instead.
2016-02-11 09:13:40 +01:00
Kyler Brown 11cd969755 fixing a typo in feature extraction documentation 2015-08-13 09:13:13 -05:00
Lars a6c6e732c5 Merge pull request #3659 from chyikwei/onlineldavb
ENH Latent Dirichlet Allocation (LDA) with online variational Bayes
2015-08-09 19:13:01 +02:00
Chyi-Kwei Yau 2f1a26e368 merge NMF and LDA example 2015-06-24 00:03:48 -04:00
Andreas Mueller 0650d5502e DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
Andreas Mueller f8102e5ba9 DOC fix link in text extraction narrative 2015-04-04 14:46:41 -04:00
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