Precision (computer science)
ID: precision-computer-science
In computer science, particularly in the fields of machine learning, information retrieval, and statistics, **precision** is a performance metric that measures the accuracy of the positive predictions made by a model. It is defined as the ratio of true positive results to the total number of positive predictions made (true positives and false positives).
New to topics? Read the docs here!