• Stars
    star
    1
  • Language
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

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.
2
star
2

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.
1
star
3

DSA

1
star
4

Solidity

Solidity
1
star
5

vscode

1
star
6

NodeProject

JavaScript
1
star
7

OOPTasks

Java
1
star
8

RPS-Game

A Rock Papers and Scissors Game
1
star
9

AliakbarETH.github.io

HTML
1
star
10

SolidityPractice

Solidity
1
star
11

Machine-Learning

Jupyter Notebook
1
star
12

nestJSProject

TypeScript
1
star
13

git-practice

1
star
14

Docker-Practice

1
star
15

Problems

JavaScript
1
star
16

Flutter

C++
1
star