-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Ensure that we have an example in the docstring of each public function or class #27982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am new to GitHub, and I want to work on this! |
Hi @AdarshWase, to start working on this, you can fork the scikit-learn repository, clone it to your local machine, make your changes, and then send a pull request. The pull request should mention this issue (#27982). I've already send a PR for the clustering functions, so you should work on some other functions. Hope this helped. Lmk if you have any other questions :) |
I added docstring examples of all metric.pairwise functions (except |
Hi @AdarshWase. I've given some of my insight in the PR convo. |
Hi, I would like to take up documentation examples for functions from Will fork the repo, make changes and send a PR. |
…string-to-class_weight
…ctions-from-preprocessing-package
Assuming no one has started working on the feature_selection functions., I'll get started on those 👍. |
I will get started on |
I would like to work on one of the functions, am new here; I need someone to guide |
I will get started on sklearn.gaussian_process.kernels.Kernel |
I'll work on sklearn.utils.parallel.Parallel |
Working on |
I am working on
|
@vjoshi253 I think these have been done in #28035. |
Hi I am new to this issue, where are storing all the docs and what is the format of the documents |
@ayajnik I would recommend reading the documentation section of the contributing guide first. You may also look at some PR linked to this issue to see what others are doing towards this. |
Hi. I am new here ... will be working on ' sklearn.datasets.make_low_rank_matrix' for start. |
Adding an example to the make_moons functions, in response to scikit-learn#27982
Hi, I can't see anyone working on the items below so will take them.
|
@glemaitre |
Hi! I'm new to this repo. Could anyone help me get started ? |
So all docstrings got their associated examples. Thanks everyone for the hard-work. |
Uh oh!
There was an error while loading. Please reload this page.
We should make sure that we have a small example for all public functions or classes. Most of the missing examples are linked to functions.
I could list the following classes and functions for which
numpydoc
did not find any example:The code used to find the list above is detailed below:
The text was updated successfully, but these errors were encountered: