-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC Improve OPTICS doc #13866
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
DOC Improve OPTICS doc #13866
Conversation
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.
Otherwise LGTM
X : array, shape (n_samples, n_features) | ||
The data. | ||
X : array, shape (n_samples, n_features), or (n_samples, n_samples) \ | ||
if metric=’precomputed’. |
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.
I prefer this indented... I don't see any reason to have it flush left.
if metric=’precomputed’. | |
if metric=’precomputed’. |
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.
See #5078, we do similar things in some latest classes, e.g., ColumnTransformer
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.
If I had time to pull this into an ancient discussion of this at numpydoc, I would... Thanks
X : array, shape (n_samples, n_features) | ||
The data. | ||
X : array, shape (n_samples, n_features), or (n_samples, n_samples) \ | ||
if metric=’precomputed’. |
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.
if metric=’precomputed’. | |
if metric=’precomputed’. |
Co-Authored-By: Joel Nothman <joel.nothman@gmail.com>
Thanks |
(1) More notes about the difference between our implementation and the original paper
(2) We support metric='precomputed' (tested in test_precomputed_dists)
(3) Update the description of max_eps to keep consistent with DBSCAN (see #13563)
ping @jnothman @adrinjalali