Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Model Evaluation›F-beta Score
MCDMClassification Metric

F-beta Score

F-beta Score (Weighted Harmonic Mean) · Also known as: F-measure with parameter beta

The F-beta score is a weighted harmonic mean of precision and recall that allows customizing the relative importance of recall versus precision through a parameter beta. It generalizes the F1-score, which is the special case where beta = 1.

ScholarGate
  1. MCDM
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

F-beta Score
F1-ScoreMacro-averaged F1PrecisionRecall (Sensitivity)Weighted F1

When to use it

Use F-beta score when precision and recall have different importance in your application. Use F2-score (beta = 2) in medical diagnosis where missing a disease is costly. Use F0.5-score (beta = 0.5) in spam filtering where false positives are costly. Choose beta to reflect the relative cost of type II errors (false negatives, penalized by recall) versus type I errors (false positives, penalized by precision).

Strengths & limitations

Strengths
  • Flexible: allows customization of the precision-recall trade-off based on domain requirements.
  • Generalizes the F1-score, providing a family of metrics for different scenarios.
  • Clear interpretation: beta directly controls the relative weight given to recall.
  • Appropriate for imbalanced datasets with asymmetric error costs.
Limitations
  • Requires choosing an appropriate beta value; the choice can be subjective.
  • Still ignores true negatives, so does not provide a complete picture of performance.
  • Can mask poor performance on specific classes if not combined with per-class analysis.
  • More complex to explain to stakeholders than F1-score.

Frequently asked

How do I choose the beta parameter?

Choose beta to reflect the relative cost of false negatives to false positives. If false negatives are twice as costly as false positives, use beta = 2. If false positives are twice as costly as false negatives, use beta = 0.5. If costs are equal, use F1-score (beta = 1). Some practitioners use F2 and F0.5 as standard variants for 'recall-focused' and 'precision-focused' evaluation respectively.

Why not just set different class weights in the learning algorithm instead of using F-beta?

Setting class weights during training optimizes the learned model for specific error costs, while F-beta measures performance on a given model. F-beta is a post-hoc evaluation metric that allows you to assess model performance under different cost assumptions without retraining. However, ideally both should align: use class weights during training and evaluate with matching F-beta.

Is there a way to choose beta automatically from data?

In principle, you could estimate the cost ratio of false negatives to false positives from domain data, but this is often subjective and requires domain expertise. Some practitioners use cross-validation with different beta values to see which provides the best real-world performance, but this requires ground truth data with known costs.

Sources

  1. van Rijsbergen, C. J. (1979). Information Retrieval (2nd ed.). Butterworth-Heinemann. link ↗
  2. Powers, D. M. (2011). Evaluation: From Precision, Recall and F-Measure to ROC, Informedness, Markedness and Correlation. Journal of Machine Learning Technologies, 2(1), 37-63. link ↗

How to cite this page

ScholarGate. (2026, June 3). F-beta Score (Weighted Harmonic Mean). ScholarGate. https://scholargate.app/en/model-evaluation/f-beta-score

Related methods

F1-ScoreMacro-averaged F1PrecisionRecall (Sensitivity)Weighted F1

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • F1-ScoreModel Evaluation↔ compare
  • Macro-averaged F1Model Evaluation↔ compare
  • PrecisionModel Evaluation↔ compare
  • Recall (Sensitivity)Model Evaluation↔ compare
  • Weighted F1Model Evaluation↔ compare
Compare side by side →

Referenced by

F1-Score

Similar methods

F1-ScoreWeighted F1PrecisionRecall (Sensitivity)Macro-averaged F1Balanced AccuracyMicro-averaged F1Precision-Recall AUC

Related reference concepts

Performance MetricsIR Effectiveness MetricsEvaluation in Information RetrievalType I and Type II ErrorsSensitivityEvaluation and Annotation

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — F-beta Score (F-beta Score (Weighted Harmonic Mean)). Retrieved 2026-07-21 from https://scholargate.app/en/model-evaluation/f-beta-score · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
C. J. van Rijsbergen
Subfamily
Classification Metric
Year
1979
Type
Evaluation metric
Related methods
F1-ScoreMacro-averaged F1PrecisionRecall (Sensitivity)Weighted F1
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account