DOC Ensures that make_blobs passes numpydoc validation#22342
DOC Ensures that make_blobs passes numpydoc validation#22342thomasjpfan merged 7 commits intoscikit-learn:mainfrom Hashcode-Ankit:main
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
| sklearn/utils/_weight_vector.pxd | ||
| sklearn/linear_model/_sag_fast.pyx | ||
| # virtualenv from advanced installation guide | ||
| sklearn-env/ No newline at end of file |
There was a problem hiding this comment.
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 git@github.com:scikit-learn/scikit-learn.gitSync with upstream
git fetch upstream
git merge upstream/main
thomasjpfan
left a comment
There was a problem hiding this comment.
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