Machine
Machine
ALGORITHM
one of the most exciting technologies that one would have ever
learn
Using the mount() function in Google Colab allows any code in the
notebook to access any file in Google Drive.
The data set is then read and printed.
df.nunique() determines how many unique values there are in each column
of the DataFrame “df,” offering information about the variety of data that
makes up each feature.
Here , this count plot graph shows the count of the species with its count.
Here, in the kernel density plot is about the skewness of the of the
corresponding feature. The features in this dataset that have skewness are
exactly 0 depicts the symmetrical distribution and the plots with skewness
1 or above 1 is positively or right skewd distribution. In right skewd or
positively skewed distribution if the tail is more on the right side, that
indicates extremely high values.
This graph shows the swarm plot for ‘Petal width’ and ‘Species’ column.
This plot depicts that the higher point density in specific regions shows the
concentration indicating where the majority of data points cluster. The
points isolated and are far away from the clusters shows the outliers.