เริ่มต้นใช้งานเริ่มต้นใช้งานได้ฟรี

Exploring the river nitrate data

In this exercise, you'll explore the river dataset which will be used throughout this chapter to illustrate the use of common anomaly detection techniques. The river data is a data.frame that contains the following three columns:

  • index - integers describing the order of the nitrate observations
  • nitrate - monthly concentrations of dissolved nitrate found in a river
  • month - a factor containing the month for each nitrate observation

You will explore the nitrate column using summary statistics and boxplots to assess whether there may be point anomalies present.

แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร

Introduction to Anomaly Detection in R

ดูคอร์ส

แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำ

ลองทำแบบฝึกหัดนี้โดยเติมโค้ดตัวอย่างนี้ให้สมบูรณ์

# Explore contents of dataset
___(___)
แก้ไขและรันโค้ด