Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify docstring for rank correlation metrics (#3291)
* add SpearmanRankCorrelation metric * add KendallRankCorrelation metric * add import check of scipy * fix type hints * fix formatting error * minor modification to docstring * add versionadded directive to docstring * add description for skip_unrolling argument * remove check_compute_fn argument * minor update on docstring * Revert "remove check_compute_fn argument" This reverts commit 642b3f6. * add description for check_compute_fn argument --------- Co-authored-by: vfdev <vfdev.5@gmail.com>
- Loading branch information