Challenge: Using DBSCAN Clustering to Detect Outliers
Uppgift
Swipe to start coding
Now, you will apply the DBSCAN clustering algorithm to detect outliers on a simple Iris dataset.
You have to:
- Specify the parameters of the DBScan algorithm: set
eps
equal to0.35
andmin_samples
equal to6
. - Fit the algorithm and provide clustering.
- Get outlier indexes and indexes of normal data. Pay attention that outliers detected by the algorithm have a
-1
label.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 3. Kapitel 2
single
Fråga AI
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal
Awesome!
Completion rate improved to 6.67
Challenge: Using DBSCAN Clustering to Detect Outliers
Svep för att visa menyn
Uppgift
Swipe to start coding
Now, you will apply the DBSCAN clustering algorithm to detect outliers on a simple Iris dataset.
You have to:
- Specify the parameters of the DBScan algorithm: set
eps
equal to0.35
andmin_samples
equal to6
. - Fit the algorithm and provide clustering.
- Get outlier indexes and indexes of normal data. Pay attention that outliers detected by the algorithm have a
-1
label.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Awesome!
Completion rate improved to 6.67Avsnitt 3. Kapitel 2
single