scikit-learn/doc
Guillem García Subies deec2baf00 [MRG] Deprecated 'copy' in TfidfVectorizer.transform (#14520)
* Deprecated 'copy' in TfidfVectorizer.transform

* Update text.py

* Update text.py

* Update text.py

* Added test

* Update sklearn/feature_extraction/tests/test_text.py

Co-Authored-By: Andreas Mueller <t3kcit@gmail.com>

* Update test_text.py

* Update test_text.py

* Update text.py

* Update text.py

* Update text.py

* Update v0.22.rst

* Update doc/whats_new/v0.22.rst

Co-Authored-By: Joel Nothman <joel.nothman@gmail.com>

* Update test_text.py

* Update text.py

* Update text.py

* Update text.py

* Update test_text.py

* Update doc/whats_new/v0.22.rst

Co-Authored-By: Joel Nothman <joel.nothman@gmail.com>

* Update v0.22.rst
2019-08-07 12:20:41 -04:00
..
datasets [MRG] Doctest with print change only adjusts default options for doctest (#13991) 2019-06-01 10:53:45 +02:00
developers DOC add example of a good docstring for defaults and examples (#12356) 2019-08-07 22:32:40 +08:00
images DOC Add schematics for cross-validation and grid search (#12281) (#12499) 2019-01-08 17:48:23 +11:00
includes
logos DOC optimize some PNG images, shaves off 24kB 2014-07-09 17:40:57 +02:00
modules MAINT DOC Fix CircleCI on master (#14586) 2019-08-07 15:57:06 +02:00
sphinxext MNT DOC don't warn if a ref with single backtick is not found (#14040) 2019-06-08 15:58:26 +04:00
templates [MRG] update numpydoc to upstream, include fix for line numbers (#7355) 2017-07-18 19:34:54 +02:00
testimonials DOC fix minor sphinx issues (#12653) 2018-11-23 09:19:56 +08:00
themes/scikit-learn DOC Updates CSS to be compatible with Sphinx 2.1 (#13982) 2019-07-24 20:47:01 +10:00
tutorial MAINT Remove tolerance paramter from Perceptron (#14558) 2019-08-02 16:11:46 -04:00
whats_new [MRG] Deprecated 'copy' in TfidfVectorizer.transform (#14520) 2019-08-07 12:20:41 -04:00
Makefile [MRG] Matplotlib tree plotting (#9251) 2018-10-11 15:42:02 -04:00
README.md DOC Updates contributing.rst with doc build instructions (#10272) 2017-12-13 07:41:07 +11:00
about.rst MNT Generate emeritus list, add dates, and change sorting (#13586) 2019-07-14 07:13:37 +08:00
authors.rst MNT Generate emeritus list, add dates, and change sorting (#13586) 2019-07-14 07:13:37 +08:00
authors_emeritus.rst MNT Generate emeritus list, add dates, and change sorting (#13586) 2019-07-14 07:13:37 +08:00
conf.py EXA Add memory measurements in example gallery (#14532) 2019-07-31 17:08:15 +02:00
conftest.py DEP remove utilities related to mldata (#13798) 2019-05-21 18:37:09 +10:00
data_transforms.rst MNT Add sklearn.compose and move TransformedTargetRegressor to it (#10719) 2018-03-16 21:27:03 +08:00
documentation.rst DOC Contributing guide update (#13961) 2019-06-20 10:05:21 -04:00
faq.rst DOC Clarify inclusion criteria for speed ups (#13255) 2019-02-26 03:45:02 +11:00
glossary.rst DOC added undefined behavior of partial_fit to glossary (#14482) 2019-07-27 21:33:49 +08:00
governance.rst DOC: Add SLEP and Governance in Dev Docs (#13688) 2019-04-23 15:46:27 +10:00
index.rst DOC update news and change logs for patch releases (#14502) 2019-07-29 16:38:51 +02:00
inspection.rst [MRG] Adds Permutation Importance (#13146) 2019-07-17 13:16:00 -04:00
install.rst DOC Note down matplotlib dependency in README.rst (#14322) 2019-07-14 09:31:15 +08:00
make.bat add html-noplot and changed help message to make.bat (#8524) 2017-03-04 14:56:02 -05:00
model_selection.rst DOC Add the learning curve documentation to model_selection.rst 2015-11-04 15:22:09 +01:00
other_distributions.rst DOC: Fixes for latest numpydoc (#13670) 2019-04-22 09:04:52 -04:00
preface.rst DOC: Fixes for latest numpydoc (#13670) 2019-04-22 09:04:52 -04:00
presentations.rst Converting http to https (3)... (#12302) 2018-10-05 18:50:31 +02:00
related_projects.rst DOC added recommender system related projects (#14572) 2019-08-06 11:32:12 +02:00
roadmap.rst DOC add more issue links to roadmap (#14527) 2019-07-31 13:55:09 +02:00
supervised_learning.rst (WIP) Added Multi-layer perceptron (MLP) 2015-10-21 14:41:40 -04:00
support.rst Converting http to https (3)... (#12302) 2018-10-05 18:50:31 +02:00
tune_toc.rst sidebar hide on css 2015-05-25 18:25:11 +02:00
unsupervised_learning.rst (WIP) Added Multi-layer perceptron (MLP) 2015-10-21 14:41:40 -04:00
user_guide.rst FEA Partial dependence plots (#12599) 2019-04-24 22:52:15 +10:00
whats_new.rst DOC move 0.20 to previous releases 2019-04-29 23:04:51 +10:00

README.md

Documentation for scikit-learn

This directory contains the full manual and web site as displayed at http://scikit-learn.org. See http://scikit-learn.org/dev/developers/contributing.html#documentation for detailed information about the documentation.