kubeflow / blog

Kubeflow blog based on fastpages
https://blog.kubeflow.org
Apache License 2.0
16 stars 35 forks source link

Update KServe stats to include KFServing #127

Closed yuzisun closed 1 year ago

yuzisun commented 1 year ago

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.

annajung commented 1 year ago

/lgtm

cc @james-jwu to review

jbottum commented 1 year ago

/lgtm

jbottum commented 1 year ago

@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?

annajung commented 1 year ago

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% KServe: (71 - (28 / 2)) / 147 = 39%

If we don't want to assume 50 / 50 split and show the ratios, maybe we just only show the combined percentage. WDYT

yuzisun commented 1 year ago

Thanks @jbottum and @annajung for the further analysis! I think the combined percentage (49 + 71 - 28) / 147 = 63% is reasonable, I can update with that number.

jbottum commented 1 year ago

/lgtm

yuzisun commented 1 year ago

@james-jwu Can you help approve?

james-jwu commented 1 year ago

Thanks for doing the investigations! /lgtm /approve

google-oss-prow[bot] commented 1 year ago

[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: - ~~[OWNERS](https://github.com/kubeflow/blog/blob/master/OWNERS)~~ [james-jwu] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment