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

AI Lab Exercise 3

The document outlines a series of tasks to be performed on the Iris flower dataset, including analyzing features and their types, computing summary statistics, handling missing values, visualizing data through histograms and scatterplots, and creating boxplots to compare distributions. It also emphasizes the identification and handling of outliers in the dataset. Overall, the tasks aim to provide a comprehensive analysis of the dataset's characteristics and relationships between features.

Uploaded by

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

AI Lab Exercise 3

The document outlines a series of tasks to be performed on the Iris flower dataset, including analyzing features and their types, computing summary statistics, handling missing values, visualizing data through histograms and scatterplots, and creating boxplots to compare distributions. It also emphasizes the identification and handling of outliers in the dataset. Overall, the tasks aim to provide a comprehensive analysis of the dataset's characteristics and relationships between features.

Uploaded by

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

Download the Iris flower dataset.

Perform following –
a. How many features are there and what are their types (e.g., numeric, nominal)
b. Compute and display summary statistics for each feature available in the dataset. (eg.
minimum value, maximum value, mean, range, standard deviation, variance and
percentiles.
c. Handle Missing Values- Check whether missing values are present in data set. If yes,
handle those missing values.
d. Data Visualization-Create a histogram for each feature in the dataset to illustrate the
feature distributions. Plot each histogram.
e. Identify the relationship between sepal-length and sepal-width, also petal-length and
petal-width. Show it using scatterplot. Place the legend outside the figure.
f. Create a boxplot for each feature in the dataset. All of the boxplots should be combined
into a single plot. Compare distributions.
g. Identify outliers. Handle those outliers.

You might also like