keras/keras_core/metrics
Sayed Qaiser Ali a1019afae5 Update operation_utils.py - Added docstrings (#514)
* Update operation_utils.py

Added docstrings to the required functions

* Update operation_utils.py

Updated as per the format of docstrings

* Update operation_utils.py

Removed the trailing whitespaces

* Update operation_utils.py

Used backticks for code keywords, enclosed strings with backticks and double quotes, and added more examples.

* Update operation_utils.py

removed example that was exceeding 80 characters

* Update operation_utils.py

kept string within double quotes and backticks
2023-07-20 11:22:13 +05:30
..
__init__.py Add additonal string metrics and losses (#401) 2023-06-24 22:35:52 +05:30
accuracy_metrics_test.py Add test for bug in BinaryAccuracy 2023-05-30 16:32:04 -07:00
accuracy_metrics.py Adding: Numpy Backend (#483) 2023-07-19 01:08:48 +05:30
confusion_metrics_test.py Adding: Numpy Backend (#483) 2023-07-19 01:08:48 +05:30
confusion_metrics.py Namespace nit: operations -> ops 2023-06-28 15:36:45 -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 Namespace nit: operations -> ops 2023-06-28 15:36:45 -07: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 Resolve shape via ops in broadcast_to operation (#547) 2023-07-19 15:04:11 -05:00
metric_test.py Namespace nit: operations -> ops 2023-06-28 15:36:45 -07:00
metric.py Resolve shape via ops in broadcast_to operation (#547) 2023-07-19 15:04:11 -05:00
metrics_utils.py Resolve shape via ops in broadcast_to operation (#547) 2023-07-19 15:04:11 -05: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 Update operation_utils.py - Added docstrings (#514) 2023-07-20 11:22:13 +05:30
reduction_metrics.py Update operation_utils.py - Added docstrings (#514) 2023-07-20 11:22:13 +05:30
regression_metrics_test.py Fix tests 2023-05-08 13:03:32 -07:00
regression_metrics.py Resolve shape via ops in broadcast_to operation (#547) 2023-07-19 15:04:11 -05:00