Index
Signatur
S. Date of Date of
Name of Program of Facul
No. Program Submission
with Dat
Program to get the input from user and
perform numerical operations (MAX,
1
MIN, AVG, SUM, SQRT, ROUND) in
Python
To perform data import/export
2 (.CSV, .XLSX,.TXT)
To get the input matrix from user and
perform Matrix addition, subtraction,
3 multiplication, division, inverse and
transpose operation using vector concept in
python
To perform statistical operations (Mean,
4 Median, Mode and Standard deviation)
using Python
To perform data pre-processing operations
5 i) Handling Missing data
ii) Min-Max normalization
To perform dimensionality reduction
6 operation using PCA for Houses Data Set
To perform Simple Linear Regression with
7 Python.
To perform K-Means clustering operation
8 and visualize for iris data set
Write R script to diagnose any disease
9 using KNN classification and plot the
results.
To perform market basket analysis using
10 Association Rules (Apriori).
Data Analytics Lab
(KIT- 651)
Submitted To: Submitted By:
Ms. Rajani Singh Name : Pushpanjali Singh
Assistant Professor Roll no : 2101920130132
IT Department Class : 3rd Year, IT-C
Department of Information Technology
G. L. Bajaj Institute of Technology and Management Greater Noida , 201306
Program 5
Objective: To perform data pre-processing operations
i) Handling Missing data
ii) Min-Max normalization
Solution:
Program 6
Objective: To perform dimensionality reduction operation using PCA for Houses
Data Set.
Solution: