セクション 2. 章 6
single
Challenge: Outlier Detection Using MAD Rule
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Now, you will use the MAD rule to detect outliers in the California Housing Dataset. It contains various features related to housing characteristics in different districts in California.
In this task, we will detect outliers in the column MedInc, which stands for Median Income.
Your task is to:
- Fill in all gaps in
mad()function to calculate Mean Absolute Deviation. - Calculate the threshold using value
3as a threshold value. - Specify the rule to detect outliers that will be stored in the
outliersvariable.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 6
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください