Skip to content

Commit

Permalink
Merge branch 'main' into feature/keras_core
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Oct 19, 2023
2 parents c11fc53 + 28e9b50 commit 3ec97b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/metrics.R
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ metric_mean_relative_error <- py_metric_wrapper(
#' @family metrics
#' @export
metric_mean_squared_error <- py_metric_wrapper(
mean_absolute_percentage_error, MeanAbsolutePercentageError
mean_squared_error, MeanSquaredError
)


Expand Down
2 changes: 1 addition & 1 deletion man/metric_mean_squared_error.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3ec97b0

Please sign in to comment.