-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
Translation for false negative, false positive (Portuguese) #498
Merged
Merged
Changes from 2 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
77e77d8
Update glossary.yml
ocesaulo 540e1ac
Merge branch 'main' into main
elletjies af70204
Update glossary.yml
elletjies b4cda05
Update glossary.yml
elletjies a8583d7
Update glossary.yml
elletjies 7403432
Update glossary.yml
elletjies 580322c
Update glossary.yml
elletjies File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3723,8 +3723,8 @@ | |
term: ነባሪ እሴት | ||
def: > | ||
መቼ ለአንድ ተግባር [ልኬት](#parameter) የተመደበ እሴት ደዋዩ ዋጋ አይገልጽም። ነባሪ እሴቶች እንደ የተግባሩ አካል ሆነው ተገልፀዋል ትርጉም | ||
pt: | ||
term: "valor por defeito" | ||
def: > | ||
Valor associado ao [parâmetro](#parameter) de uma função quando o operador não especifica um | ||
valor. Valores por defeito fazem parte da definição de uma função. | ||
|
@@ -4418,13 +4418,19 @@ | |
term: "false negative" | ||
def: > | ||
Data points which are actually [true](#true) but incorrectly predicted as [false](#false). | ||
|
||
pt: | ||
term: "falso negativo" | ||
def: > | ||
Dados ou resultados que na realidade são [verdadeiro](#true) mas que são incorretamente considerados ou determinados como [falso](#false) pelo algoritmo. | ||
|
||
sw: | ||
term: "uongo hasi" | ||
def: > | ||
Pointi za data ambazo kwa hakika ni za [kweli](#true) lakini zimetabiriwa kimakosa kama kua za [uongo](#false). | ||
|
||
|
||
|
||
- slug: false_positive | ||
ref: | ||
- false_negative | ||
|
@@ -4436,13 +4442,20 @@ | |
term: "false positive" | ||
def: > | ||
Data points which are actually [false](#false) but incorrectly predicted as [true](#true). | ||
|
||
pt: | ||
term: "falso positivo" | ||
def: > | ||
Dados ou resultados que na realidade são [falso](#false) mas que são incorretamente considerados ou determinados como [verdadeiro](#true) pelo algoritmo. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggest the following : Dados ou resultados que são realmente falsos, mas são incorretamente previstos como verdadeiros pelo algoritmo |
||
|
||
|
||
sw: | ||
term: "uwongo chanya" | ||
def: > | ||
Pointi za data ambazo kwa hakika ni za [uongo](#false) lakini zimetabiriwa kimakosa kama kua za [kweli](#true). | ||
|
||
|
||
|
||
- slug: falsy | ||
ref: | ||
- truthy | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest the following: Dados ou resultados que são realmente verdadeiros, mas são incorretamente previstos como falsos