Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Using DBSCAN Clustering to Detect Outliers | Machine Learning Techniques
course content

Зміст курсу

Data Anomaly Detection

Challenge: Using DBSCAN Clustering to Detect OutliersChallenge: Using DBSCAN Clustering to Detect Outliers

Завдання

Now, you will apply the DBSCAN clustering algorithm to detect outliers on a simple Iris dataset.
You have to:

  1. Specify the parameters of the DBScan algorithm: set eps equal to 0.35 and min_samples equal to 6.
  2. Fit the algorithm and provide clustering.
  3. Get outlier indexes and indexes of normal data. Pay attention that outliers detected by the algorithm have a -1 label.

Все було зрозуміло?

Секція 3. Розділ 2
toggle bottom row
course content

Зміст курсу

Data Anomaly Detection

Challenge: Using DBSCAN Clustering to Detect OutliersChallenge: Using DBSCAN Clustering to Detect Outliers

Завдання

Now, you will apply the DBSCAN clustering algorithm to detect outliers on a simple Iris dataset.
You have to:

  1. Specify the parameters of the DBScan algorithm: set eps equal to 0.35 and min_samples equal to 6.
  2. Fit the algorithm and provide clustering.
  3. Get outlier indexes and indexes of normal data. Pay attention that outliers detected by the algorithm have a -1 label.

Все було зрозуміло?

Секція 3. Розділ 2
toggle bottom row
some-alt