Commit 7225c3f
committed
new metrics
- all the metric functions gain the ability to return a `keras$metrics$Metric`
instance if called without `y_true` and `y_pred`
- Each metric function is now documented separately, with a common
`?Metric` topic demonstrating example usage.
- New built in metrics:
metric_true_negatives
metric_true_positives
metric_false_negatives
metric_false_positives
metric_specificity_at_sensitivity
metric_sensitivity_at_specificity
metric_precision
metric_precision_at_recall
metric_sum
metric_recall
metric_recall_at_precision
metric_root_mean_squared_error
metric_sparse_categorical_accuracy
metric_mean_tensor
metric_mean_wrapper
metric_mean_iou
metric_mean_relative_error
metric_logcosh_error
metric_mean
metric_cosine_similarity
metric_categorical_hinge
metric_accuracy
metric_auc1 parent cd3f80d commit 7225c3f
File tree
49 files changed
+5072
-255
lines changed- R
- man
- tests/testthat
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+5072
-255
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
| 449 | + | |
| 450 | + | |
449 | 451 | | |
450 | 452 | | |
451 | 453 | | |
452 | 454 | | |
| 455 | + | |
453 | 456 | | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
454 | 460 | | |
455 | 461 | | |
| 462 | + | |
| 463 | + | |
456 | 464 | | |
457 | 465 | | |
| 466 | + | |
| 467 | + | |
458 | 468 | | |
459 | 469 | | |
| 470 | + | |
| 471 | + | |
460 | 472 | | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
461 | 480 | | |
462 | 481 | | |
| 482 | + | |
463 | 483 | | |
| 484 | + | |
464 | 485 | | |
| 486 | + | |
| 487 | + | |
465 | 488 | | |
466 | 489 | | |
467 | 490 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
66 | 94 | | |
67 | 95 | | |
68 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
0 commit comments