Skip to content

Commit

Permalink
Update regression.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tarantula-leo authored Dec 6, 2023
1 parent 568ca02 commit 3fe7911
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sml/metrics/regression/regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import jax.numpy as jnp



def _mean_tweedie_deviance(y_true, y_pred, sample_weight, power, d2_score=False):
p = power
if p < 0:
Expand Down

0 comments on commit 3fe7911

Please sign in to comment.