Skip to content

Commit

Permalink
fix addition of nan_euclidean_distances to public api (#5015)
Browse files Browse the repository at this point in the history
Authors:
  - Matthew Farrellee (https://github.com/mattf)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)

URL: #5015
  • Loading branch information
mattf authored Nov 19, 2022
1 parent 308dd08 commit 51a4fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cuml/metrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"mutual_info_score",
"confusion_matrix",
"entropy",
"nan_euclidean_distances"
"nan_euclidean_distances",
"pairwise_distances",
"sparse_pairwise_distances",
"pairwise_kernels",
Expand Down

0 comments on commit 51a4fae

Please sign in to comment.