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
Data Anomaly Detection
セクション 3.  2
single

single

bookChallenge: 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.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 3.  2
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt