0% found this document useful (0 votes)
129 views2 pages

CS3362 DS

This document outlines the objectives, experiments, and outcomes of the CS3361 Data Science Laboratory course. The objectives are to learn Python libraries for data science like NumPy, SciPy, Pandas, and Statsmodels, as well as basic statistical measures. The course involves 7 experiments applying descriptive analytics, correlation, regression, and data visualization techniques to benchmark datasets. Upon completing the course, students will be able to utilize Python for data science tasks like descriptive analytics, correlation and regression analysis, and data visualization.

Uploaded by

guna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
129 views2 pages

CS3362 DS

This document outlines the objectives, experiments, and outcomes of the CS3361 Data Science Laboratory course. The objectives are to learn Python libraries for data science like NumPy, SciPy, Pandas, and Statsmodels, as well as basic statistical measures. The course involves 7 experiments applying descriptive analytics, correlation, regression, and data visualization techniques to benchmark datasets. Upon completing the course, students will be able to utilize Python for data science tasks like descriptive analytics, correlation and regression analysis, and data visualization.

Uploaded by

guna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

CS3361 Data Science Laboratory

COURSE OBJECTIVES
To understand the python libraries for data science
To understand the basic Statistical and Probability measures for data science
To learn descriptive analytics on the benchmark data sets
To apply correlation and regression analytics on standard data sets
To present and interpret data using visualization packages in Python.
LIST OF EXPERIMENTS:
1. Download, install and explore the features of NumPy, SciPy, Jupyter, Statsmodels and
Pandas packages.

2. Working with Numpy arrays


3. Working with Pandas data frames

4. Reading data from text files, Excel and the web and exploring various commands for
doing descriptive analytics on the Iris data

5. Use the diabetes data set from UCI and Pima Indians Diabetes data set for performing
the following:
a. Univariate analysis: Frequency, Mean, Median, Mode, Variance, Standard Deviation,
Skewness and Kurtosis.
b. Bivariate analysis: Linear and logistic regression modeling
c. Multiple Regression analysis
d. Also compare the results of the above analysis for the two data sets.

6. Apply and explore various plotting functions on UCI data sets.


a. Normal curves
b. Density and contour plots
c. Correlation and scatter plots
d. Histograms CS3362 Data Science Laboratory Lab Manual
e. Three dimensional plotting

7. Visualizing Geographic Data with Basemap


COURSE OUTCOMES:

At the end of this course, the students will be able to:


CO1: Make use of the python libraries for data science
CO2: Make use of the basic Statistical and Probability measures for data science. Lab
Manual
CO3: Perform descriptive analytics on the benchmark data sets.
CO4: Perform correlation and regression analytics on standard data sets CS3362 Data
Science Laboratory
CO5: Present and interpret data using visualization packages in Python

You might also like