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

Feature: multi-measure metrics (correlation and friends) #105

Open
rpbouman opened this issue Jul 16, 2024 · 0 comments
Open

Feature: multi-measure metrics (correlation and friends) #105

rpbouman opened this issue Jul 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rpbouman
Copy link
Owner

There is a collection of aggregate function that take two metrics, like correlation, covariation, regression, etc.
These would apply to numeric arguments.

The idea to present these in the UI would be:
each numerical column would get a folder called "correlation & regression".
This could either be in the statistics folder, or at the same level as the statistics folder.

Inside the correlation and regression folder, we would have a folder for each multi-metric aggregate function we want to support.
That folder would contain as many instances of the aggregate folder as we have other numerical columns, and they represent that aggregate function, passing the main column and the other column.

For example, we have a dataset of persons and numerical columns weight and height.
We would then have a correlation folder for weight, containing one item called height, and that would calculate corr(weight, height).
Vice versa, the height column would also have a correlation folder and it would contain the item corr(height, weight).

@rpbouman rpbouman added the enhancement New feature or request label Jul 16, 2024
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

No branches or pull requests

1 participant