You are on page 1of 2

Q.

1 Using the “Restaurant Food Ordering” dataset provided and using WEKA software, answer the
following questions (Include screenshots to support your answers)

a) What is the count of Solkadi in all the food items category?

=33

b) Which is the second most selling food item in the restaurant? Include its count also.

= Rumali roti count-66


c) Which algorithm has to be applied to establish relationships between the ordering of food items?

=Aprori is the algorithm used for establishing relationship between ordering of food items.

d) Run the algorithm for default parameters set by the WEKA tool. Find out the difference when
support is 0.05 and confidence is 0.6.

e) For support=0.1 and confidence= 0.7, write total no. of rules found, and their confidence number.
What is the insight you got after running the algorithm with support=0.1 and confidence= 0.7.

Q.2) Using the “Store data” dataset provided and using WEKA software, answer the following
questions (Include screenshots to support your answers) -

a) Which items buying frequency is more than 25? (name any 4)

=Special Chicken, Solkadi, Rumali roti, Chicken biryani

b) How many number of association rules were generated for default parameters?

= 10

c) What steps can be taken to generate at least 10 strong rules from the dataset? What insights you
can gain from it?

Support=0.1

Confidence=0.7

You might also like