Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

kdeplot python

#Using iris dataset as an example
sns.kdeplot(iris_df.loc[(iris_df['Target']=='Iris_Virginica'),
                        'Sepal_Length'], color='b', shade=True, Label='Iris_Virginica')
 
PREVIOUS NEXT
Tagged: #kdeplot #python
ADD COMMENT
Topic
Name
4+5 =