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

ADS Phase4

The document discusses different steps in analyzing COVID vaccine data: 1. Performing exploratory data analysis to understand characteristics of the data through visual means like identifying patterns and important variables. 2. Conducting statistical analysis using methods like mean, standard deviation, regression, and hypothesis testing to model how the data relates to the underlying population and test the validity of the model. 3. Creating visualizations like linear regression, K-means, decision trees and KNN to communicate patterns and relationships in the complex vaccine data.

Uploaded by

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

ADS Phase4

The document discusses different steps in analyzing COVID vaccine data: 1. Performing exploratory data analysis to understand characteristics of the data through visual means like identifying patterns and important variables. 2. Conducting statistical analysis using methods like mean, standard deviation, regression, and hypothesis testing to model how the data relates to the underlying population and test the validity of the model. 3. Creating visualizations like linear regression, K-means, decision trees and KNN to communicate patterns and relationships in the complex vaccine data.

Uploaded by

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

COVID VACCINE Analysis

PHASE -4
1: Performing exploratory data analysis

 What Is Exploratory Data Analysis?


 Exploratory Data Analysis is a data analytics process to understand the data in depth and learn the
different data characteristics, often with visual means. This allows you to get a better feel of your data
and find useful patterns in it.
 You need to know the patterns in your data and determine which variables are important
and which do not play a significant role in the output. Further, some variables may have correlations
with other variables. You also need to recognize errors in your data.
Importing a Dataset
Use info
Use describe
2: Statistical analysis

 Statistical analysis is the collection and interpretation of data in order to uncover patterns
and trends. It is a component of data analytics. Statistical analysis can be used in
situations like gathering research interpretations, statistical modeling or designing surveys
and studies. It can also be useful for business intelligence organizations that have to work
with large data volumes.
 Describe the nature of the data to be analyzed.
 Explore the relation of the data to the underlying population.
 Create a model to summarize an understanding of how the data relates to the underlying
population.
 Prove (or disprove) the validity of the model.
 Employ predictive analytics to run scenarios that will help guide future actions.
 The five basic methods are mean, standard deviation, regression, hypothesis testing, and
sample size determination. It is widely used by governments, businesses, banking entities,
insurance companies, etc
MEAN()
MODE()
Median , Variance
3: Visualization

 Visualization (graphics), the physical or imagining creation of images, diagrams, or


animations to communicate a message. Data and information visualization, the practice of
creating visual representations of complex data and information.
 Like:
 Linear Regression
 Kmeans
 Decision Tree
 KNN,etc..
Using Linear Regression
2.2 Decision Tree Algorithm

You might also like