keras/keras_core/metrics
Ian Stenbit 9a2ee731b8 Update Torch ops.array (#375)
* Update Torch ops.array

This was previously inconsistent with Jax and TF, where ops.array produces an array/tensor of the native backend type. Instead this produced a NumPy array

* Add ops test

* Fix metrics tests

* Update torch np.tile implementation
2023-06-20 18:39:12 -06:00
..
__init__.py Add aliases to metrics getter. 2023-06-09 11:41:35 -07:00
accuracy_metrics_test.py Add test for bug in BinaryAccuracy 2023-05-30 16:32:04 -07:00
accuracy_metrics.py Bux fixes 2023-05-30 15:55:13 -07:00
confusion_metrics_test.py Add CSVLogger and TerminateOnNaN Callbacks (#95) 2023-05-06 00:09:26 -05:00
confusion_metrics.py Fix torch failures (#365) 2023-06-16 15:11:21 -07:00
f_score_metrics_test.py All f1metrics: FBetaScore and F1Score (#121) 2023-05-09 17:00:02 -04:00
f_score_metrics.py All f1metrics: FBetaScore and F1Score (#121) 2023-05-09 17:00:02 -04:00
hinge_metrics_test.py re-enable imports checks (#51) 2023-04-27 17:51:32 -07:00
hinge_metrics.py re-enable imports checks (#51) 2023-04-27 17:51:32 -07:00
iou_metrics_test.py Add IoU metrics: IoU, BinaryIoU, OneHotIoU, OneHotMeanIoU, (#127) 2023-05-15 20:50:55 -04:00
iou_metrics.py Add JAX RNN support. 2023-05-16 10:52:14 -07:00
metric_test.py Add aliases to metrics getter. 2023-06-09 11:41:35 -07:00
metric.py Minor fixes. 2023-06-14 15:36:31 -07:00
metrics_utils.py Update Torch ops.array (#375) 2023-06-20 18:39:12 -06:00
probabilistic_metrics_test.py Add crossentropy metrics. 2023-05-01 18:54:10 -07:00
probabilistic_metrics.py Add crossentropy metrics. 2023-05-01 18:54:10 -07:00
reduction_metrics_test.py Add: Accuracy metric (#22) 2023-04-25 22:38:36 +05:30
reduction_metrics.py Decrease numerical delta from tf.keras 2023-05-15 16:19:58 -07:00
regression_metrics_test.py Fix tests 2023-05-08 13:03:32 -07:00
regression_metrics.py All f1metrics: FBetaScore and F1Score (#121) 2023-05-09 17:00:02 -04:00