-
-
Notifications
You must be signed in to change notification settings - Fork 26.3k
DOC Ensures that AgglomerativeClustering passes numpydoc validation #20544
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
Merged
glemaitre
merged 45 commits into
scikit-learn:main
from
reshamas:AgglomerativeClustering
Aug 31, 2021
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
7b92e27
initial cleanup: parameters in backticks, spelling, etc
reshamas cd65b5f
more cleanup: make consistent use of quotes
reshamas d4d05da
fixing Aggl - Clust errors
reshamas 175c3ba
changing default of return_distance=False (instead of None)
reshamas c53fba5
added period after 'Agglomerative Clustering' in class
reshamas b3d7fa3
remove AgglomerativeClustering from test_docstrings.py file
reshamas 5cd5d8e
missing period for X parameter, line 380
reshamas b402366
formatting, for consistency
reshamas e57dceb
Update sklearn/cluster/_agglomerative.py
reshamas cff46d1
Update sklearn/cluster/_agglomerative.py
reshamas fe90070
Update sklearn/cluster/_agglomerative.py
reshamas 6f8f12f
Merge branch 'main' of github.com:scikit-learn/scikit-learn into Aggl…
reshamas cf0a476
Merge branch 'AgglomerativeClustering' of https://github.com/reshamas…
reshamas cec6bcd
remove `FeatureAgglomeration` from test_docstrings.py
reshamas f0c4764
change linkage options from single to double quotes
reshamas 876502b
for linkage parameter, change quotes from single to double
reshamas 902a14f
removed unnecessary period; added a period in def function
reshamas 10f4b0e
fixed missing periods in _feature_agglomeration.py file
reshamas 7c1aef6
Merge branch 'main' into AgglomerativeClustering
glemaitre 327cb22
formatting changes
reshamas 82d2f9b
?fixing merge conflicts
reshamas 9a2aa55
Merge branch 'main' of github.com:scikit-learn/scikit-learn into Aggl…
reshamas 2d15865
Merge branch 'main' of github.com:scikit-learn/scikit-learn into Aggl…
reshamas 994303d
test_docstrings.py merge conflict
reshamas 6dbf04b
fix merge conflicts in test_docstrings.py
reshamas 682b3a9
adding in parameters docstring
reshamas 527adbd
Merge branch 'main' of github.com:scikit-learn/scikit-learn into Aggl…
reshamas e17ba51
trying to fix docstring error
reshamas 95fadab
removed two classes from test_docstrings.py
reshamas 3675bd3
ran black on _agglomerative.py
reshamas 4006aec
remove AdditiveChi2Sampler and FastICA from test_docstrings.py
reshamas 738959e
Merge branch 'main' of github.com:scikit-learn/scikit-learn into Aggl…
reshamas 261063b
removed duplicate text for docstring for def fit
reshamas 5f5bfd0
edit docstring so it is only one line
reshamas 52ca7f0
Merge branch 'main' of github.com:scikit-learn/scikit-learn into Aggl…
reshamas 296aa0c
line 907: removing shape of n_samples by n_samples, doesn t seem right
reshamas a11aad3
try (n_samples,)
reshamas 59d960e
yes, it should be (n_samples, n_samples)!
reshamas 79dd561
added docstring to @property of def fit_predict
reshamas 9e9a776
ran black on _agglomerative.py
reshamas dcd1a53
Merge branch 'main' of github.com:scikit-learn/scikit-learn into Aggl…
reshamas 45e7c22
Merge branch 'main' of github.com:scikit-learn/scikit-learn into Aggl…
reshamas 60df0b9
small changes
glemaitre 6179494
Merge remote-tracking branch 'origin/main' into pr/reshamas/20544
glemaitre 1bf2e36
Merge branch 'main' into AgglomerativeClustering
glemaitre File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.