0% found this document useful (0 votes)
9 views

DSA LAB SYLLABUS AIDS

The document outlines a Data Science and Analytics Laboratory course focused on developing data analytic skills using Python. It includes a list of experiments utilizing various Python libraries for data handling, visualization, and statistical analysis. Upon completion, students will be able to perform descriptive and inferential analytics, as well as build predictive models.

Uploaded by

crazymohan4334
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)
9 views

DSA LAB SYLLABUS AIDS

The document outlines a Data Science and Analytics Laboratory course focused on developing data analytic skills using Python. It includes a list of experiments utilizing various Python libraries for data handling, visualization, and statistical analysis. Upon completion, students will be able to perform descriptive and inferential analytics, as well as build predictive models.

Uploaded by

crazymohan4334
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

TOTAL: 45 PERIODS

AD3411 DATA SCIENCE AND ANALYTICS LABORATORY L T P C


0 0 4 2
COURSE OBJECTIVES:
• To develop data analytic code in python
• To be able to use python libraries for handling data
• To develop analytical applications using python
• To perform data visualization using plots

LIST OF EXPERIMENTS
Tools: Python, Numpy, Scipy, Matplotlib, Pandas, statmodels, seaborn, plotly, bokeh

Working with Numpy arrays


1. Working with Pandas data frames
2. Basic plots using Matplotlib
3. Frequency distributions, Averages, Variability
4. Normal curves, Correlation and scatter plots, Correlation coefficient
5. Regression
6. Z-test
7. T-test
8. ANOVA
9. Building and validating linear models
10. Building and validating logistic models
11. Time series analysis
TOTAL: 60 PERIODS
COURSE OUTCOMES:
Upon successful completion of this course, students will be able to:
CO1. Write python programs to handle data using Numpy and Pandas
CO2. Perform descriptive analytics
CO3. Perform data exploration using Matplotlib
CO4. Perform inferential data analytics
CO5. Build models of predictive analytics
REFERENCES
1. Jake VanderPlas, “Python Data Science Handbook”, O’Reilly, 2016.
2. Allen B. Downey, “Think Stats: Exploratory Data Analysis in Python”, Green Tea Press,
2014.
3. Data Analysis and Visualization Using Python, Analyze Data to Create Visualizations for
BI Systems — Dr. Ossama Embarak
CO’s- PO’s & PSO’s MAPPING
PO’s PSO’s
CO’s 1 2 3 4 5 6 7 8 9 10 11 12 1 2 3
1 2 2 2 3 - - - - 2 2 3 3 3 2 1
2 1 2 1 2 2 - - - 1 2 3 1 3 2 1
3 2 2 2 2 2 - - - 3 1 1 2 2 3 1
4 2 3 1 3 2 - - - 2 3 1 2 2 1 3
5 3 1 1 1 2 - - - 1 2 2 3 2 2 1
AVG 2 2 1 2 2 - - - 2 2 2 2 2 2 1
1 - low, 2 - medium, 3 - high, ‘-' - no correlation

You might also like