Skip to content

Commit

Permalink
docs(training):typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MSilva95 committed Nov 30, 2023
1 parent 438aa22 commit 8d20219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subjects/ai/training/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand All @@ -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?

Expand Down

0 comments on commit 8d20219

Please sign in to comment.