@@ -12,12 +12,12 @@ There are several channels to connect with scikit-learn developers for assistanc
12
12
Mailing Lists
13
13
=============
14
14
15
- - **Main Mailing List **: Join the primary discussion
16
- platform for scikit-learn at `scikit-learn Mailing List
15
+ - **Main Mailing List **: Join the primary discussion
16
+ platform for scikit-learn at `scikit-learn Mailing List
17
17
<https://mail.python.org/mailman/listinfo/scikitlearn> `_.
18
18
19
- - **Commit Updates **: Stay informed about repository
20
- updates and test failures on the `scikit-learn-commits list
19
+ - **Commit Updates **: Stay informed about repository
20
+ updates and test failures on the `scikit-learn-commits list
21
21
<https://lists.sourceforge.net/lists/listinfo/scikit-learn-commits> `_.
22
22
23
23
.. _user_questions :
@@ -27,28 +27,28 @@ User Questions
27
27
28
28
If you have questions, this is our general workflow.
29
29
30
- - **Stack Overflow **: Some scikit-learn developers support users using the
31
- `[scikit-learn] <https://stackoverflow.com/questions/tagged/scikit-learn >`_
30
+ - **Stack Overflow **: Some scikit-learn developers support users using the
31
+ `[scikit-learn] <https://stackoverflow.com/questions/tagged/scikit-learn >`_
32
32
tag.
33
33
34
- - **General Machine Learning Queries **: For broader machine learning
34
+ - **General Machine Learning Queries **: For broader machine learning
35
35
discussions, visit `Stack Exchange <https://stats.stackexchange.com/ >`_.
36
36
37
37
When posting questions:
38
38
39
- - Please use a descriptive question in the title field (e.g. no "Please
40
- help with scikit-learn!" as this is not a question)
39
+ - Please use a descriptive question in the title field (e.g. no "Please
40
+ help with scikit-learn!" as this is not a question)
41
41
42
42
- Provide detailed context, expected results, and actual observations.
43
43
44
- - Include code and data snippets (preferably minimalistic scripts,
44
+ - Include code and data snippets (preferably minimalistic scripts,
45
45
up to ~20 lines).
46
46
47
- - Describe your data and preprocessing steps, including sample size,
48
- feature types (categorical or numerical), and the target for supervised
47
+ - Describe your data and preprocessing steps, including sample size,
48
+ feature types (categorical or numerical), and the target for supervised
49
49
learning tasks (classification type or regression).
50
50
51
- **Note **: Avoid asking user questions on the bug tracker to keep
51
+ **Note **: Avoid asking user questions on the bug tracker to keep
52
52
the focus on development.
53
53
54
54
- `GitHub Discussions <https://github.com/scikit-learn/scikit-learn/discussions >`_
@@ -61,7 +61,7 @@ the focus on development.
61
61
Bug reports - Please do not ask usage questions on the issue tracker.
62
62
63
63
- `Discord Server <https://discord.gg/h9qyrK8Jc8 >`_
64
- Current pull requests - Post any specific PR-related questions on your PR,
64
+ Current pull requests - Post any specific PR-related questions on your PR,
65
65
and you can share a link to your PR on this server.
66
66
67
67
.. _bug_tracker :
@@ -83,7 +83,7 @@ Include in your report:
83
83
- The ideal bug report contains a :ref: `short reproducible code snippet
84
84
<minimal_reproducer>`, this way anyone can try to reproduce the bug easily.
85
85
86
- - If your snippet is longer than around 50 lines, please link to a
86
+ - If your snippet is longer than around 50 lines, please link to a
87
87
`gist <https://gist.github.com >`_ or a github repo.
88
88
89
89
**Tip **: Gists are Git repositories; you can push data files to them using Git.
@@ -102,20 +102,21 @@ questions.
102
102
Gitter
103
103
======
104
104
105
- **Note **: The scikit-learn Gitter room is no longer an active community.
106
- For live discussions and support, please refer to the other channels
105
+ **Note **: The scikit-learn Gitter room is no longer an active community.
106
+ For live discussions and support, please refer to the other channels
107
107
mentioned in this document.
108
108
109
109
.. _documentation_resources :
110
110
111
111
Documentation Resources
112
112
=======================
113
113
114
- This documentation is for |release |. Find documentation for other versions
115
- `here <https://scikit-learn.org/dev/versions.html >`__.
114
+ This documentation is for |release |. Documentation for other versions can be found `here
115
+ <https://scikit-learn.org/dev/versions.html> `__, including zip archives which can be
116
+ downloaded for offline access.
116
117
117
- Older versions' printable PDF documentation is available ` here
118
- <https://sourceforge.net/projects/scikit-learn/files/ documentation/> `_ .
119
- Building the PDF documentation is no longer supported in the website,
120
- but you can still generate it locally by following the
121
- :ref: ` building documentation instructions < building_documentation >` .
118
+ We no longer provide a PDF version of the documentation, but you can still generate it
119
+ locally by following the :ref: ` building documentation instructions < building_documentation >` .
120
+ The most recent version with a PDF documentation is quite old, 0.23.2 (released
121
+ in August 2020), but the PDF is available ` here
122
+ <https://scikit-learn.org/0.23/_downloads/scikit-learn-docs.pdf> `__ .
0 commit comments