From 8d2021917c8d9c3962bcdb8d179935c405e93883 Mon Sep 17 00:00:00 2001 From: miguel Date: Thu, 30 Nov 2023 15:53:53 +0000 Subject: [PATCH] docs(training):typo --- subjects/ai/training/audit/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/ai/training/audit/README.md b/subjects/ai/training/audit/README.md index 13665d1994..e9ecdeef72 100644 --- a/subjects/ai/training/audit/README.md +++ b/subjects/ai/training/audit/README.md @@ -16,7 +16,7 @@ #### Exercise 1: MSE Scikit-learn -###### Is the Mean Squared Error (MSE) calculated using `sklearn.metrics` library? +###### Is the Mean Squared Error (MSE) calculated using the `sklearn.metrics` library? ###### Is the Mean Squared Error (MSE) correctly computed for the given `y_true` and `y_pred` values, and does the calculated MSE match the expected value? @@ -26,7 +26,7 @@ #### Exercise 2: Accuracy Scikit-learn -###### Is the accuracy computed using `sklearn.metrics` library? +###### Is the accuracy computed using the `sklearn.metrics` library? ###### Is the accuracy correctly calculated for the given `y_true` and `y_pred` values, and does the calculated accuracy match the expected value?