-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC Ensures that make_blobs passes numpydoc validation #22342
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
Conversation
Thanks for the PR! This PR contains a full virtual environment called Removing the folder requires some knowledge to git add sklearn/datasets/_samples_generator.py |
The million of files are still there because they were committed before |
sure sir |
.gitignore
Outdated
@@ -82,3 +82,5 @@ sklearn/utils/_seq_dataset.pxd | |||
sklearn/utils/_weight_vector.pyx | |||
sklearn/utils/_weight_vector.pxd | |||
sklearn/linear_model/_sag_fast.pyx | |||
# virtualenv from advanced installation guide | |||
sklearn-env/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not required anymore as long as you sync with main
. We added this to the .gitignore
file in another PR. Here is how you sync with upstream:
Assuming you have upstream
setup:
git remote add upstream [email protected]:scikit-learn/scikit-learn.git
Sync with upstream
git fetch upstream
git merge upstream/main
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done sir
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the update @AnkitKumar2698 ! LGTM
Thanks for merging sir |
Reference Issues/PRs
Addresses #21350
What does this implement/fix? Explain your changes.
Fix the description of sklearn.datasets._samples_generator.make_blobs