0% found this document useful (0 votes)
41 views1 page

Department of Computer Science & Engineering: (An Autonomous Institute Under Kakatiya University, Warangal) Assignment - I

This document contains an assignment for an 8th semester B.Tech Computer Science course on Data Visualization. It provides 10 questions related to loading, exploring, preprocessing, and modeling a spam detection dataset from Kaggle. The questions cover tasks like loading and describing the data, outlier detection, correlation analysis, exploratory data analysis using plots, checking and reporting null values, splitting data into train and test sets, applying k-nearest neighbors modeling, visualizing applicant data, and determining map projections for geospatial data visualization. Students are instructed to submit their answers to the questions before a particular exam date for a maximum of 10 marks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views1 page

Department of Computer Science & Engineering: (An Autonomous Institute Under Kakatiya University, Warangal) Assignment - I

This document contains an assignment for an 8th semester B.Tech Computer Science course on Data Visualization. It provides 10 questions related to loading, exploring, preprocessing, and modeling a spam detection dataset from Kaggle. The questions cover tasks like loading and describing the data, outlier detection, correlation analysis, exploratory data analysis using plots, checking and reporting null values, splitting data into train and test sets, applying k-nearest neighbors modeling, visualizing applicant data, and determining map projections for geospatial data visualization. Students are instructed to submit their answers to the questions before a particular exam date for a maximum of 10 marks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING

KAKATIYA INSTITUTE OF TECHNOLOGY & SCIENCE, WARANGAL


(An Autonomous Institute under Kakatiya University, Warangal)

Assignment -I
(UNIT - I & II)

Class : B.Tech.VIII- Semester


Branch : CSE-III
Course Code-Course Name : U18CS801A DATA VISUALIZATION
Name of the Faculty :R.Rajesh
Date for Assignment Submission: Before MSE-1

Max. Marks: 10
Questions 1-10 for submission:

Spam-and-ham- dataset https://www.kaggle.com/rushirdx/spam-and-ham-dataset

Answer the following Questions:

1. Write the code to: [1] AP CO1


(i) Load the dataset and read into a Dataframe.
(ii) Write the code to display the information about the dataset
Write the code to Plot the boxplot to find any outliers in the dataset [1] AN CO1
2.
3. Plot the correlation using heatmap, between the Non-numeric columns in the [1] AN CO1
dataset
Perform an exploratory data analysis (EDA) by identifying the columns from the AP
4. dataset. And Illustrate with any plot (line plot, scatter plot, pairplot, hist plot, [1] CO1
etc..,) which is suitable to represent a one-dimensional data from the dataset.
5. Write the code to: [1] AP CO1
(i) Check the null values
(ii) Display the sum of null values
Write the code to pairplot and comment the generated plots AP
6. [1] CO2
7. Write the code to prepare a train and test data with 80:20 ratios [1] AP CO2

8. Write the code to apply K-Nearest Neighbor (KNN) algorithm on the dataset [1] AN CO2
after preprocessing.
9. Elaborate the procedure to visualize data, of those applicants, who have applied for [1] C CO2
GATE-2022 examination from Warangal district of Telangana State.
10. Determine Map Projections in Visualizing Geo-Spatial data [1] E CO2

***

You might also like