エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Debugging machine-learning
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Debugging machine-learning
The document provides hints for debugging machine learning systems. It discusses 9 common failure... The document provides hints for debugging machine learning systems. It discusses 9 common failure modes and suggestions for addressing each: 1. Check your code - write tests, follow good coding practices. 2. Check your data - audit for quality issues like outliers and missing values. 3. Examine your features - try transformations, combinations, decorrelation, and understand important features. 4.