Skip to content

Commit

Permalink
Merge pull request #61 from UBC-MDS/fix_cd
Browse files Browse the repository at this point in the history
test: test for pypi
  • Loading branch information
gracez-20 authored Jan 29, 2025
2 parents ad24636 + e33e855 commit c3f8c05
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 c3f8c05

Please sign in to comment.