-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add docs discussing how to get a matrix of pairwise comparisons #2776
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2776 +/- ##
=======================================
Coverage 89.83% 89.83%
=======================================
Files 30 30
Lines 28624 28624
Branches 5590 5590
=======================================
Hits 25713 25713
Misses 1655 1655
Partials 1256 1256
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
|
This is a common thing to want to do
c400728
to
332861f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep this one on ice until we have the pairwise matrix code up to speed. We won't want people to land on this (much slower) way of doing the same thing.
Fair point. I guess the API would be different then. |
Wait darn it I was moving too fast - I thought this was an issue, so edited it to reflect a bigger thing that I wanted to do. Apologies, I"ll undo that. |
this is a common thing to want to do