Skip to content

Commit

Permalink
Merge pull request #60 from UBC-MDS/fix_cd
Browse files Browse the repository at this point in the history
test for publish
  • Loading branch information
gracez-20 authored Jan 29, 2025
2 parents 95d55d4 + 4e17a58 commit ad24636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ from matrics_calculator.MAPE import mean_absolute_percentage_error

2. Prepare Your Data Ensure you have two arrays:

`y_true`: The actual target values
`y_true`: The actual target values.

`y_pred`: The predicted values from your regression model
`y_pred`: The predicted values from your regression model.

Example:
```bash
Expand Down

0 comments on commit ad24636

Please sign in to comment.