Skip to content

Commit

Permalink
feat!: minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiwei Zhang committed Jan 29, 2025
1 parent e33e855 commit a8fd393
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 a8fd393

Please sign in to comment.