There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Graphical-Exploratory-Data-Analysis-Using-python
Plotting a histogram of iris data For the exercises in this section, you will use a classic data set collected by botanist Edward Anderson and made famous by Ronald Fisher, one of the most prolific statisticians in history. Anderson carefully measured the anatomical properties of samples of three different species of iris, Iris setosa, Iris versicolor, and Iris virginica. The full data set is available as part of scikit-learn. Here, you will work with his measurements of petal length. Plot a histogram of the petal lengths of his 50 samples of Iris versicolor using matplotlib/seaborn's default settings. Recall that to specify the default seaborn style, you can use sns.set(), where sns is the alias that seaborn is imported as. The subset of the data set containing the Iris versicolor petal lengths in units of centimeters (cm) is stored in the NumPy array versicolor_petal_length. In the video, Justin plotted the histograms by using the pandas library and indexing the DataFrame to extract the desired column. Here, however, you only need to use the provided NumPy array. Also, Justin assigned his plotting statements (except for plt.show()) to the dummy variable _. This is to prevent unnecessary output from being displayed. It is not required for your solutions to these exercises, however it is good practice to use it. Alternatively, if you are working in an interactive environment such as a Jupyter notebook, you could use a ; after your plotting statements to achieve the same effect. Justin prefers using _. Therefore, you will see it used in the solution code.How-to-become-a-real-blockchain-developer
Hi, this is first repository of it's kind as I am putting my all knowledge, research and the stuff that works for you to become a blockchain developer.DSA
Solidity
vscode
2015n3192
NodeProject
OOPTasks
RPS-Game
A Rock Papers and Scissors GameAliakbarETH.github.io
SolidityPractice
Machine-Learning
nestJSProject
git-practice
Problems
Flutter
Love Open Source and this site? Check out how you can help us