We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi team! Minor issue — noticed that a few algorithms have undocumented parameters, creating an issue to track.
UMAP:
target_n_neighbors
target_weight
target_metric
Nearest Neighbors:
sqeuclidean
inner_product
jaccard
jellinger
haversine
The text was updated successfully, but these errors were encountered:
Thanks for the issue @rishic3, parameter documentation and other bits is something we want to improve significantly in the upcoming versions.
Sorry, something went wrong.
No branches or pull requests
Hi team! Minor issue — noticed that a few algorithms have undocumented parameters, creating an issue to track.
UMAP:
target_n_neighbors
,target_weight
,target_metric
do not have documentationNearest Neighbors:
sqeuclidean
,inner_product
,jaccard
,jellinger
,haversine
) are supported but not shown in the docstringThe text was updated successfully, but these errors were encountered: