Skip to content

Commit

Permalink
feat(training): update expected results for ex3
Browse files Browse the repository at this point in the history
  • Loading branch information
nprimo committed Mar 5, 2024
1 parent aa1c381 commit b265d83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions subjects/ai/training/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ array([ 1.82212706, 1.98357668, 0.80547979, -0.19259114, 1.76072418,

```

###### For question 2, Do the results match the following output?
###### For question 2, Do the results match the following output (ensure that at least the first 3 decimal digits match)?

```console
r2 on the train set: 0.3552292936915783
r2 on the train set: 0.6079874818809449
MAE on the train set: 0.5300159371615256
MSE on the train set: 0.5210784446797679

r2 on the test set: 0.30265471284464673
r2 on the test set: 0.5903435927516574
MAE on the test set: 0.5454023699809112
MSE on the test set: 0.5537420654727396
```
Expand Down

0 comments on commit b265d83

Please sign in to comment.