All our Data Science projects include bite-sized activities to test your knowledge and practice in an environment with constant feedback.
All our activities include solutions with explanations on how they work and why we chose them.
| Predicted Negative | Predicted Positive | |
|---|---|---|
| Actual Negative | 70 | 10 |
| Actual Positive | 5 | 15 |
Compute the precision score to one decimal place
| Predicted Negative | Predicted Positive | |
|---|---|---|
| Actual Negative | 80 | 5 |
| Actual Positive | 5 | 20 |
Compute the recall score to one decimal place
In comparison to your algorithm, mine appears to be more effective. I suggest observing the training error rates for confirmation.
| model | Model 1 | Model 2 | Model 3 |
|---|---|---|---|
| Accuracy (training) | 0.99 | 0.93 | 0.99 |
| Accuracy (testing) | 0.90 | 0.75 | 0.10 |