Skip to content
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

Recommend exposing TESTS dict or similar #90

Closed
bdpedigo opened this issue May 18, 2020 · 1 comment · Fixed by #175
Closed

Recommend exposing TESTS dict or similar #90

bdpedigo opened this issue May 18, 2020 · 1 comment · Fixed by #175
Labels
enhancement New feature or request

Comments

@bdpedigo
Copy link
Contributor

sklearn exposes a dictionary mapping valid strings for something like a pairwise distance ["euclidean", "l1", etc.] to the corresponding function. Makes it super easy to test if something is a valid key, and get all available options if you are exploring. See here.

Could be useful to have for hyppo too, basically would expose this as a dictionary called TESTS* or something similar.

*note, IMO might be more confusing to call this INDEPENDENCE_TESTS because they can also be used for k-sample, but that's just my opinion

@sampan501
Copy link
Member

yep! Currently working on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants