Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confidence score #689

Merged
merged 7 commits into from
Jul 29, 2021
Merged

Confidence score #689

merged 7 commits into from
Jul 29, 2021

Conversation

Finesse
Copy link
Member

@Finesse Finesse commented Jul 28, 2021

Confidence score is a number between 0 and 1 that tells how much the agent is sure about the visitor identifier. The higher the number, the higher the chance of the visitor identifier to be true.

  await fp.get()
  // Result:
  {
    visitorId: 'foobar',
+   confidence: { score: 0.6 },
    components { ... },
    version: '3.3.0',
  }

@Finesse Finesse requested a review from spalt08 July 28, 2021 02:58
@Finesse Finesse self-assigned this Jul 28, 2021
@Finesse Finesse merged commit 19e96e0 into master Jul 29, 2021
@Finesse Finesse deleted the feature/confidence-score branch July 29, 2021 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants