scikit-learn-contrib / scikit-dimension

A Python package for intrinsic dimension estimation
https://scikit-dimension.readthedocs.io
BSD 3-Clause "New" or "Revised" License
79 stars 16 forks source link

[minor] Incorrect docstring for hyperSphere #18

Closed JesseCresswell closed 8 months ago

JesseCresswell commented 8 months ago

The docstring for the hyperSphere dataset mentions center as a parameter when it should not. https://github.com/scikit-learn-contrib/scikit-dimension/blob/master/skdim/datasets.py#L82

j-bac commented 8 months ago

done