Aan de slagBegin gratis

Boxplots for outlier detection

In this exercise, you will get a feel of what the US Airbnb Listings prices data looks like using boxplots. This will enable you to assess the range of the distribution where inliers lie. You will also get a sense of custom versus default parameters for setting whisker lengths to classify outliers.

matplotlib.pyplot has been loaded as plt and the data is available as prices.

Deze oefening maakt deel uit van de cursus

Anomaly Detection in Python

Bekijk cursus

Interactieve oefening met praktijkervaring

Probeer deze oefening door deze voorbeeldcode aan te vullen.

# Create a boxplot of prices
plt.____(____)
plt.show()
Code bewerken en uitvoeren