Skip to content

Commit

Permalink
deftransform -> defn
Browse files Browse the repository at this point in the history
  • Loading branch information
0urobor0s committed Oct 18, 2023
1 parent 41792b1 commit d216d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scholar/metrics/regression.ex
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ defmodule Scholar.Metrics.Regression do
0.18411168456077576
>
"""
deftransform mean_tweedie_deviance(y_true, y_pred, power) do
defn mean_tweedie_deviance(y_true, y_pred, power) do
mean_tweedie_deviance_n(y_true, y_pred, power)
end

Expand Down

0 comments on commit d216d01

Please sign in to comment.