-
Notifications
You must be signed in to change notification settings - Fork 40
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
Update KServe stats to include KFServing #127
Conversation
Co-authored-by: Anna <antheaj@vmware.com>
/lgtm cc @james-jwu to review |
/lgtm |
@yuzisun @annajung one related note, I did a quick search on the answers in the question. 1st on kfserving, which had 50 selections, and then on kfserving;kserve, which had 28, kserve had 78. I believe this may mean that 28 are using both (kfserving and kserve). If we add kserve and kfserving (78+50) and subtract the 28 (the people that use both), we get 100. I think this means the combine % using kfserving or kserve would be 100 / 151 or 66%. Does that sound correct? |
Thanks @jbottum for checking for double responses. That makes sense! I went ahead and checked the raw data (survey results) and here is what I found
(49 + 71 - 28) / 147 = 63% total responses for using either KFServing or KServe With the assumption of 50 / 50 split in those 28 who chose both, we can also come up with ratios of KFServing and KServe KFServing: (49 - (28 / 2)) / 147 = 24% If we don't want to assume 50 / 50 split and show the ratios, maybe we just only show the combined percentage. WDYT |
/lgtm |
@james-jwu Can you help approve? |
Thanks for doing the investigations! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: james-jwu, yuzisun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
According to original survey results slide 23 33.3% of users are on KFServing and 48.3% of users are on KServe, KServe/KFServing is basically the same component so when talking about stats we should really combine them.