You are on page 1of 13

Case Study 1

Answers:-
Name – UTKARSH TRIPATHI
Emp Id – 14367
Email – utkarsh.tripathi@highradius.com

1. None of the columns have any missing values.

2. Comparison of all attributes with engineering score/rating.

a) With Code Category-


b) With Code Complexity-

c) With Development Time-

d) With Testing-
3. Comparison of all attributes to content score/rating.

a) With Code Category-

b) With Code Complexity-


c) With Development Time-

d) With Testing-
4. Comparison of all attributes to aesthetic score/rating.

a) With Code Category-


b) With Code Complexity-

c) With Development Time-


d) With Testing-

5. Probability of product rating more than 50 in each i.e. engineering


score, content score and aesthetic score –

a) For Engineering Score >>>


By using =COUNTIFS(E2:E1001,">50",A2:A1001,A2) formula I got that
out of 850 time an “AI Based” product has scored above 50 in
Engineer Rating 421 times therefore the No code based software
have scores above 50, 429 times.
i) There are 518 AI Based Products Out of which 421 scored above
50
So the chances or probability of AI Based Products scoring
more than 50 in Engineer Rating is - 81.27%

ii) There are 482 No Code based Products out of which 429 have
scored above 50 in Engineer Rating
So the chances or probability of No Code Products scoring
more than 50 in Engineer Rating is - 89%
So the chances or probability that a Product will score more
than 50 in Engineer Rating is –
85.13% OR 0.8513 out of 1

b) For Content Score>>>

By using =COUNTIFS(F2:F1001,">50",A2:A1001,A2) formula I got that


out of 903 time an “AI Based” product has scored above 50 in
Content rating 486 times therefore the No code based products have
scores above 50, 417 times.
i) There are 518 AI Based Products Out of which 486 scored above
50
So the chances or probability of AI Based Products scoring
more than 50 in Content Rating is - 93.82%
ii) There are 482 No Code Based Products Out of which 417 scored
above 50
So the chances or probability of No Code Based Products
scoring more than 50 in Content Rating is - 86.51%

So the chances or probability that a Product will score more


than 50 in Content Rating is –
90.16% OR 0.9016 out of 1

c) For Asthetic Score>>>

By using =COUNTIFS(G2:G1001,">50",A2:A1001,A2) formula I got


that out of 876 time an “AI Based” product has scored above 50 in
Content rating 483 times therefore the No code based products have
scores above 50, 393 times.
i) There are 518 AI Based Products Out of which 483 scored above
50
So the chances or probability of AI Based Products scoring
more than 50 in Aesthetic Rating is - 93.24%

ii) There are 482 No Code Based Products Out of which 393 scored
above 50
So the chances or probability of No Code Based Products
scoring more than 50 in Aesthetic Rating is - 81.54%

So the chances or probability that a Product will score more


than 50 in Content Rating is –
87.39% OR 0.8739 out of 1

6. Probability of product rating more than 90 in all the 3 scores


(engineering, content and aesthetic score) combined –

- For this I made a separate column named Combined Scores where


I summed the scores of all three columns and then I checked how many
rows had scores above 90 using the formula
=COUNTIFS(H2:H1001,">90") and 990 times out of 1000 a product
scored marks above 90 when we combine all the three scores.

- So the probability that the product will score more


than 90 when all three scores are combined is - 0.99
out of 1.
7. Check skewness of all the 3 scores and make detailed statistical
inference –

As we can see that all three kind of scores/ratings are negatively skewed
that means that most of the values In these columns are on the right
side(higher in value).

Now we will see graphical representation for every individual type of


Score
a) Engineer Score –

Most of the scores are concentrated between 50-80 So most of the


products have scored above 50.
b) Content Score –

Most of the scores are concentrated between 45-85 So most of the


products have scored above 50.
c) Aesthetic Score –

Most of the scores are concentrated between 45-85 So most of the


products have scored above 50.

8. No. of AI developments (code category - AI) where all the three ratings
are more than 90 –

- Formula Used>
=COUNTIFS(A2:A1001,A2,E2:E1001,">90",F2:F1001,">90",G2:G1001,">9
0")

- Result> 17 AI Developments
9. Comparison of ratings received by AI development vs No-code
development –

- From above observations we can see that

You might also like