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

Translation for false negative, false positive (Portuguese) #498

Merged
merged 7 commits into from
Dec 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3723,7 +3723,8 @@
term: ነባሪ እሴት
def: >
መቼ ለአንድ ተግባር [ልኬት](#parameter) የተመደበ እሴት ደዋዩ ዋጋ አይገልጽም። ነባሪ እሴቶች እንደ የተግባሩ አካል ሆነው ተገልፀዋል ትርጉም
pt:

pt:
term: "valor por defeito"
def: >
Valor associado ao [parâmetro](#parameter) de uma função quando o operador não especifica um
Expand Down Expand Up @@ -4418,6 +4419,11 @@
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 são realmente [verdadeiro](#true), mas são incorretamente previstos como [falso](#false).

sw:
term: "uongo hasi"
Expand All @@ -4436,13 +4442,17 @@
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 são realmente [falso](#false), mas são incorretamente previstos como [verdadeiro](#true) 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
Expand Down