DM Lab External Q.P Model
DM Lab External Q.P Model
Name of the Lab & Code: Data Mining & B0544 Time: 3 Hrs
1.Create .CSV file for below given Student dataset using Excel sheet, and save it as Student.arff using Weka tool.
Then Demonstration of preprocessing on dataset student.arff.
2. Create .CSV file for below given labor dataset using Excel sheet, and save it as labor.arff using Weka Tool
Implementation of preprocessing on dataset labor.arff.
3. Create .CSV file for below given contactlenses dataset using Excel sheet, and save it as contactlenses.arff
using Weka Tool Then Demonstration of Association rule process on dataset contactlenses.arff using apriori
Algorithm.
4. Create .CSV file for below given test dataset using Excel sheet and save it as test.arff using Weka Tool. Then
Implement Association rule process on dataset test.arff using apriori algorithm.
5. Create .CSV file for given student dataset in question 1 using Excel sheet and save it as student.arff using
WekaTool.Then Apply classification rule process on dataset student.arff using j48 algorithm.
6. Create .CSV file for given employee dataset using Excel sheet and save it as employee.arff using Weka Tool.
Then Perform classification rule process on dataset employee.arff using j48 algorithm.
7.Create .CSV file for above given employee dataset using Excel sheet and save it as employee.arff using Weka
Tool. Then Use classification rule process on dataset employee.arff using id3 algorithm.
8.Create .CSV file for above given employee dataset using Excel sheet and save it as employee.arff using Weka
Tool. Then Deploy classification rule process on dataset employee.arff using naïve baye’s Algorithm.
9. Create .CSV file for given iris dataset using Excel sheet and save it as iris.arff using Weka Tool. Then
Implement clustering rule process on dataset iris.arff using simple k-means.
10. Create .CSV file for given student dataset in question 1 using Excel sheet and save it as student.arff using
Weka Tool. Then Make use of clustering rule process on dataset student.arff using simple k- means.
11. Create .CSV file for given student1 dataset using Excel sheet and save it as student1.arff using Weka Tool.
Then Design a decision tree by pruning the nodes on your own. Convert the decision trees into “if- then-else
rules”. The decision tree must consists of 2-3 levels and convert it into a set of rules.
12. Create .CSV file for given Transaction dataset using Excel sheet and save it as Transaction.arff using Weka
Tool. Then Generate Association rules for the following transactional database using Apriori algorithm.