Question: Please solve this coding problem (python & sagemath) The iris dataset is a famous example used in statistics education. Run the following block of code
Please solve this coding problem (python & sagemath)
The iris dataset is a famous example used in statistics education. Run the following block of code to download the iris dataset into a pandas dataframe I: import seaborn as sns iris - sns.load_dataset("iris') 6a. Describe in words in as much detail as you can what the iris dataset contains. How many samples are in the data set, and what is being sampled? 6b. Plot all of the sepal (length, width) pairs in a scatterplot, and the petal (length, width) pairs in another scatterplot. 6c. Compute the average petal width for each of the "species"-categories. 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
