Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

how does sns boxplot determine outliers

It appears, by testing, that seaborn uses whis=1.5 as the default.
whis is defined as the Proportion of the IQR past the low and high quartiles 
to extend the plot whiskers.
For a normal distribution, the interquartile range contains 
50% of the population and 1.5 * IQR contains about 99%.
Comment

PREVIOUS NEXT
Code Example
Python :: call materialized view in django postgres 
Python :: multy expresion in python list comprehension 
Python :: python strftime iso 8601 
Python :: when pyspark 
Python :: how to check if its later than python 
Python :: how to delete the last item in a list python 
Python :: python split dict into chunks 
Python :: how do you count most frequent item in a list in python 
Python :: tkinter bold text 
Python :: twilio python 
Python :: python strip multiple characters 
Python :: plot pandas figsize 
Python :: undo cell delete kaggle 
Python :: python install tabulate 
Python :: update python in cmd 
Python :: python sum attribute in list 
Python :: reverse linked list with python 
Python :: [Solved] TypeError: can’t multiply sequence by non-int of type str 
Python :: pandas drop columns by index 
Python :: coronavirus program in python 
Python :: python remove during iteration 
Python :: how to clear command prompt python 
Python :: pandas merge dataframes from a list 
Python :: install python package from git colab 
Python :: coronavirus tips 
Python :: random number pythn 
Python :: add a title to pandas dataframe 
Python :: how to change the datatype of a row in pandas 
Python :: how to replace single string in all dictionary keys in python 
Python :: how to reapete the code in python 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =