AI Lab Exercise 3
AI Lab Exercise 3
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.