問題:
ある二値分類モデルのテスト結果から得られた混同行列が以下の通りです。\begin{array}{|c|c|c|} \hline & \text{予測: Positive} & \text{予測: Negative} \\ \hline \text{実際: Positive} & \text{TP = 80} & \text{FN = 20} \\ \hline \text{実際: Negative} & \text{FP = 10} & \text{TN = 90} \\ \hline \end{array} このモデルの精度 (Accuracy) を計算してください。精度 = \(\frac{TP+TN}{\text{全データ数}}\) 。
5秒後に問題演習ページにリダイレクトします。
今すぐ問題に挑戦