scikit-learn/doc
Kushan Sharma 150ff34e85
[MRG] DOC add __sklearn_is_fitted__ example (#26618)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2023-07-17 14:17:45 +05:00
..
binder Adjust comment to reflect the move away from the binder-examples repo (#20480) 2021-07-09 10:47:24 +02:00
computing MAINT Fix several typos in src and doc files (#26187) 2023-04-17 21:35:24 -04:00
datasets DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00
developers [MRG] DOC add __sklearn_is_fitted__ example (#26618) 2023-07-17 14:17:45 +05:00
images ENH Adds TargetEncoder (#25334) 2023-03-16 16:59:20 +01:00
includes DOC Updates entire website design (#14849) 2019-09-21 20:22:34 +10:00
logos DOC Updating Branding Guidelines (#24241) 2022-08-31 17:35:21 -04:00
modules ENH Array API support for PCA (#26315) 2023-07-13 16:58:06 -05:00
sphinxext MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
templates MAINT Update what's new for 1.3.0 final release (#26730) 2023-06-29 16:34:00 +02:00
testimonials MNT replace unconventional characters (#23966) 2022-07-21 12:19:12 +02:00
themes/scikit-learn-modern DOC fix rendering of download note in example (#26703) 2023-06-30 14:01:49 +02:00
tutorial DOC Fix minor typo - "there" to "their" (#26346) 2023-05-08 09:09:19 +02:00
whats_new ENH Add routing to LogisticRegressionCV (#26525) 2023-07-14 19:00:35 +02:00
Makefile MAINT do not use nitpicks for sphinx build (#26781) 2023-07-06 09:36:38 +00:00
README.md DOC fix typo in the README file (#21187) 2021-09-29 13:49:38 +02:00
about.rst DOC Update contributor experience team (#25792) 2023-03-09 14:44:45 +01:00
authors.rst DOC Promote Omar Salman to the Core Contributor Team (#26811) 2023-07-10 15:01:25 +02:00
authors_emeritus.rst DOC Update author tables for 1.3 (#26572) 2023-06-14 17:35:22 +02:00
common_pitfalls.rst DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00
communication_team.rst DOC Update "About Us" (#25435) 2023-01-20 10:51:47 +01:00
communication_team_emeritus.rst DOC Update "About Us" (#25435) 2023-01-20 10:51:47 +01:00
computing.rst DOC Improves sidebar navigation for user guide (#16964) 2020-08-02 23:07:48 +10:00
conf.py FIX Add additional prompts for sphinx-copybutton (#26712) 2023-06-30 17:49:55 +02:00
conftest.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
contents.rst DOC Sphinx Unexpected unindent warnings (#15130) 2019-10-04 10:56:32 -04:00
contributor_experience_team.rst DOC add Maren Westermann to the contributor experience team (#26815) 2023-07-10 14:51:42 -04:00
contributor_experience_team_emeritus.rst DOC Update contributor experience team (#25792) 2023-03-09 14:44:45 +01:00
data_transforms.rst DOC Improves sidebar navigation for user guide (#16964) 2020-08-02 23:07:48 +10:00
datasets.rst DOC Fix typo in datasets.rst (#19136) 2021-01-08 08:34:35 -05:00
dispatching.rst ENH Adds Array API support to LinearDiscriminantAnalysis (#22554) 2022-09-21 15:36:19 +02:00
faq.rst DOC several small typo fixes in the documentation rst files (#25829) 2023-03-13 10:49:21 +01:00
getting_started.rst MAINT Fix several typos in src and doc files (#26187) 2023-04-17 21:35:24 -04:00
glossary.rst DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00
governance.rst DOC fix SLEP020 link in governance (#26816) 2023-07-10 16:05:15 +00:00
inspection.rst DOC: various spellcheck and typos (#23093) 2022-04-12 10:53:27 +02:00
install.rst CLN EnvironmentError, IOError, WindowsError → OSError (#26466) 2023-06-02 17:20:31 -04:00
jupyter-lite.json MNT Bump Pyodide version to 0.23.4 (#26824) 2023-07-12 15:09:13 +02:00
jupyter_lite_config.json MNT reduce JupyterLite build size (#26246) 2023-04-24 14:17:11 +02:00
make.bat FIX Enables make to build docs on Windows (#23561) 2022-06-09 11:28:54 +02:00
metadata_routing.rst DOC add metadata routing terms to glossary (#26685) 2023-07-05 22:46:45 +02:00
model_persistence.rst DOC Update model_persistence.rst to fix skops example (#25993) 2023-03-28 16:54:15 +00:00
model_selection.rst DOC revamp model persistence documentation (#18046) 2020-09-23 22:54:27 +10:00
preface.rst DOC Sphinx Unexpected unindent warnings (#15130) 2019-10-04 10:56:32 -04:00
presentations.rst DOC use https links when possible (#25049) 2022-11-28 10:24:43 +01:00
related_projects.rst DOC Add skforecast to related projects page (#26133) 2023-04-13 13:50:39 +02:00
roadmap.rst DOC fix links with broken anchor (#23611) 2022-06-14 16:51:01 +02:00
supervised_learning.rst ENH Add optional parameter to return raw data for diabetes dataset (#16605) 2021-12-17 11:33:18 +01:00
support.rst DOC use https links when possible (#25049) 2022-11-28 10:24:43 +01:00
tune_toc.rst DOC Updates entire website design (#14849) 2019-09-21 20:22:34 +10:00
unsupervised_learning.rst DOC Improves sidebar navigation for user guide (#16964) 2020-08-02 23:07:48 +10:00
user_guide.rst FEAT SLEP006: metadata routing infrastructure (#24027) 2023-06-02 16:43:31 -04:00
visualizations.rst FEA add ValidationCurveDisplay in model_selection module (#25120) 2023-06-14 17:08:43 +00:00
whats_new.rst MAINT bump version + create what's new 1.4 (#26577) 2023-06-19 17:15:58 +02:00

README.md

Documentation for scikit-learn

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