ANDHRA LOYOLA INSTITUTE OF ENGINEERING AND TECHNOLOGY
DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING
Year/Sem: III Year – 1 Sem Dt: 28-10-2024
Class: III CSE Sec-2 AC Yr: 2024-25
---------------------------------------------------------------------------------------------------------------------------
DATA WAREHOUSING AND DATA MINING LAB
1 . Explore machine learning tool “WEKA” Explore WEKA Data Mining/Machine Learning Toolkit.
Downloading and/or installation of WEKA data mining toolkit. Understand the features of WEKA
toolkit such as Explorer, Knowledge Flow interface, Experimenter, command-line interface.
Navigate the options available in the WEKA (ex. Select attributes panel, Preprocess panel, Classify
panel, Cluster panel, Associate panel and Visualize panel) Study the arff file format Explore the
available data sets in WEKA. Load a data set (ex. Weather dataset, Iris dataset, etc.) Load each
dataset and observe the following:
1. List the attribute names and their types
2. Number of records in each dataset
3. Identify the class attribute (if any)
4. Plot Histogram
5. Determine the number of records for each class.
6. Visualize the data in various dimensions
2. Write a Python program to generate frequent item sets / association rules using Apriori algorithm
3. Write a program to calculate chi-square value using Python. Report your observation.
4. Write a program of Naive Bayesian classification using Python programming language.
5. Implement a Java program to perform Apriori algorithm
6. Write a program to cluster your choice of data using simple k-means algorithm using JDK
7. Write a program of cluster analysis using simple k-means algorithm in Python Language.
8. Write a program to compute/display dissimilarity matrix (for your own dataset containing at least
four instances with two attributes) using Python
9. Visualize the datasets using matplotlib in python (Histogram, Box plot, Bar chart, Pie chart etc.,)
10. Write a java program to prepare a simulated data set with unique instances.
INTERNAL EXAMINER Head Of Department