Skip to content

Commit

Permalink
[GH-5720] Add AIC/Loglikelihood metrics to MetricsTestSuite (#5721)
Browse files Browse the repository at this point in the history
* fix metrics generation (#5718)

(cherry picked from commit 3af804b)

* [GH-5720] Add AIC/Loglikelihood metrics to MetricsTestSuite
  • Loading branch information
krasinski committed Mar 28, 2024
1 parent 3af804b commit b3bef8b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ class MetricsTestSuite extends FunSuite with Matchers with SparkTestContext {
|
| "r2" : 1.0,
| "logloss": 2.0,
| "loglikelihood": 2.0,
| "AIC": 4.0,
| "AUC": 3.0,
| "pr_auc": 4.0,
| "Gini": 5.0,
Expand Down

0 comments on commit b3bef8b

Please sign in to comment.