From 76b0bb88eb2eeaf1191ef4dc01ad0e2cfa805577 Mon Sep 17 00:00:00 2001 From: Ian Flores Siaca Date: Mon, 9 Nov 2020 09:51:12 -0400 Subject: [PATCH 001/205] Update glossary.yml --- glossary.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/glossary.yml b/glossary.yml index d3c1dba9..399122be 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3285,6 +3285,15 @@ def: > The statement or statements executed by a loop. +- slug: lsof + en: + term: "lsof" + def: > + Linux command to see the list of open files being used by processes. + es: + term: "lsof" + def: > + Comando en Linux para ver la lista de archivos abiertos siendo utilizados por procesos. - slug: machine_learning en: From 757bb978782993f908544ba7c121ee1873c466b7 Mon Sep 17 00:00:00 2001 From: Ian Flores Siaca Date: Fri, 4 Dec 2020 11:44:49 -0400 Subject: [PATCH 002/205] Update glossary.yml Co-authored-by: baileythegreen --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 399122be..9b993633 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3289,7 +3289,7 @@ en: term: "lsof" def: > - Linux command to see the list of open files being used by processes. + UNIX command to see the list of open files being used by [processes](#process). es: term: "lsof" def: > From adf5296df3ef6a943f6c53c3a8d3611f8b7b8780 Mon Sep 17 00:00:00 2001 From: Ian Flores Siaca Date: Fri, 4 Dec 2020 11:45:30 -0400 Subject: [PATCH 003/205] Update glossary.yml Co-authored-by: baileythegreen --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 9b993633..9c6ddae7 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3293,7 +3293,7 @@ es: term: "lsof" def: > - Comando en Linux para ver la lista de archivos abiertos siendo utilizados por procesos. + Comando en UNIX para ver la lista de archivos abiertos siendo utilizados por [procesos](#process). - slug: machine_learning en: From 977107096760aa27bb97d60dbe96707f167d5b7a Mon Sep 17 00:00:00 2001 From: chaimae123-ai <66030422+chaimae123-ai@users.noreply.github.com> Date: Fri, 9 Jul 2021 17:18:09 -0400 Subject: [PATCH 004/205] Chaimae_checkout_algorithm --- glossary.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/glossary.yml b/glossary.yml index cd3ee323..e6ff5745 100644 --- a/glossary.yml +++ b/glossary.yml @@ -437,6 +437,11 @@ def: > Un algorithme est un ensemble d'étapes ou de règles à suivre pour réaliser une certaine tâche. En informatique, un algorithme est un ensemble d'instructions présentes dans un programme qui permet de résoudre un problème informatique. + ar: + term: "الخوارزمية" + def: > + .الخوارزمية عبارة عن مجموعة من الخطوات أو التعليمات أو القواعد التي يجب اتباعها لتحقيق مهمة معينة + .في علوم الحاسوب، الخوارزمية عبارة عن مجموعة من التعليمات في برنامج الحاسوب لحل مشكلة حسابية - slug: aliasing en: From e94e77c6b87b686475d7693860a1c46f68e5be37 Mon Sep 17 00:00:00 2001 From: chaimae123-ai <66030422+chaimae123-ai@users.noreply.github.com> Date: Fri, 9 Jul 2021 17:22:04 -0400 Subject: [PATCH 005/205] Chaimae_checkout_algorithm From 309f8638a6ad3f64177206939fb10be5e128d6c3 Mon Sep 17 00:00:00 2001 From: cosmofelix Date: Mon, 20 Sep 2021 12:04:11 +0200 Subject: [PATCH 006/205] Add German algorithm, cpu and comment --- glossary.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/glossary.yml b/glossary.yml index 43721f93..9763f3e5 100644 --- a/glossary.yml +++ b/glossary.yml @@ -443,6 +443,11 @@ def: > Un algorithme est un ensemble d'étapes ou de règles à suivre pour réaliser une certaine tâche. En informatique, un algorithme est un ensemble d'instructions présentes dans un programme qui permet de résoudre un problème informatique. + de: + term: "Algorithmus" + def: > + Ein Algorithmus beschreibt eine Handlungsvorschrift, ein Verfahren oder einen Regelsatz zum Lösen eines Problems. In der Informatik ist ein Algorithmus eine eindeutige, ausführbare Folge von Anweisungen endlicher Länge zur Lösung eines Problems, welche immer das gleiche Ergebnis liefern. + - slug: aliasing en: @@ -1646,6 +1651,11 @@ Texto escrito em um script que não é tratado como código a ser executado, e sim como texto que descreve o que o código está fazendo. Normalmente é formado por notas curtas, frequentemente começando com um `#` (em várias linguagens de programação). + de: + term: "Kommentar" + def: > + Anmerkungen in einem Programmcode oder Skript, die nicht vom Computer interpretiert oder ausgeführt werden. Kommentare dienen der Leserlichkeit und Dokumentation für Nutzer des Skripts. In vielen Programmiersprache werden Kommentare mit '#' am Zeilenanfang eingeleitet. + - slug: commit @@ -1907,6 +1917,11 @@ essential electronic circuitry that interprets and executes instructions from the software or other hardware. Also called a central processor, main processor, or microprocessor. + de: + term: "Prozessor" + def: > + Die zentrale Recheneinheit eines jeden digitalen Computers. Der Prozessor ist eine elektronische Schaltung, die anhand von übergebenen Befehlen andere Maschinen oder elektrische Schaltungen steuert und Rechenoperationen ausführt. Wird auch als Hauptprozessor, Zentrale Recheneinheit, Zentraleinheit oder Zentrale Verarbeitungseinheit (kurz ZVE, englisch central processing unit, kurz CPU) bezeichnet. + - slug: cran From 922d0f5a5295319c9661847f78923140746cb51d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Michonneau?= Date: Tue, 21 Sep 2021 05:13:22 -0400 Subject: [PATCH 007/205] remove blank lines --- glossary.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/glossary.yml b/glossary.yml index 9763f3e5..e20e9350 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1656,8 +1656,6 @@ def: > Anmerkungen in einem Programmcode oder Skript, die nicht vom Computer interpretiert oder ausgeführt werden. Kommentare dienen der Leserlichkeit und Dokumentation für Nutzer des Skripts. In vielen Programmiersprache werden Kommentare mit '#' am Zeilenanfang eingeleitet. - - - slug: commit en: term: "commit" @@ -1665,7 +1663,6 @@ As a verb, the act of saving a set of changes to a database or [version control](#version_control_system) [repository](#repository). As a noun, the changes saved. - - slug: commit_message en: term: "commit message" From e986c36c7064e6b06f2e7215ce0858c9f82a7d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Michonneau?= Date: Tue, 21 Sep 2021 05:14:58 -0400 Subject: [PATCH 008/205] remove blank lines --- glossary.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index e20e9350..a96ab717 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1919,8 +1919,6 @@ def: > Die zentrale Recheneinheit eines jeden digitalen Computers. Der Prozessor ist eine elektronische Schaltung, die anhand von übergebenen Befehlen andere Maschinen oder elektrische Schaltungen steuert und Rechenoperationen ausführt. Wird auch als Hauptprozessor, Zentrale Recheneinheit, Zentraleinheit oder Zentrale Verarbeitungseinheit (kurz ZVE, englisch central processing unit, kurz CPU) bezeichnet. - - - slug: cran ref: - base_r From fa6320664a7e2f82866f417a4f0039abcc34a574 Mon Sep 17 00:00:00 2001 From: Ian Flores Siaca Date: Thu, 10 Mar 2022 16:18:42 -0400 Subject: [PATCH 009/205] Update glossary.yml Co-authored-by: Bailey Harrington --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 9c6ddae7..2fa0a8f4 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3292,7 +3292,7 @@ UNIX command to see the list of open files being used by [processes](#process). es: term: "lsof" - def: > + def: > Comando en UNIX para ver la lista de archivos abiertos siendo utilizados por [procesos](#process). - slug: machine_learning From 1b7ef5fb82967d0d1d39612275c8685a67c6920a Mon Sep 17 00:00:00 2001 From: Kolja Kauder Date: Wed, 30 Mar 2022 16:42:44 -0400 Subject: [PATCH 010/205] Just grammar cleanup, I think it needs more... --- Gemfile | 2 ++ glossary.yml | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 37f5eaa4..187096c4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,4 @@ source 'https://rubygems.org' gem 'github-pages', group: :jekyll_plugins + +gem "webrick", "~> 1.7" diff --git a/glossary.yml b/glossary.yml index e00b63ed..0334d1f2 100644 --- a/glossary.yml +++ b/glossary.yml @@ -8942,9 +8942,8 @@ term: "workflow" def: > A way of describing work to be done as a set of tasks, typically with dependencies on - external inputs or the outputs of other tasks, which can be later be executed by a program. - An example is a Makefiles, which can be executed by the make Unix command. - + external inputs or the outputs of other tasks, which can later be executed by a program. + An example is a Makefile which can be executed by the make Unix command. - slug: xml de: From 6ac285ee7cb8ce645db1361f3178b5eebc55471f Mon Sep 17 00:00:00 2001 From: Kolja Kauder Date: Thu, 31 Mar 2022 15:04:22 -0400 Subject: [PATCH 011/205] Adding German for Whitespace --- glossary.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/glossary.yml b/glossary.yml index e00b63ed..b8351bb4 100644 --- a/glossary.yml +++ b/glossary.yml @@ -8905,6 +8905,11 @@ The space, newline, carriage return, and horizontal and vertical tab characters that take up space but do not create a visible mark. The name comes from their appearance on a printed page in the era of typewriters. + de: + term: "whitespace" + def: > + Auch als "Leerraum" bekannt, eine Bezeichnung für Zeichen ohne sichtbares Symbol. + Typischerweise beinhaltet dies Leerzeichen, Tabulatorzeichen und Zeilenumbrüche. pt: term: "espaço em branco" def: > From c9248573b4b9414b0932673b14122af93eeed94b Mon Sep 17 00:00:00 2001 From: Kolja Kauder Date: Thu, 31 Mar 2022 15:06:05 -0400 Subject: [PATCH 012/205] Typo in algorithm ES --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index e00b63ed..7bcfc885 100644 --- a/glossary.yml +++ b/glossary.yml @@ -603,7 +603,7 @@ es: term: "algoritmo" def: > - Un algortimo es un conjunto de pasos, instrucciones o reglas que se han de seguir para llevar a cabo una tarea específica. + Un algoritmo es un conjunto de pasos, instrucciones o reglas que se han de seguir para llevar a cabo una tarea específica. En informática, un algoritmo es un conjunto de instrucciones en un programa informático que resuelve un problema computacional. fr: term: "algorithme" From b14000b2caa91b77f954cb35d3b540690e8a84c8 Mon Sep 17 00:00:00 2001 From: Clemens Lange Date: Thu, 5 May 2022 16:45:29 +0200 Subject: [PATCH 013/205] [de] Add cache and browser cache definitions --- glossary.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/glossary.yml b/glossary.yml index 8a8b25ce..1e94b012 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1731,6 +1731,14 @@ A place where web browsers keep copies of previously retrieved files (web pages, data files) in order to save time when they're requested again. Sometimes, issues may arise if there is a newer version of the file online, but the browser doesn't notice it. + de: + term: "Browser-Cache" + def: > + Ein [Puffer-Speicherort](#cache) auf dem Rechner des Benutzers, an dem der Webbrowser bereits + abgerufene Ressourcen wie z.B. Texte und Bilder als Kopie aufbewahrt. Dadurch können Zeit und + Netzwerkverkehr reduziert werden, wenn die Ressourcen erneut angefragt werden. Es kann durch + die Verwendung des Browser-Caches jedoch auch passieren, dass veraltete Informationen angezeigt + werden, wenn sich die Ressourcen in der Zwischenzeit geändert haben. - slug: bug en: @@ -1891,6 +1899,14 @@ term: መሸጎጫ def: > ለወደፊቱ የሚጠየቁ ጥያቄዎች በበለጠ ፍጥነት እንዲረካ የውሂብ ቅጅዎችን የሚያከማች ነገር :: በኮምፒተር ውስጥ ያለው ሲፒዩ ለመያዝ የሃርድዌር መሸጎጫ ይጠቀማል በቅርብ ጊዜ የተደረሱ እሴቶች; ብዙ ፕሮግራሞች ለመቀነስ በሶፍትዌር መሸጎጫ ላይ ይተማመናሉ የኔትወርክ ትራፊክ እና መዘግየት። በመሸጎጫ ውስጥ አንድ ነገር ጊዜው ያለፈበት መሆኑን ማወቅ መተካት ያለበት ከ [በኮምፒተር ሳይንስ ውስጥ ሁለት ከባድ ችግሮች] አንዱ ነው (#two_hard_problems) ፡፡ + de: + term: "Cache" + def: > + Cache ist ein Pufferspeicher, der (wiederholte) Datenzugriffe und -berechnungen + zu vermeiden hilft. Im Cache abgelegte Daten können schneller abgerufen werden. + Ein Hardware-Cache wird beispielsweise in Computerprozessoren verwendet und ein + Beispiel für einen Software-Cache ist der [Browser-Cache](#browser_cache). + - slug: caching en: From 52329d6cc8f30f6aecd35812e7b4cac023ef27f1 Mon Sep 17 00:00:00 2001 From: Sandra Godinho Silva Date: Wed, 18 May 2022 17:23:32 +0100 Subject: [PATCH 014/205] Add definition in Portuguese for "default value" --- glossary.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 8a8b25ce..84777a05 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3136,7 +3136,7 @@ term: "default target" def: > The [build target](#build_target) that is used when none is specified explicitly. - + am: term: ነባሪ ዒላማ def: > @@ -3153,6 +3153,11 @@ 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. - slug: defensive_programming en: From dc0bf584fd960f3a5cf38167cda1343251b01234 Mon Sep 17 00:00:00 2001 From: fraukero <57175731+fraukero@users.noreply.github.com> Date: Thu, 26 May 2022 17:33:00 +0200 Subject: [PATCH 015/205] Add German translation for library and license --- glossary.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/glossary.yml b/glossary.yml index 7722d167..12707a81 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5467,6 +5467,10 @@ term: ቤተ መጻሕፍት def: > እንደገና ጥቅም ላይ ሊውል የሚችል ሶፍትዌር [ጥቅል](#package) ፣ ብዙውን ጊዜ [ሞዱል](#module) ተብሎም ይጠራል። + de: + term: "Bibliothek" + def: > + Ein wiederverwendbares [Softwarepaket](#package), oft auch [Modul] (#module) genannt. - slug: license en: @@ -5478,6 +5482,12 @@ term: ፈቃድ def: > አንድ ነገር እንዴት ጥቅም ላይ እንደሚውል የሚገልጽ የሕግ ሰነድ ፣ እና በማን ፡፡ + + de: + term: "Lizenz" + def: > + Ein Rechtsdokument, das beschreibt, wie etwas verwendet werden kann und von wem. + - slug: lifecycle en: From 72a3fa54f485573501fec79cd674fcc906245aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ayala=20Ruano?= <52267585+sayalaruano@users.noreply.github.com> Date: Thu, 26 May 2022 13:47:25 -0500 Subject: [PATCH 016/205] Add a translation of seed to Spanish A translation of the seed glossary term to Spanish. --- glossary.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 7722d167..ec4d077b 100644 --- a/glossary.yml +++ b/glossary.yml @@ -7882,8 +7882,11 @@ term: "saadjie" def: > 'n Waarde wat gebruik word om 'n [pseudolukrakenommergenereerder](#prng) te begin. + es: + term: "semilla" + def: > + Un valor utilizado para inicializar un [generador de números pseudoaleatorios](#prng). - - slug: select en: term: "select" From 99ba50eed4f1ec3fb9b21f6a4529222ac213012b Mon Sep 17 00:00:00 2001 From: Pablo Tiscornia Date: Thu, 26 May 2022 16:08:36 -0300 Subject: [PATCH 017/205] Add spanish translation to vignette Add spanish translation to vignette --- glossary.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 7722d167..a60f9e95 100644 --- a/glossary.yml +++ b/glossary.yml @@ -9054,7 +9054,10 @@ def: > A long-form guide used to provide details of a [package](#package) beyond the README.md or function documentation. - + es: + term: "viñeta" + def: > + Una guía de formato extenso utilizada para proporcionar detalles de un [paquete](#package) más allá del README.md o de la documentación de una función. - slug: vim en: From 62dbf0feb7f79a50dc3065a27067f7f948c41390 Mon Sep 17 00:00:00 2001 From: Andrea Gomez Vargas <45582182+SoyAndrea@users.noreply.github.com> Date: Thu, 26 May 2022 16:12:26 -0300 Subject: [PATCH 018/205] add spanish traslation for auto-completion es: auto-completar --- glossary.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/glossary.yml b/glossary.yml index 7722d167..405bff3b 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1134,6 +1134,14 @@ term: ራስ-ማጠናቀቅ def: > ተጠቃሚው የ TAB ቁልፍን በመጫን በፍጥነት በአጠቃቀሙ አንድ ቃል ወይም ኮድ እንዲጨርስ ተጠቃሚው ሊመርጥበት የሚያስችል ባህሪ ነዉ;; + + es: + + term: "auto-completar" + def: > + Funcionalidad que le permite a una persona usuaria terminar una palabra o código rapidamente + pulsando la tecla TAB para que aparezca una lista de posibles palabras o códigos entre los que + el usuario puede seleccionar la función que necesite. - slug: autocorrelation en: From aaa99e848f4547b2b29818737c070e021c1cc221 Mon Sep 17 00:00:00 2001 From: Sourav Singh Date: Fri, 27 May 2022 04:30:25 +0530 Subject: [PATCH 019/205] Add definition for UNIX --- glossary.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/glossary.yml b/glossary.yml index 7722d167..1821755e 100644 --- a/glossary.yml +++ b/glossary.yml @@ -8825,6 +8825,16 @@ def: > A test that exercises one function or feature of a piece of software and produces [pass](#pass_test), [fail](#fail_test), or [error](#error_test). + +- slug: unix + ref: + - operating_system + en: + term: "UNIX" + def: > + UNIX is a family of [operating systems](#operating-system) developed during + 1969 at AT&T Bell Labs. Its main features are simple tools, well-defined functionality + and being portable by nature. - slug: unsupervised_learning From 03b68dec32c26fd44647ae126cdb59ea023767b5 Mon Sep 17 00:00:00 2001 From: domhnallc <67946547+domhnallc@users.noreply.github.com> Date: Thu, 23 Jun 2022 17:04:40 +0100 Subject: [PATCH 020/205] Update glossary.yml Added entry: Feature (en) on line 3824 --- glossary.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/glossary.yml b/glossary.yml index 7722d167..86516eaf 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3821,6 +3821,15 @@ def: > ስለ አንድ ርዕሰ ጉዳይ በተለምዶ የሚጠየቁ የተጠናቀሩ የጥያቄዎች ዝርዝር በመልሶች :: +- slug: feature + en: + term: "Feature" + def: > + An individual characteristic or property of a phenomenon that is measurable + (e.g. length, height, number of petals) and used as the input to a model. + Finding or selecting features that are highly independent and discriminatory + is a fundamental part of classification. + - slug: feature_branch ref: - master_branch From 19933717ec9a572a76154517de2bba63c8a2a40e Mon Sep 17 00:00:00 2001 From: Cunliang Geng Date: Mon, 27 Jun 2022 11:21:20 +0200 Subject: [PATCH 021/205] feat(zh): add infrastructure for Chinese --- _config.yml | 8 ++++++++ utils/check-glossary.py | 2 +- zh.md | 6 ++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 zh.md diff --git a/_config.yml b/_config.yml index be84ddf1..82e590f9 100644 --- a/_config.yml +++ b/_config.yml @@ -275,3 +275,11 @@ languages: title: Glossary blurb: >- In translation + - key: zh + name: Chinese + title: 术语表 + blurb: > + `glosario`是开源的数据科学术语表,也可作为[R](https://github.com/carpentries/glosario-r/) + 和[Python](https://github.com/carpentries/glosario-py/)的软件包使用。课程作者可 + 以在课程元数据中添加术语名词,让学习者提前了解课程的前提要求以及去哪里学习这些前提知识。 + 利用软件包,课程作者也可以在课程内容中插入不同语言的术语名词和解释的永久链接。 \ No newline at end of file diff --git a/utils/check-glossary.py b/utils/check-glossary.py index d0e13d64..1c89eb14 100755 --- a/utils/check-glossary.py +++ b/utils/check-glossary.py @@ -30,7 +30,7 @@ # Keys for entries and definitions. ENTRY_REQUIRED_KEYS = {'slug'} ENTRY_OPTIONAL_KEYS = {'ref'} -ENTRY_LANGUAGE_KEYS = {'af', 'am', 'ar', 'bn', 'de', 'el', 'en', 'es', 'fr', 'he','hr', 'id', 'it', 'ja', 'ko', 'nl', 'pt', 'st', 'sw', 'tn', 'xh', 'zu'} +ENTRY_LANGUAGE_KEYS = {'af', 'am', 'ar', 'bn', 'de', 'el', 'en', 'es', 'fr', 'he','hr', 'id', 'it', 'ja', 'ko', 'nl', 'pt', 'st', 'sw', 'tn', 'xh', 'zh', 'zu'} ENTRY_KEYS = ENTRY_REQUIRED_KEYS | \ ENTRY_OPTIONAL_KEYS | \ ENTRY_LANGUAGE_KEYS diff --git a/zh.md b/zh.md new file mode 100644 index 00000000..03b560e7 --- /dev/null +++ b/zh.md @@ -0,0 +1,6 @@ +--- +permalink: /zh/ +layout: glossary +direction: ltr +--- +{% include glossary.html %} From 0460443ff9bdc87e2dad5280dde2e45681c00727 Mon Sep 17 00:00:00 2001 From: Jannetta Steyn Date: Tue, 5 Jul 2022 17:47:37 +0100 Subject: [PATCH 022/205] Update glossary.yml replace '-' with '_' --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 1821755e..fa95b24f 100644 --- a/glossary.yml +++ b/glossary.yml @@ -8832,7 +8832,7 @@ en: term: "UNIX" def: > - UNIX is a family of [operating systems](#operating-system) developed during + UNIX is a family of [operating systems](#operating_system) developed during 1969 at AT&T Bell Labs. Its main features are simple tools, well-defined functionality and being portable by nature. From ea2d02752d7f40ac6ce4c0dec579ddd5fc5a6ad3 Mon Sep 17 00:00:00 2001 From: Jannetta Steyn Date: Tue, 5 Jul 2022 18:56:56 +0100 Subject: [PATCH 023/205] Add English term "interface" --- glossary.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/glossary.yml b/glossary.yml index 9d88df1a..c960465e 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5074,6 +5074,15 @@ term: የውህደት ሙከራ def: > አንድ ሲስተም ሲስተም አካላት በትክክል መሥራታቸውን የሚያረጋግጥ ሙከራ። + + - slug: interface + en: + term: "interface" + def: > + A ubiquitously used phrase in computing that describes a point of contact. This could be + a user interface (e.g. [graphical user interface](#gui) or [command line](#cli)), the + interface of an [object](#object) with the rest of the [code](#source_code) or how a + program can interact with web services through an [API](#api). - slug: interpreted_language en: From d2ad95917de73944b17b0cf419ad53096ca8beed Mon Sep 17 00:00:00 2001 From: Jannetta Steyn Date: Tue, 5 Jul 2022 19:03:01 +0100 Subject: [PATCH 024/205] add missing space --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index c960465e..144b09af 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5076,7 +5076,7 @@ አንድ ሲስተም ሲስተም አካላት በትክክል መሥራታቸውን የሚያረጋግጥ ሙከራ። - slug: interface - en: + en: term: "interface" def: > A ubiquitously used phrase in computing that describes a point of contact. This could be From 616f7b0f7762286773d63f9c0b27b0d0ee79b46e Mon Sep 17 00:00:00 2001 From: Jannetta Steyn Date: Tue, 5 Jul 2022 19:10:11 +0100 Subject: [PATCH 025/205] remove white space --- glossary.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glossary.yml b/glossary.yml index 144b09af..f87756c4 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5074,9 +5074,9 @@ term: የውህደት ሙከራ def: > አንድ ሲስተም ሲስተም አካላት በትክክል መሥራታቸውን የሚያረጋግጥ ሙከራ። - - - slug: interface - en: + +- slug: interface + en: term: "interface" def: > A ubiquitously used phrase in computing that describes a point of contact. This could be From d5a41ed615895929b695bf098c8e57de62513149 Mon Sep 17 00:00:00 2001 From: donatella-cea <104511563+donatella-cea@users.noreply.github.com> Date: Wed, 6 Jul 2022 14:20:33 +0200 Subject: [PATCH 026/205] Add definitions in italian Add definition of "python" and "algorithm" in Italian --- glossary.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/glossary.yml b/glossary.yml index f87756c4..93489035 100644 --- a/glossary.yml +++ b/glossary.yml @@ -628,6 +628,11 @@ Αλγόριθμος είναι ένα σύνολο από βήματα ή κανόνες για τη διεκπεραίωση μιας συγκεκριμένης εργασίας. Στην πληροφορική, αλγόριθμος είναι ένα σύνολο από εντολές σε κάποιο πρόγραμμα οι οποίες επιλύουν κάποιο υπολογιστικό πρόβλημα. + it: + term: "algoritmo" + def: > + Un algoritmo è una sequenza finita di regole ed operazioni da eseguire al fine di realizzare un certo compito. + In informatica, un algoritmo è un insieme di istruzioni presenti in un programma che permette di risolvere un problema computazionale. - slug: algorithmic_bias ref: @@ -7247,6 +7252,11 @@ def: > Uma popular linguagem de programação interpretada, de código aberto, que depende de indentação para definir a estrutura de controle. + it: + term: "Python" + def: > + Un linguaggio di programmazione open-source (pubblicamente accessibile), orientato a oggetti, interpretato (non necessita di compilazione) e + che utlizza l'indentazione per definire le strutture di controllo. - slug: quantile From 50ed07f4aceedb7ced3db88c9c16df183bf2178b Mon Sep 17 00:00:00 2001 From: Reinder Radersma Date: Thu, 7 Jul 2022 11:52:37 +0200 Subject: [PATCH 027/205] Revised blurb for Dutch/Nederlands Revised blurb to use more commonly used wording. --- _config.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index be84ddf1..2c98686c 100644 --- a/_config.yml +++ b/_config.yml @@ -159,13 +159,12 @@ languages: name: Nederlands title: Woordenlijst blurb: > - `glosario` is een openbron verklarende woordenlijst van terminologie die wordt gebruikt - in de informatica en online beschikbaar wordt gesteld, evenals een programmabibliotheek in - [R](https://github.com/carpentries/glosario-r/) en [Python](https://github.com/carpentries/glosario-py/). - Door woordenlijstsleutels op te nemen in de metadata van een les, kunnen auteurs aangeven welke informatie - in een les wordt behandeld, wat studenten moeten weten voordat de les begint en waar studenten de informatie - kunnen vinden. Auteurs kunnen de tekenfuncties van het programma ook gebruiken om consistente doorklik op - te nemen, voor termen en definities in een van de verschillende talen, in hun lessen. + `glosario` is een open source woordenlijst met termen uit de data science die online en als bibliotheek + in [R](https://github.com/carpentries/glosario-r/) en [Python](https://github.com/carpentries/glosario-py/) + beschikbaar is. Door termen uit de woordenlijst op te nemen in de metadata van een les, kunnen auteurs + aangeven welke informatie in een les wordt behandeld, wat studenten moeten weten voordat de les begint en + waar studenten de informatie kunnen vinden. Auteurs kunnen de functionaliteiten van de woordenlijst ook + gebruiken om consistente hyperlinks naar termen en definities op te nemen in hun lessen in een of meerdere talen. - key: tn name: Setswana title: thanodi ya mafoko From 2aae102316a44d85e105dc2a76a0952937698c32 Mon Sep 17 00:00:00 2001 From: gsavva Date: Fri, 8 Jul 2022 09:44:33 +0100 Subject: [PATCH 028/205] Added the Greek definitions for "asynchronous" --- glossary.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/glossary.yml b/glossary.yml index f87756c4..bc89bf25 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1048,6 +1048,11 @@ لا يحدث في نفس الوقت. في البرمجة، العملية غير المتزامنة هي العملية التي يتم تنفيذها بشكل مستقل عن الأخرى أو تلك التي تبدأ في وقت معين وتنتهي في وقت آخر. + el: + term: "ασύγχρονος" + def: > + Δεν συμβαίνει ταυτόχρονα με κάτι άλλο. Στον προγραμματισμό, μια ασύγχρονη διεργασία + είναι αυτή που εκτελείται ανεξάρτητα από άλλες διεργασίες. es: term: "asincrónico" def: > From a551fe97d5edddeafd83c4298131f14d82c5abbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Guar=C3=ADn-Zapata?= Date: Thu, 14 Jul 2022 09:26:38 -0500 Subject: [PATCH 029/205] Update glossary.yml Remove extra whitespaces at the beginning of "auto-completion" --- glossary.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index 678a8e49..9affe584 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1136,8 +1136,7 @@ ተጠቃሚው የ TAB ቁልፍን በመጫን በፍጥነት በአጠቃቀሙ አንድ ቃል ወይም ኮድ እንዲጨርስ ተጠቃሚው ሊመርጥበት የሚያስችል ባህሪ ነዉ;; es: - - term: "auto-completar" + term: "auto-completar" def: > Funcionalidad que le permite a una persona usuaria terminar una palabra o código rapidamente pulsando la tecla TAB para que aparezca una lista de posibles palabras o códigos entre los que From aa0239151522e64903682de555f63c840fca6d0c Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Thu, 21 Jul 2022 12:25:12 +0200 Subject: [PATCH 030/205] Updated contribution instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 03df60df..fc825fcc 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ Authors can also use the library's functions to insert consistent hyperlinks for terms and definitions in their lessons in any of several (human) languages. +## Contributing + +You do not need to know any particular programming language to contribute to Glosario: anyone possessing a basic familiarity with the GitHub web interface can get involved! We have prepared a [detailed and accessible guide for contributing](https://docs.google.com/document/d/18gTFR1Pw2Mk3PeNTMS0IHgFnJy-F4PBCGJQ1aMrDHPE/edit?usp=sharing), which has been translated into several languages. Contributions are welcome in any language, not only those represented in that document. If you need help with your contribution, feel free to come ask questions on the [#glosario](https://swcarpentry.slack.com/archives/C01G4HYGAQ6) Slack channel (if you are not a member of The Carpentries Slack you can join by filling [this form](https://swc-slack-invite.herokuapp.com/)). + ## Lessons R Markdown and Jupyter notebooks allow authors to place structured metadata in files. From 96e7ca7382b977bb97afbbb5941081832737d05d Mon Sep 17 00:00:00 2001 From: TueloNtlotlang <72657722+TueloNtlotlang@users.noreply.github.com> Date: Wed, 27 Jul 2022 16:14:33 +0200 Subject: [PATCH 031/205] Update glossary.yml Added: tn: term: "Ditlhopha tsa boleng" def: > Karolo ya boranyane bo kopane go aga ditlhophana tsa boleng jo bo rileng/ seemo se se rileng sa kitso. Sekai, e ka nna setlhopha sa mafoko a boleng jo bo tshwanang. --- glossary.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glossary.yml b/glossary.yml index 4b3dfd7d..f4d98577 100644 --- a/glossary.yml +++ b/glossary.yml @@ -470,6 +470,10 @@ def: > To combine many values into one, e.g., by summing a set of numbers or concatenating a set of strings. + tn: + term: "Ditlhopha tsa boleng" + def: > + Karolo ya boranyane bo kopane go aga ditlhophana tsa boleng jo bo rileng/ seemo se se rileng sa kitso. Sekai, e ka nna setlhopha sa mafoko a boleng jo bo tshwanang. es: term: "agregación" def: > From 5296b172827a6a776e3d23d59b580b23299729a9 Mon Sep 17 00:00:00 2001 From: Jannetta Steyn Date: Wed, 27 Jul 2022 16:00:54 +0100 Subject: [PATCH 032/205] Remove extra space --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index f4d98577..ff770258 100644 --- a/glossary.yml +++ b/glossary.yml @@ -473,7 +473,7 @@ tn: term: "Ditlhopha tsa boleng" def: > - Karolo ya boranyane bo kopane go aga ditlhophana tsa boleng jo bo rileng/ seemo se se rileng sa kitso. Sekai, e ka nna setlhopha sa mafoko a boleng jo bo tshwanang. + Karolo ya boranyane bo kopane go aga ditlhophana tsa boleng jo bo rileng/ seemo se se rileng sa kitso. Sekai, e ka nna setlhopha sa mafoko a boleng jo bo tshwanang. es: term: "agregación" def: > From 3c9b4bc192e10ec2c85b7a4a5c0901ba913f07ed Mon Sep 17 00:00:00 2001 From: Jannetta Steyn Date: Wed, 27 Jul 2022 16:04:42 +0100 Subject: [PATCH 033/205] Trying to fix spacing --- glossary.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glossary.yml b/glossary.yml index ff770258..d5f6219e 100644 --- a/glossary.yml +++ b/glossary.yml @@ -471,9 +471,9 @@ To combine many values into one, e.g., by summing a set of numbers or concatenating a set of strings. tn: - term: "Ditlhopha tsa boleng" - def: > - Karolo ya boranyane bo kopane go aga ditlhophana tsa boleng jo bo rileng/ seemo se se rileng sa kitso. Sekai, e ka nna setlhopha sa mafoko a boleng jo bo tshwanang. + term: "Ditlhopha tsa boleng" + def: > + Karolo ya boranyane bo kopane go aga ditlhophana tsa boleng jo bo rileng/ seemo se se rileng sa kitso. Sekai, e ka nna setlhopha sa mafoko a boleng jo bo tshwanang. es: term: "agregación" def: > From 8565df786783c7cd524729a3423a6eb472bd20d9 Mon Sep 17 00:00:00 2001 From: TueloNtlotlang <72657722+TueloNtlotlang@users.noreply.github.com> Date: Thu, 28 Jul 2022 11:17:08 +0200 Subject: [PATCH 034/205] Update glossary.yml Added definitions of the below terms in Setswana language Terms defined: Aggregation function (Bokao/Tiriso ya ditlhopha) Algorithm (Melawana_tiriso) Attribute (Tlhaloso_boleng jwa dilo/diteng) Big data (Kitso_ kgolo) Binary expression (Tlhaloso ka go tlhakanya dilo tse pedi) Binary large object (Selekanyo sa kitso e e mo sedirisiweng se segolo) Bug (Mogare o o borai mo boranyaneng) Byte (Selekanyetso_ kitso ya boranyane) Byte code (Setlhopha sa melawana) --- glossary.yml | 46 +++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/glossary.yml b/glossary.yml index d1d0afb2..1e39fddf 100644 --- a/glossary.yml +++ b/glossary.yml @@ -456,6 +456,10 @@ def: > Eine Funktion, welche mehrere Werte in einem Ergebnis zusammenfasst, beispielsweise in einer Summe oder dem Maximalwert. +tn: + term: "Bokao/Tiriso ya ditlhopha" + def: > + Ke boranyane jwa boleng jo khompiutara/sebalamakgolo e bo balang ka go dirisa dipalo go tsentswe le kitso ya tlhomamo. - slug: agile @@ -557,6 +561,10 @@ Aliasing bezeichnet die Überlappung mehrerer Deskriptoren, also z.B. Speicheradressen (Zeiger) oder Referenzen, die den selben Ort für ein Objekt, beispielsweise eine Datenstruktur, beschreiben. + tn: + term: "Melawana_tiriso" + def: > + Melawana e e salwang morago ke khompiutara/sebalamakgolo go rarabolola dikgwetlho tse di amang tiriso ya tse di mo boranyaneng. - slug: anchor @@ -929,7 +937,10 @@ def: > Pasangan nama-nilai yang merujuk kepada suatu objek, yang digunakan untuk menyimpan metadata tentang suatu objek seperti dimensi dari array. - + tn: + term: "Tlhaloso_boleng jwa dilo/diteng" + def: > + Tlhaloso ya mokgwa kana tsela ya mabeelo a kitso ka e nngwe,go lebeletswe popego ya kitso eo. - slug: auto_completion en: @@ -1172,7 +1183,11 @@ def: > Enige data wat tot onlangs toe nog te veel was om met net een rekenaar te analiseer. - + tn: + term: "kitso_ kgolo" + def: > + Tsamaiso e e tlhatlhobang kana e kanoka mekgwa ya ka fa kitso e ka ntshiwang ka teng. + Tsamaiso e,e ama go kanokowa ga kitso e ntsi e e mo ditlhopheng mme e bile go se motlhofo gore e ka kanokiwa ka tsamaiso e e tlwaelesegileng. - slug: binary en: @@ -1215,6 +1230,10 @@ term: "expressão binária" def: > Uma expressão com dois argumentos ou parâmetros, como `1 + 2`, por exemplo. + tn: + term: "Tlhaloso ka go tlhakanya dilo tse pedi." + def: > + Ke tlhaloso e e supagalang mo diemong tse pedi.sekai...go ka tlhakanngwa bongwe le bobedi. - slug: binomial_distribution @@ -1267,7 +1286,10 @@ def: > Sebuah unit informasi yang merepresentasikan beberapa alternatif, ya/tidak, (true)[#true]/(false)[#false]. Di dalam komputasi, bit adalah 0 atau 1. - + tn: + term: "Kitso_ potlana" + def: > + Ke selekanyo sa kitso e nnye kana e e kwa tlase. Selekanyo se sa kitso, se ka emelwa ke lefela kana bongwe. - slug: blob en: @@ -1278,7 +1300,10 @@ an audio file. The term is also now used to refer to data transferred over a network or stored in a [version control](#version_control_system) [repository](#repository) as uninterpreted bits. - + tn: + term: "Selekanyo sa kitso e e mo sedirisiweng se segolo" + def: > + Ke kitso e e beilweng e le mo seemong kana sedirisiweng se setona mo lefelong le le lengwe fela. - slug: block_comment en: @@ -1448,7 +1473,10 @@ term: "Bug" def: >- Ein Bug ist ein Fehler oder Fehlfunktion einer Software. - + tn: + term: "Mogare o o borai mo boranyaneng" + def: >- + Sengwe se se sa siamang, se le borai mo khompiutareng/sebalamakgolo. Se ka ama khompiutara/ sebalamakgolo le kitso e e mo go yone. - slug: bug_report en: @@ -1537,12 +1565,20 @@ def: >- Ein Byte ist eine digitale Einheit, die aus acht Binärziffern oder Bits besteht. + tn: + term: "Selekanyetso_ kitso ya boranyane" + def: >- + Selekanyetso sa kitso ya boranyane se se agiwang ka kitso ya dipalo tse di ferang bobedi. - slug: byte_code en: term: "byte code" def: > A set of instructions designed to be executed efficiently by an [interpreter](#interpreter). + tn: + term: "Setlhopha sa melawana" + def: > + Melawana e e kaetsweng ka sekao e le mo setlhopheng go ka ntshiwa ke moranodi ka tolamo. - slug: cache From e28689f852e2400e22ff9696079bddeac92b1cb2 Mon Sep 17 00:00:00 2001 From: Jannetta Steyn Date: Sun, 31 Jul 2022 12:53:21 +0100 Subject: [PATCH 035/205] Update glossary.yml --- glossary.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/glossary.yml b/glossary.yml index 5dca434b..0722438f 100644 --- a/glossary.yml +++ b/glossary.yml @@ -545,7 +545,7 @@ def: > Eine Funktion, welche mehrere Werte in einem Ergebnis zusammenfasst, beispielsweise in einer Summe oder dem Maximalwert. -tn: + tn: term: "Bokao/Tiriso ya ditlhopha" def: > Ke boranyane jwa boleng jo khompiutara/sebalamakgolo e bo balang ka go dirisa dipalo go tsentswe le kitso ya tlhomamo. @@ -668,7 +668,7 @@ tn: Aliasing bezeichnet die Überlappung mehrerer Deskriptoren, also z.B. Speicheradressen (Zeiger) oder Referenzen, die den selben Ort für ein Objekt, beispielsweise eine Datenstruktur, beschreiben. - tn: + tn: term: "Melawana_tiriso" def: > Melawana e e salwang morago ke khompiutara/sebalamakgolo go rarabolola dikgwetlho tse di amang tiriso ya tse di mo boranyaneng. @@ -1478,9 +1478,9 @@ tn: term: "expressão binária" def: > Uma expressão com dois argumentos ou parâmetros, como `1 + 2`, por exemplo. - tn: + tn: term: "Tlhaloso ka go tlhakanya dilo tse pedi." - def: > + def: > Ke tlhaloso e e supagalang mo diemong tse pedi.sekai...go ka tlhakanngwa bongwe le bobedi. am: @@ -1914,7 +1914,7 @@ tn: def: >- Ein Byte ist eine digitale Einheit, die aus acht Binärziffern oder Bits besteht. - tn: + tn: term: "Selekanyetso_ kitso ya boranyane" def: >- Selekanyetso sa kitso ya boranyane se se agiwang ka kitso ya dipalo tse di ferang bobedi. @@ -1924,7 +1924,7 @@ tn: term: "byte code" def: > A set of instructions designed to be executed efficiently by an [interpreter](#interpreter). - tn: + tn: term: "Setlhopha sa melawana" def: > Melawana e e kaetsweng ka sekao e le mo setlhopheng go ka ntshiwa ke moranodi ka tolamo. From a91fca4b0ac713c25184370d7459e2500eda0208 Mon Sep 17 00:00:00 2001 From: Daniela Basurto Lozada Date: Tue, 2 Aug 2022 10:20:17 +0100 Subject: [PATCH 036/205] added definitions in spanish --- glossary.yml | 114 ++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 100 insertions(+), 14 deletions(-) diff --git a/glossary.yml b/glossary.yml index 0722438f..bc781265 100644 --- a/glossary.yml +++ b/glossary.yml @@ -8,6 +8,10 @@ acronym: "concat" def: > Append/stack either columns (axis=1) or rows (axis=0) by end-to-end joining of data. [Python](#python). + es: + term: "concatenar" + def: > + Añadir/apilar ya sea columnas (eje=1) o filas (eje=0) mediante la unión de datos de extremo a extremo. [Python](#python). - slug: 68_95_997_rule de: @@ -312,7 +316,7 @@ class](#parent_class) to specify operations that [child classes](#child_class) must provide. es: - term: "método abstrato" + term: "método abstracto" def: > En [programación orientada a objectos](#oop), es un [método](#method) definido pero no implementado. Programadores definen un método abstracto en una [superclase](#parent_class) para especificar operaciones @@ -650,6 +654,11 @@ def: "አንድ ስልተ-ቀመር አንድን የተወሰነን ነገር ለማከናወን ሊከተሏቸው የሚገቡ እርምጃዎች ፣ ጥሰቶች ወይም ህጎች ስብስብነው \ አልጎሪዝም በኮምፒተር ሳይንስ ውስጥ የሂሳብ ችግሮችን ለመፍታት የተቀመጡ የኮምፒተር ፕሮግራም መመሪያዎች ስብስብ ነው \n" + es: + term: "sesgo algorítmico" + def: > + Resultados repetibles que muestran un sesgo, o un tratamiento sesgado, encontrado en un algoritmo. + Por ejemplo, algoritmos de redes sociales pueden priorizar o estigmatizar contenido de ciertos grupos de usuarios. - slug: aliasing en: @@ -742,7 +751,7 @@ [Python](#python) تسمى هذه وظائف lambda ويتم إنشاؤها من خلال استخدام كلمة lambda المتداوله. es: - term: "Función anónima" + term: "función anónima" def: > Es una función que no tiene asignado un nombre. Las funciones anónimas son usualmente cortas, y se definen en el mismo lugar donde son utilizadas, por ejemplo: en callbacks. @@ -863,8 +872,11 @@ es: term: "argumento" def: > - Un valor pasado a una función. Algunos autores usan el término como sinónimo de - [parámetro](#parameter) y algunos no; Todo es muy confuso. + El término no debe ser confundido con, ni es sinónimo de, parámetro. + Un argumento es una de posiblemente varias expresiones que son pasadas a una función. + Es el valor real que se pasa. + Parámetros y argumentos son conceptos distintos pero relacionados. + Los parámetros son variables y los argumentos son los valores asignados a esas variables. fr: term: "argument" def: > @@ -923,7 +935,8 @@ es: term: "media aritmética" def: > - Ver [media](#mean). + Ver [media](#mean). Calculado por un grupo de n números realizando la suma + de esos números y dividiendo el resultado entre n. af: term: "rekenkundige gemiddelde" def: > @@ -1115,6 +1128,11 @@ term: አይነታ def: >- የስም እሴት ጥንድ ከእቃ ጋር የተዛመደ እንደ ድርድር ልኬቶች ያሉ ነገሮች ለማከማቸት የሚጠቅም + es: + term: "atributo" + def: > + Una pareja nombre-valor asociada a un objeto, usada para almacenar metadatos sobre + el objeto como, por ejemplo, las dimensiones de un arreglo. - slug: auto_completion en: @@ -1246,7 +1264,13 @@ auch in Zusammenarbeit mit älteren oder obsoleten Versionen eines Systems garantiert. Beispielsweise ist eine [Funktion](#function) in [Python](#python) 3 abwärtskompatibel, wenn diese auch in Python 2 ausgeführt werden kann. - + es: + term: "retrocompatible" + def: > + Una propiedad de un sistema, hardware o software, que permite la interoperabilidad + con un sistema heredado más antiguo, o con la entrada diseñada para un sistema así. + Por ejemplo, una función escrita en Python 3 que puede ser ejecutada exitosamente en + Python versión 2 es retrocompatible. am: term: ወደኋላ-ተኳሃኝ def: > @@ -1533,7 +1557,7 @@ es: term: "bit" def: > - Unidad de información representando alternativas si/no, [verdadero](#true)/[falso](#false). + Unidad de información representando alternativas sí/no, [verdadero](#true)/[falso](#false). En computación, un estado de ser 0 ó 1. de: term: "Bit" @@ -1796,6 +1820,10 @@ term: ሳንካ def: > የአንድ ሶፍትዌር ቁራጭ የጠፋ ወይም የማይፈለግ [ባህሪ](#feature_software); የአንድ አረም ዲጂታል አቻ ፡፡ የአንድ አረም ዲጂታል አቻ ; የአንድ ሶፍትዌር ቁራጭ የጠፋ ወይም የማይፈለግ [ባህሪ](#feature_software) ፡፡ + es: + term: "bug" + def: > + Una carasterística faltante o indeseada de un software. - slug: bug_report en: @@ -1955,7 +1983,12 @@ zu vermeiden hilft. Im Cache abgelegte Daten können schneller abgerufen werden. Ein Hardware-Cache wird beispielsweise in Computerprozessoren verwendet und ein Beispiel für einen Software-Cache ist der [Browser-Cache](#browser_cache). - + es: + term: "cache" + def: > + Algo que guarda copias de datos para que futuras consultas puedan ser respondidas más rápido. + El CPU de una computadora usa un cache de hardware para guardar valores recientemente accedidos; + muchos programas dependen de un cache de software para disminuir el tráfico y latencia de red. - slug: caching en: @@ -2252,6 +2285,11 @@ term: መደብ def: > አንድ ዕቃ ከየትኛው ቅድመ ምድብ ጋር እንደሆነ የመለየት ሂደት, ለምሳሌ የኢሜይል መልዕክት የመልዕክት መልዕክት እስፓም ወይም አይደለም መወሰን. ብዙ [ማሽን መማር](#machine_learning) አልጎሪቶች የመደብ ልዩነትን ያከናውናሉ። + es: + term: "clasificación" + def: > + El proceso de identificar a que categoría predefinida pertenece un objeto, como, por ejemplo, decidir si un mensaje de correo electrónico es spam o no. + Muchos algoritmos de [machine learning](#machine_learning realizan clasificación. - slug: cli en: @@ -3343,6 +3381,11 @@ term: መዝገበ-ቃላት def: > ዕቃዎችን በእሴት እንዲመለከቱ የሚያስችላቸው የውሂብ አወቃቀር ፣ አንዳንድ ጊዜ [associative array](#associative_array) ይባላል። መዝገበ ቃላት ብዙውን ጊዜ [hash tables](#hash_table) በመጠቀም ይተገበራሉ ፡፡ + es: + term: "diccionario" + def: > + Una estructura de datos que contiene parejas llave-valor, a veces llamados [arreglos asociativos](#associative_array). + Los diccionarios en ocasiones son implementados usando [tablas hash](#hash_table). - slug: dimension_reduction ref: @@ -3364,7 +3407,11 @@ def: > An item within a [filesystem](#filesystem) that can contain files and other directories. Also known as a [folder](#folder). - + es: + term: "directorio" + def: > + Un objeto dentro de un [sistema de archivos](#filesystem) que contiene archivos y otros directorios. + También conocido como un [folder](#folder). - slug: discrete_random_variable ref: @@ -8507,7 +8554,10 @@ A [machine learning](#machine_learning) algorithm in which a system is taught to [classify](#classification) values given [training data](#training_data) containing previously-classified values. - + es: + term: "aprendizaje supervisado" + def: > + Tipo de algoritmos en los que el sistema aprende patrones a partir de datos anotados/etiquetados. - slug: svm en: @@ -8834,6 +8884,10 @@ term: "true negative" def: > Data points which are actually [false](#false) and correctly predicted as [false](#false). + es: + term: "verdadero negativo" + def: > + Resultado en el que el valor real es negativo y es correctamente predicho como negativo. - slug: true_positive @@ -8847,6 +8901,10 @@ term: "true positive" def: > Data points which are actually [true](#true) and correctly predicted as [true](#true). + es: + term: "verdadero positivo" + def: > + Resultado en el que el valor real es verdadero y es correctamente predicho como verdadero. - slug: truthy @@ -8900,6 +8958,10 @@ term: "unary expression" def: > An expression with one argument, such as `log 5`. + es: + term: "expresión unaria" + def: > + Una expresión con un único argumento, como `log 5`. - slug: unicode @@ -8940,7 +9002,11 @@ UNIX is a family of [operating systems](#operating_system) developed during 1969 at AT&T Bell Labs. Its main features are simple tools, well-defined functionality and being portable by nature. - + es: + term: "UNIX" + def: > + UNIX es una familia de [sistemas operativos](#operating_system) desarrollada en 1969 en AT&T Bell Labs. + Sus principales características son herramientas sencillas, funcionalidad bien definida y portabilidad. - slug: unsupervised_learning ref: @@ -8951,7 +9017,10 @@ def: > Algorithms that [cluster](#clustering) data without knowing in advance what the groups will be. - + es: + term: "aprendizaje no supervisado" + def: > + Un tipo de algoritmos que aprenden patrones a partir de datos sin anotar/etiquetar. - slug: up_vote ref: @@ -9000,7 +9069,13 @@ Platform for interaction between a user and a machine. The interaction may occur via text (a [command line interface](#cli)), graphics and windows (a [graphical user interface](#gui)), or other methods such as voice-driven interfaces. - + es: + term: "interfaz de usuario" + def: > + Plataforma para la interacción entre un usuario y una máquina. + Una interacción puede ocurrir mediante texto (una [interfaz de línea de comandos](#cli)), + gráficamente y con ventanas (una [interfaz gráfica de usuario](#gui)), + u otros métodos tal como interfaces manejadas por voz. - slug: utf_8 en: @@ -9181,6 +9256,12 @@ The default text editor on Unix. Vim is a very powerful text editor, with a steeper learning curve than [nano](#nano_editor), but that allows the user to execute shell commands and use [regular expressions](#regular_expression) to alter files programmatically. + es: + term: "Vim (editor)" + def: > + El editor de texto por defecto en Unix. Vim es un poderoso editor de texto + que permite al usuario ejecutar comandos de shell y usar [expresiones regulares](#regular_expression) para + editar archivos programáticamente. - slug: virtual_environment @@ -9192,7 +9273,12 @@ and versions of packages you want to use for a particular project or task, and to install new packages into the environment without affecting other virtual environments, or the system-wide default environment. - + es: + term: "entorno virtual" + def: > + En [Python](#python), el paquete `virtualenv` permite crear entornos virtuales de Python + para contener paquetes y versiones de esos paquetes que uno quiere usar para un proyecto o tarea particular + sin afectar otros entornos virtuales o el entorno por defecto del sistema. - slug: virtual_machine en: From e78603186dde670aa0d159664d4c58bcd3e04866 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Fri, 5 Aug 2022 16:00:10 -0700 Subject: [PATCH 037/205] add new line --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 82e590f9..96dd69f4 100644 --- a/_config.yml +++ b/_config.yml @@ -282,4 +282,4 @@ languages: `glosario`是开源的数据科学术语表,也可作为[R](https://github.com/carpentries/glosario-r/) 和[Python](https://github.com/carpentries/glosario-py/)的软件包使用。课程作者可 以在课程元数据中添加术语名词,让学习者提前了解课程的前提要求以及去哪里学习这些前提知识。 - 利用软件包,课程作者也可以在课程内容中插入不同语言的术语名词和解释的永久链接。 \ No newline at end of file + 利用软件包,课程作者也可以在课程内容中插入不同语言的术语名词和解释的永久链接。 From bd3c35e1cfffa3f1728409c17bc9166b974c986a Mon Sep 17 00:00:00 2001 From: Iman Al Hasani <48654637+imanalhasani@users.noreply.github.com> Date: Sat, 6 Aug 2022 17:09:18 +0400 Subject: [PATCH 038/205] translate a term to Arabic --- glossary.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 0722438f..682a4687 100644 --- a/glossary.yml +++ b/glossary.yml @@ -650,7 +650,11 @@ def: "አንድ ስልተ-ቀመር አንድን የተወሰነን ነገር ለማከናወን ሊከተሏቸው የሚገቡ እርምጃዎች ፣ ጥሰቶች ወይም ህጎች ስብስብነው \ አልጎሪዝም በኮምፒተር ሳይንስ ውስጥ የሂሳብ ችግሮችን ለመፍታት የተቀመጡ የኮምፒተር ፕሮግራም መመሪያዎች ስብስብ ነው \n" - + ar: + term: "الخوارزمية المتحيزة" + def: > + .[الخوارزمية](#algorithm) النتائج المتكررة التي تظهر التحيز أو المعالجة المنحرفة الموجودة في + .على سبيل المثال، قد تعطي خوارزميات وسائل التواصل الاجتماعي الأولوية أو الوسم للمحتوى الخاص بمجموعات معينة من المستخدمين - slug: aliasing en: term: "aliasing" From 4e6809d8782718dfd0f118f83c2f0511883bda72 Mon Sep 17 00:00:00 2001 From: Iman Al Hasani <48654637+imanalhasani@users.noreply.github.com> Date: Mon, 8 Aug 2022 21:44:57 +0400 Subject: [PATCH 039/205] accept the suggested changes Co-authored-by: Batool Almarzouq <53487593+BatoolMM@users.noreply.github.com> --- glossary.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 682a4687..b502cf84 100644 --- a/glossary.yml +++ b/glossary.yml @@ -653,7 +653,9 @@ ar: term: "الخوارزمية المتحيزة" def: > - .[الخوارزمية](#algorithm) النتائج المتكررة التي تظهر التحيز أو المعالجة المنحرفة الموجودة في + النتائج المتكررة التي تظهر التحيز أو المعالجة المنحرفة الموجودة في + .[الخوارزمية](#algorithm) + .على سبيل المثال، قد تعطي خوارزميات وسائل التواصل الاجتماعي الأولوية أو الوسم للمحتوى الخاص بمجموعات معينة من المستخدمين - slug: aliasing en: From 7efeee0c57e7cd3421895d85f469b166d1e7fbda Mon Sep 17 00:00:00 2001 From: Iman Al Hasani <48654637+imanalhasani@users.noreply.github.com> Date: Mon, 8 Aug 2022 22:15:02 +0400 Subject: [PATCH 040/205] accept the suggested changes Co-authored-by: Batool Almarzouq <53487593+BatoolMM@users.noreply.github.com> --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index b502cf84..cb249f9c 100644 --- a/glossary.yml +++ b/glossary.yml @@ -656,7 +656,7 @@ النتائج المتكررة التي تظهر التحيز أو المعالجة المنحرفة الموجودة في .[الخوارزمية](#algorithm) - .على سبيل المثال، قد تعطي خوارزميات وسائل التواصل الاجتماعي الأولوية أو الوسم للمحتوى الخاص بمجموعات معينة من المستخدمين + .على سبيل المثال، قد تعطي خوارزميات وسائل التواصل الاجتماعي الأولوية أو الوسم للمحتوى الخاص بمجموعات معينة من المستخدمين - slug: aliasing en: term: "aliasing" From 4dbe68df23d015fef5af8821b1222e74d5757574 Mon Sep 17 00:00:00 2001 From: Iman Al Hasani <48654637+imanalhasani@users.noreply.github.com> Date: Mon, 8 Aug 2022 22:16:41 +0400 Subject: [PATCH 041/205] accept the suggested changes Co-authored-by: Batool Almarzouq <53487593+BatoolMM@users.noreply.github.com> --- glossary.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index cb249f9c..cebf5fa2 100644 --- a/glossary.yml +++ b/glossary.yml @@ -655,7 +655,6 @@ def: > النتائج المتكررة التي تظهر التحيز أو المعالجة المنحرفة الموجودة في .[الخوارزمية](#algorithm) - .على سبيل المثال، قد تعطي خوارزميات وسائل التواصل الاجتماعي الأولوية أو الوسم للمحتوى الخاص بمجموعات معينة من المستخدمين - slug: aliasing en: From 18413e123744a6a5a2d293a1f42dfc09157c0da8 Mon Sep 17 00:00:00 2001 From: Batool Almarzouq <53487593+BatoolMM@users.noreply.github.com> Date: Mon, 8 Aug 2022 21:27:33 +0300 Subject: [PATCH 042/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index cebf5fa2..6d87900a 100644 --- a/glossary.yml +++ b/glossary.yml @@ -655,7 +655,7 @@ def: > النتائج المتكررة التي تظهر التحيز أو المعالجة المنحرفة الموجودة في .[الخوارزمية](#algorithm) - .على سبيل المثال، قد تعطي خوارزميات وسائل التواصل الاجتماعي الأولوية أو الوسم للمحتوى الخاص بمجموعات معينة من المستخدمين + .على سبيل المثال، قد تعطي خوارزميات وسائل التواصل الاجتماعي الأولوية أو الوسم للمحتوى الخاص بمجموعات معينة من المستخدمين - slug: aliasing en: term: "aliasing" From df56a81404593abb87257235808859f4f9cba008 Mon Sep 17 00:00:00 2001 From: Batool Almarzouq <53487593+BatoolMM@users.noreply.github.com> Date: Mon, 8 Aug 2022 21:27:40 +0300 Subject: [PATCH 043/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 6d87900a..6e0bfafe 100644 --- a/glossary.yml +++ b/glossary.yml @@ -654,7 +654,7 @@ term: "الخوارزمية المتحيزة" def: > النتائج المتكررة التي تظهر التحيز أو المعالجة المنحرفة الموجودة في - .[الخوارزمية](#algorithm) + .[الخوارزمية](#algorithm) .على سبيل المثال، قد تعطي خوارزميات وسائل التواصل الاجتماعي الأولوية أو الوسم للمحتوى الخاص بمجموعات معينة من المستخدمين - slug: aliasing en: From ae8890d2819a023e65a56656a09a438661f2f091 Mon Sep 17 00:00:00 2001 From: Batool Almarzouq <53487593+BatoolMM@users.noreply.github.com> Date: Mon, 8 Aug 2022 21:27:45 +0300 Subject: [PATCH 044/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 6e0bfafe..a1fb05eb 100644 --- a/glossary.yml +++ b/glossary.yml @@ -653,7 +653,7 @@ ar: term: "الخوارزمية المتحيزة" def: > - النتائج المتكررة التي تظهر التحيز أو المعالجة المنحرفة الموجودة في + النتائج المتكررة التي تظهر التحيز أو المعالجة المنحرفة الموجودة في .[الخوارزمية](#algorithm) .على سبيل المثال، قد تعطي خوارزميات وسائل التواصل الاجتماعي الأولوية أو الوسم للمحتوى الخاص بمجموعات معينة من المستخدمين - slug: aliasing From 9c9eba3ec2a10c32e1bf3557ca16a67dce23fa72 Mon Sep 17 00:00:00 2001 From: BioNomad <59677194+BioNomad@users.noreply.github.com> Date: Mon, 15 Aug 2022 10:53:50 -0400 Subject: [PATCH 045/205] Update glossary.yml --- glossary.yml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index a1fb05eb..410e2fe5 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3878,7 +3878,7 @@ term: ሐሰተኛ def: > በ [ቦሊያን](#false) አውድ ውስጥ ወደ [ሐሰት](#boolean) መገምገም። - + - slug: faq en: term: "Frequently Asked Questions" @@ -3891,6 +3891,25 @@ def: > ስለ አንድ ርዕሰ ጉዳይ በተለምዶ የሚጠየቁ የተጠናቀሩ የጥያቄዎች ዝርዝር በመልሶች :: +- slug: fasta + en: + term: "FASTA" + def: > + A file format for storing amino acid or genomic sequence information. + Information for each sequence is broken up into a block of 2 lines. Line 1 contains + information about the sequence and begins with a greater than symbol, ‘>’. Line 2 + contains the actual amino acid or genomic sequence using single-letter codes. + +- slug: fastq + en: + term: "FASTQ" + def: > + A file format for storing genomic sequence information and the corresponding quality scores. + Information for each sequence is broken up into a block of four lines. Line 1 contains information about + the sequence and begins with ‘@’. Line 2 contains the actual genomic sequence using single-letter codes to + represent nucleotides. Line 3 is a separator that begins with a `+`. Line 4 has a string of + quality characters for each base in the genomic sequence. + - slug: feature en: term: "Feature" From f67dd808ebfa10f30c05b520426ef4aaf0e9994c Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Mon, 15 Aug 2022 10:24:54 -0700 Subject: [PATCH 046/205] ignore local vendor file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a47b6f30..6ccf1ea5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ .Rproj.user .jekyll-cache .jekyll-metadata +.vendor/ Glossary.egg-info MANIFEST R/sysdata.rda From 999b8908a4a7177aa39e9cf89f152723175a5583 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Mon, 15 Aug 2022 10:26:17 -0700 Subject: [PATCH 047/205] add netlify statement at footer --- _layouts/glossary.html | 4 +++- _layouts/page.html | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_layouts/glossary.html b/_layouts/glossary.html index cb46371a..e5fe92d4 100644 --- a/_layouts/glossary.html +++ b/_layouts/glossary.html @@ -41,7 +41,9 @@ - License - - GitHub + GitHub + - + This site is powered by Netlify

diff --git a/_layouts/page.html b/_layouts/page.html index f8eb46d3..4c179cf1 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -36,6 +36,8 @@ License - GitHub + - + This site is powered by Netlify

From ad3eb16621301067a24bba3aa0b1f47dcbd9d162 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Mon, 15 Aug 2022 10:35:30 -0700 Subject: [PATCH 048/205] add code of conduct page --- CODE_OF_CONDUCT.md | 4 ++++ _layouts/glossary.html | 2 ++ _layouts/page.html | 2 ++ 3 files changed, 8 insertions(+) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index b19ea26a..73e64de9 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,7 @@ +--- +permalink: /conduct/ +--- + # The Carpentries Code of Conduct As contributors and maintainers of this project, we pledge to follow the [Carpentries Code of Conduct][coc]. diff --git a/_layouts/glossary.html b/_layouts/glossary.html index e5fe92d4..44dd9d20 100644 --- a/_layouts/glossary.html +++ b/_layouts/glossary.html @@ -41,6 +41,8 @@ - License - + Code of Conduct + - GitHub - This site is powered by Netlify diff --git a/_layouts/page.html b/_layouts/page.html index 4c179cf1..0b2b0ea5 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -35,6 +35,8 @@ - License - + Code of Conduct + - GitHub - This site is powered by Netlify From 4b4f8d864df338be55bf19b470eabfe846a67332 Mon Sep 17 00:00:00 2001 From: Vincent Guillemot Date: Mon, 8 Aug 2022 09:54:35 +0200 Subject: [PATCH 049/205] Translate 3 terms (French) Add French translation to the following terms: - correlation - correlation_coefficient - covariance --- glossary.yml | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/glossary.yml b/glossary.yml index a1fb05eb..b9f8476f 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2726,7 +2726,12 @@ Hoe sterk twee veranderlikes met mekaar ooreenstem. Korrelasie word gewoonlik gemeet aan die berekening van 'n [korrelasiekoëffisiënt](#correlation_coefficient), maar impliseer nie oorsaaklikheid. - + fr: + term: "corrélation" + def: > + Mesure à quel point deux variables sont en accord l'une avec l'auttre. La corrélation + est habituellement mesurée en calculant un [coefficient de corrélation](#correlation_coefficient) + et n'implique pas nécessairement un lien de [causalité](#causation). am: term: ተዛማጅነት def: > @@ -2757,12 +2762,21 @@ dui dit aan dat X die perfekte voorspelling van Y is. As die korrelasiekoëffisiënt 0,0 is, dui dit aan dat X nie verwant is aan Y nie. As dit -1,0 is, dan voorspel X vir Y, maar verandering in X veroorsaak 'n teenoorgestelde verandering in Y. - am: term: የግንኙነት መጠን def: > ሁለት ተለዋዋጮች ምን ያህል በጥሩ ሁኔታ [[ተዛማጅ](#correlation) ልኬት ናቸው። ከሆነ እ.ኤ.አ. በ ኤክስ እና በ ዋይ መካከል [ትስስር Coefficient](#correlation_coefficient) 1.0 ፣ ኤክስን ማወቅ የ ዋይ ን ፍጹም ትንበያ ይፈቅዳል ፡፡ የግንኙነቱ መጠን 0.0 ከሆነ ፣ ኤክስ ን ማወቅ ስለ ዋይ ምንም አይነግርዎትም ፣ እና -1.0 ከሆነ ፣ ከዚያ ኤክስ ይተነብያል ፣ ግን የ ኤክስ ለውጥ በ ‹ዋይ› ተቃራኒ ለውጥ ያስከትላል ፡፡ - + fr: + term: "coefficient de corrélation" + def: > + Une mesure de la [corrélation](#correlation) entre deux variables. + Si le [coefficient de corrélation](#correlation_coefficient) entre X et Y vaut 1.0, + alors connaître X permet de connaître parfaitement Y. + Si le [coefficient de corrélation](#correlation_coefficient) vaut 0.0, + alors connaître X ne nous dit rien sur Y. + Enfin, si le [coefficient de corrélation](#correlation_coefficient) vaut -1.0, + alors X permet de prédire Y, mais un changement en X cause un changement opposé sur Y. + - slug: covariance en: term: "covariance" @@ -2780,11 +2794,16 @@ Hoe goed twee veranderlikes met mekaar ooreenstem. Die [korrelasiekoëffisiënt](#correlation_coefficient) is 'n genormaliseerde maatstaf vir kovariansie. - am: term: መለዋወጥ def: > ሁለት ተለዋዋጮች እርስ በእርሳቸው እንዴት እንደተስማሙ ። ግንኙነቱ ትስስር](#correlation_coefficient) መደበኛ የሆነ የመለዋወጥ ልኬት ነው። + fr: + term: "covariance" + def: > + Mesure à quel point deux variables sont en accord l'une avec l'autre. + Le [coefficient de corrélation](#correlation_coefficient) est une mesure + normalisée de la covariance. - slug: cpu ref: From de1cb84854265fa4bceddcbec48e18713263484e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Michonneau?= Date: Thu, 18 Aug 2022 11:05:20 +0200 Subject: [PATCH 050/205] Apply suggestions from code review --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index b9f8476f..c5db9b5d 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2729,7 +2729,7 @@ fr: term: "corrélation" def: > - Mesure à quel point deux variables sont en accord l'une avec l'auttre. La corrélation + Mesure à quel point deux variables sont en accord l'une avec l'autre. La corrélation est habituellement mesurée en calculant un [coefficient de corrélation](#correlation_coefficient) et n'implique pas nécessairement un lien de [causalité](#causation). am: From 51bad22fdd36f6e7d41303220765b05db20d4429 Mon Sep 17 00:00:00 2001 From: Taghreed <96828378+Taghreed-A@users.noreply.github.com> Date: Sun, 21 Aug 2022 13:07:49 +0100 Subject: [PATCH 051/205] Update glossary.yml add the translations (in Arabic) of the terms confidence interval, constant, and correlation. --- glossary.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index b94f8684..f491c47d 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2593,6 +2593,11 @@ term: በራስ የመተማመን ጊዜ def: > የስህተቱን ኅዳግ ከሚጠቁም ግምት ዙሪያ የሚገኝ ክልል፣ ከa ጋር ተደምሮ ትክክለኛው ዋጋ በዚህ ክልል ውስጥ የመውደቁ አጋጣሚ ሰፊ ነው። + + ar: + term:"فترة الثقة" + def: > + فترة الثقة تتكون من التقدير المعلمة وهامش الخطأ, وهي الفترة التي ننثق بأن قيمة التقدير تكون داخل هذه الفترة - slug: configuration file en: @@ -2629,6 +2634,10 @@ term: "constante" def: > Une valeur qui ne peut pas être modifiée après avoir été définie, par opposition à une [variable](#variable_program). + ar: + term: "الثابت" + def: > + قيمة عددية ثابتة لا يمكن أن تتغير وهي عكس المتغير الذي يمكن أن يأخذ أكثر من قيمة. - slug: constructor @@ -2736,7 +2745,11 @@ term: ተዛማጅነት def: > ሁለት መለዋወጫዎች እርስ በርስ ምን ያህል እንደሚስማሙ የሚያሳይ ልኬት ነዉ። ተዛማጅነት አብዛኛውን ጊዜ የሚለካው አንድን [የዝምድና ቅንጅት](#correlation_coefficient) ማስላት፣ እናም አይደለም [#ምክንያት](#causation) ማለት ነው። - + ar: + term: "constant" + def: > + مقياس يوضح مدى ارتباط وقوة العلاقة بين متغيرين ويتم حاسبه بايجاد قيمة معامل الارتباط الذي تترواح قيمته بين 1-و +1. + - slug: correlation_coefficient en: term: "correlation coefficient" From bcaf809582ba1fe147e81e4f4e73c91ad2ca3564 Mon Sep 17 00:00:00 2001 From: Taghreed <96828378+Taghreed-A@users.noreply.github.com> Date: Mon, 22 Aug 2022 10:56:22 +0100 Subject: [PATCH 052/205] Update glossary.yml fix some typo --- glossary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index f491c47d..3b5d4adb 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2597,7 +2597,7 @@ ar: term:"فترة الثقة" def: > - فترة الثقة تتكون من التقدير المعلمة وهامش الخطأ, وهي الفترة التي ننثق بأن قيمة التقدير تكون داخل هذه الفترة + فترة الثقة تتكون من التقدير المعلمة وهامش الخطأ, وهي الفترة التي نثق بأن قيمة التقدير تكون داخل هذه الفترة - slug: configuration file en: @@ -2748,7 +2748,7 @@ ar: term: "constant" def: > - مقياس يوضح مدى ارتباط وقوة العلاقة بين متغيرين ويتم حاسبه بايجاد قيمة معامل الارتباط الذي تترواح قيمته بين 1-و +1. + مقياس يوضح مدى ارتباط وقوةالعلاقة بين متغيرين ويتم حسابه بايجاد قيمة معامل الارتباط الذي تترواح قيمته بين 1-و +1. - slug: correlation_coefficient en: From 06bdc3e98b707a17af18457edd019fb15f862872 Mon Sep 17 00:00:00 2001 From: Taghreed <96828378+Taghreed-A@users.noreply.github.com> Date: Mon, 22 Aug 2022 10:58:38 +0100 Subject: [PATCH 053/205] Update glossary.yml fix the space in line 2598 --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 3b5d4adb..be215205 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2595,7 +2595,7 @@ የስህተቱን ኅዳግ ከሚጠቁም ግምት ዙሪያ የሚገኝ ክልል፣ ከa ጋር ተደምሮ ትክክለኛው ዋጋ በዚህ ክልል ውስጥ የመውደቁ አጋጣሚ ሰፊ ነው። ar: - term:"فترة الثقة" + term: "فترة الثقة" def: > فترة الثقة تتكون من التقدير المعلمة وهامش الخطأ, وهي الفترة التي نثق بأن قيمة التقدير تكون داخل هذه الفترة From 1c357af1d61c5c2e79692f066fcd4296b7afc3e3 Mon Sep 17 00:00:00 2001 From: Daniela Basurto Lozada Date: Mon, 22 Aug 2022 14:20:08 +0100 Subject: [PATCH 054/205] added cross-references --- glossary.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/glossary.yml b/glossary.yml index bc781265..c28f82cb 100644 --- a/glossary.yml +++ b/glossary.yml @@ -657,7 +657,7 @@ es: term: "sesgo algorítmico" def: > - Resultados repetibles que muestran un sesgo, o un tratamiento sesgado, encontrado en un algoritmo. + Resultados repetibles que muestran un sesgo, o un tratamiento sesgado, encontrado en un [algoritmo](#algorithm). Por ejemplo, algoritmos de redes sociales pueden priorizar o estigmatizar contenido de ciertos grupos de usuarios. - slug: aliasing @@ -872,7 +872,7 @@ es: term: "argumento" def: > - El término no debe ser confundido con, ni es sinónimo de, parámetro. + El término no debe ser confundido con, ni es sinónimo de, [parámetro](#parameter). Un argumento es una de posiblemente varias expresiones que son pasadas a una función. Es el valor real que se pasa. Parámetros y argumentos son conceptos distintos pero relacionados. @@ -1269,7 +1269,7 @@ def: > Una propiedad de un sistema, hardware o software, que permite la interoperabilidad con un sistema heredado más antiguo, o con la entrada diseñada para un sistema así. - Por ejemplo, una función escrita en Python 3 que puede ser ejecutada exitosamente en + Por ejemplo, una [función](#function) escrita en [Python](#python) 3 que puede ser ejecutada exitosamente en Python versión 2 es retrocompatible. am: term: ወደኋላ-ተኳሃኝ @@ -1823,7 +1823,7 @@ es: term: "bug" def: > - Una carasterística faltante o indeseada de un software. + Una [carasterística](#feature_software) faltante o indeseada de un software. - slug: bug_report en: @@ -1989,6 +1989,7 @@ Algo que guarda copias de datos para que futuras consultas puedan ser respondidas más rápido. El CPU de una computadora usa un cache de hardware para guardar valores recientemente accedidos; muchos programas dependen de un cache de software para disminuir el tráfico y latencia de red. + Averiguar cuando algo en cache se ha vuelto anticuado y debe ser reemplazado es uno de los [dos problemas difíciles de la ciencia de computación](#two_hard_problems). - slug: caching en: @@ -2289,7 +2290,7 @@ term: "clasificación" def: > El proceso de identificar a que categoría predefinida pertenece un objeto, como, por ejemplo, decidir si un mensaje de correo electrónico es spam o no. - Muchos algoritmos de [machine learning](#machine_learning realizan clasificación. + Muchos algoritmos de [machine learning](#machine_learning) realizan clasificación. - slug: cli en: @@ -8557,7 +8558,7 @@ es: term: "aprendizaje supervisado" def: > - Tipo de algoritmos en los que el sistema aprende patrones a partir de datos anotados/etiquetados. + Tipo de algoritmos en los que el sistema aprende patrones a partir de [datos de entrenamiento](#training_data) anotados/etiquetados. - slug: svm en: @@ -8887,7 +8888,7 @@ es: term: "verdadero negativo" def: > - Resultado en el que el valor real es negativo y es correctamente predicho como negativo. + Resultado en el que el valor real es [negativo](#false) y es correctamente predicho como [negativo](#false). - slug: true_positive @@ -8904,7 +8905,7 @@ es: term: "verdadero positivo" def: > - Resultado en el que el valor real es verdadero y es correctamente predicho como verdadero. + Resultado en el que el valor real es [verdadero](#true) y es correctamente predicho como [verdadero](#true). - slug: truthy @@ -9276,7 +9277,7 @@ es: term: "entorno virtual" def: > - En [Python](#python), el paquete `virtualenv` permite crear entornos virtuales de Python + En [Python](#python), el [paquete](#package) `virtualenv` permite crear entornos virtuales de Python para contener paquetes y versiones de esos paquetes que uno quiere usar para un proyecto o tarea particular sin afectar otros entornos virtuales o el entorno por defecto del sistema. From de8549201c0d831a56b2a49b0ceaae90d5dccb8d Mon Sep 17 00:00:00 2001 From: Taghreed <96828378+Taghreed-A@users.noreply.github.com> Date: Mon, 22 Aug 2022 16:15:25 +0100 Subject: [PATCH 055/205] Update glossary.yml fix the space in line 2600 --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index be215205..dd6688d3 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2597,7 +2597,7 @@ ar: term: "فترة الثقة" def: > - فترة الثقة تتكون من التقدير المعلمة وهامش الخطأ, وهي الفترة التي نثق بأن قيمة التقدير تكون داخل هذه الفترة + فترة الثقة تتكون من التقدير المعلمة وهامش الخطأ, وهي الفترة التي نثق بأن قيمة التقدير تكون داخل هذه الفترة - slug: configuration file en: From 8930fc09f2d3833614e85a219b970156f7795a20 Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 14 Sep 2022 17:27:47 +0200 Subject: [PATCH 056/205] Inserting German and Spanish definitions for literate programming --- glossary.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/glossary.yml b/glossary.yml index da51b31e..875feedb 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5806,6 +5806,16 @@ term: "programmation lettrée" def: > Une approche de la programmation qui mélange langage naturel (prose) et code. + de: + term: "literarisches Programmieren" + def: > + Ein Programmierparadigma, dass Dokumentation und Programmkode in einer + gemeinsamen Datei handelt. + es: + term: "programación literaria" + def: > + Un paradigma de programación que combina código y documentación en un solo + archivo. am: term: ማንበብና መጻፍ መርሃግብር From 938c4c1106d56cabe5f6b18108e87dd704179d5d Mon Sep 17 00:00:00 2001 From: talyacooper <54854192+talyacooper@users.noreply.github.com> Date: Tue, 18 Oct 2022 17:36:52 -0400 Subject: [PATCH 057/205] added conda and anaconda --- glossary.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/glossary.yml b/glossary.yml index da51b31e..36452252 100644 --- a/glossary.yml +++ b/glossary.yml @@ -690,6 +690,15 @@ Melawana e e salwang morago ke khompiutara/sebalamakgolo go rarabolola dikgwetlho tse di amang tiriso ya tse di mo boranyaneng. +- slug: anaconda + ref: + - pip + - conda + en: + term: "Anaconda" + def: > + A [repository] (#repository) of open-source Python and R programs for data science, packaged using the [conda](#conda) [package manager] (#package_manager). Anaconda also creates Anaconda Navigator, a suite of desktop tools including an [IDE] (#ide) and the [Jupyter Notebook](#jupyter_notebook) application. + - slug: anchor en: term: "anchor" @@ -2585,6 +2594,14 @@ for [machine learning][#machine_learning], simulations, and other fields which benifit from parallel computation. +- slug: conda + ref: + - pip + - anaconda + en: + term: "conda" + def: > + A [package manager] [#package_manager] and environment management system, particularly popular for Python programs. - slug: condition ref: - handle_condition From f95fc869a068b2b7fc19f8a84abb2778c910dc1d Mon Sep 17 00:00:00 2001 From: Jannetta Steyn <6432530+jsteyn@users.noreply.github.com> Date: Thu, 20 Oct 2022 20:57:20 +0200 Subject: [PATCH 058/205] Update glossary.yml --- glossary.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/glossary.yml b/glossary.yml index 875feedb..edfb5ad2 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3217,6 +3217,12 @@ def: > ለአነስተኛ መጠን [የመረጃ ምህንድስና](#data_engineering) የትብብር ስም። +- slug: debug + en: + term: "debug" + def: > + In a computer environment 'debug' refers to the process of finding and resolving errors (also known as 'bugs') within computer programs or systems. + - slug: decision_tree ref: - random_forests From cf3f1f37df11bc885ef3784083a96f901e36e46c Mon Sep 17 00:00:00 2001 From: Jannetta Steyn <6432530+jsteyn@users.noreply.github.com> Date: Thu, 20 Oct 2022 21:03:12 +0200 Subject: [PATCH 059/205] Add English term for 'debug' --- glossary.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glossary.yml b/glossary.yml index edfb5ad2..8c5ea4ba 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3219,9 +3219,9 @@ - slug: debug en: - term: "debug" - def: > - In a computer environment 'debug' refers to the process of finding and resolving errors (also known as 'bugs') within computer programs or systems. + term: "debug" + def: > + In a computer environment 'debug' refers to the process of finding and resolving errors (also known as 'bugs') within computer programs or systems. - slug: decision_tree ref: From 5a3d9cc6240b1fa63c64572a5577b2bcb86d5f53 Mon Sep 17 00:00:00 2001 From: Jannetta Steyn <6432530+jsteyn@users.noreply.github.com> Date: Thu, 20 Oct 2022 21:42:09 +0200 Subject: [PATCH 060/205] Add English term for confusion matrix --- glossary.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/glossary.yml b/glossary.yml index 875feedb..f5d6d975 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2665,6 +2665,17 @@ def: > አንድ ተጠቃሚ ትዕዛዞች ሊገባበት የሚችልበት የኮምፒውተር ተርሚናል ወይም እንደ ዛጎል ያለ ፕሮግራም እንዲህ ያለውን መሣሪያ የሚኮርጅ ነው። +- slug: confusion_matrix + en: + term: "confusion matrix" + def: > + A matrix that describes the performance of a classification model, where is the number of + classes. Each row in the matrix represents the instances of actual classes and each column + represents the predicted classes. For a binary classification model the confusion matrix + gives the True Positives (TP), False Negatives (FN), False Positives (FP) and True Negatives + (TN) in the 1st, 2nd, 3rd and 4th quadrants, respectively. The table can be used to calculate + Accuracy, Sensitivity and Specificity amongst other measures of the model. + - slug: constant en: term: "constant" From b412e7d0514d0df6b85034078971865279b0ed1b Mon Sep 17 00:00:00 2001 From: talyacooper <54854192+talyacooper@users.noreply.github.com> Date: Thu, 20 Oct 2022 17:02:05 -0400 Subject: [PATCH 061/205] updated Anaconda definition --- glossary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index 36452252..8cc63b30 100644 --- a/glossary.yml +++ b/glossary.yml @@ -697,7 +697,7 @@ en: term: "Anaconda" def: > - A [repository] (#repository) of open-source Python and R programs for data science, packaged using the [conda](#conda) [package manager] (#package_manager). Anaconda also creates Anaconda Navigator, a suite of desktop tools including an [IDE] (#ide) and the [Jupyter Notebook](#jupyter_notebook) application. + Anaconda is a [software distribution] (#software_distribution) of R and Python. It is also a [repository] (#repository) of open-source Python and R programs for data science, packaged using the [conda](#conda) [package manager] (#package_manager). Anaconda also creates Anaconda Navigator, a suite of desktop tools including an [IDE] (#ide) and the [Jupyter Notebook](#jupyter_notebook) application. - slug: anchor en: @@ -2601,7 +2601,7 @@ en: term: "conda" def: > - A [package manager] [#package_manager] and environment management system, particularly popular for Python programs. + A [package manager] (#package_manager) and environment management system, particularly popular for Python programs. - slug: condition ref: - handle_condition From 21da8529d2d13484ecf513b4228aef192685a85f Mon Sep 17 00:00:00 2001 From: Jannetta Steyn <6432530+jsteyn@users.noreply.github.com> Date: Sat, 22 Oct 2022 09:53:41 +0200 Subject: [PATCH 062/205] Update glossary.yml --- glossary.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/glossary.yml b/glossary.yml index 3bf74c61..64a70310 100644 --- a/glossary.yml +++ b/glossary.yml @@ -393,6 +393,14 @@ def: > አወቃቀሩን የሚወክል በጥልቀት የተቀመጠ የውሂብ መዋቅር ወይም [ዛፍ](#tree)ፕሮግራም ለምሳሌ ፣ AST ሀ ን የሚወክል [መስቀለኛ መንገድ](#node) ሊኖረው ይችላል ["while` loop](#while_loop) ከአንድ [ልጅ](#child_tree) ጋር ሁኔታ እና ሌላ የ [loop አካል](#loop_body)። +- slug: accuracy + en: + term: "accuracy" + def: > + Statistical measure of a classification model which gives the proportion + of correct predictions among total number of cases. It is calculated as + Accuracy = (TP+TN)/(TP+TN+FP+FN) + - slug: actual_result de: term: "Tatsächliches Ergebnis" From 26374e079bdff64ef9f148e2bd2dcf6fca945d49 Mon Sep 17 00:00:00 2001 From: Jannetta Steyn <6432530+jsteyn@users.noreply.github.com> Date: Sat, 22 Oct 2022 10:15:45 +0200 Subject: [PATCH 063/205] Add English definition for sensitivity --- glossary.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/glossary.yml b/glossary.yml index 64a70310..3c8eec2a 100644 --- a/glossary.yml +++ b/glossary.yml @@ -8180,6 +8180,14 @@ def: > A preliminary vote used to determine whether further discussion is needed in a meeting. +-slug: sensitivity + en: + term: "sensitivity" + def: > + Statistical measure of a classification model which gives the True Positive rate. For + example, the proportion of people who have a disease that test positive. Calculated + as Sensitivity = TP/(TP+FN). + - slug: sequential_data en: term: "sequential data" From a34c1c918a8bd82aa3c4320184dcf8087efe7185 Mon Sep 17 00:00:00 2001 From: Jannetta Steyn <6432530+jsteyn@users.noreply.github.com> Date: Sat, 22 Oct 2022 10:45:42 +0200 Subject: [PATCH 064/205] Update glossary.yml --- glossary.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/glossary.yml b/glossary.yml index 3c8eec2a..60044852 100644 --- a/glossary.yml +++ b/glossary.yml @@ -8180,13 +8180,13 @@ def: > A preliminary vote used to determine whether further discussion is needed in a meeting. --slug: sensitivity - en: - term: "sensitivity" - def: > - Statistical measure of a classification model which gives the True Positive rate. For - example, the proportion of people who have a disease that test positive. Calculated - as Sensitivity = TP/(TP+FN). +- slug: sensitivity + en: + term: "sensitivity" + def: > + Statistical measure of a classification model which gives the True Positive rate. For + example, the proportion of people who have a disease that test positive. Calculated + as Sensitivity = TP/(TP+FN). - slug: sequential_data en: From 7a5b32c76e33aa6fa49cccde3170c0098b345f8f Mon Sep 17 00:00:00 2001 From: Jannetta Steyn <6432530+jsteyn@users.noreply.github.com> Date: Sat, 22 Oct 2022 11:04:33 +0200 Subject: [PATCH 065/205] Add English definition for specificity --- glossary.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/glossary.yml b/glossary.yml index 60044852..67c37de9 100644 --- a/glossary.yml +++ b/glossary.yml @@ -8419,6 +8419,14 @@ typically so that programs can be recompiled on the target computer when they are installed. +- slug: specificity + en: + term: "specificity" + def: > + Statistical measure of a classification model which gives the False Negative rate. + For example, the proportion of people who do not have a disease that test negative. + Calculated as Specificity = TN/(TN+FP). + - slug: spectral analysis ref: - python From 0f6cfd3431368b62759e8810e34c2b729894441a Mon Sep 17 00:00:00 2001 From: Jannetta Steyn <6432530+jsteyn@users.noreply.github.com> Date: Mon, 24 Oct 2022 10:59:32 +0200 Subject: [PATCH 066/205] Update glossary.yml --- glossary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index f5d6d975..07af230d 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2669,8 +2669,8 @@ en: term: "confusion matrix" def: > - A matrix that describes the performance of a classification model, where is the number of - classes. Each row in the matrix represents the instances of actual classes and each column + A NxN matrix that describes the performance of a classification model, where N is the number + of classes or outputs. Each row in the matrix represents the instances of actual classes and each column represents the predicted classes. For a binary classification model the confusion matrix gives the True Positives (TP), False Negatives (FN), False Positives (FP) and True Negatives (TN) in the 1st, 2nd, 3rd and 4th quadrants, respectively. The table can be used to calculate From 69a0c7147478923d24a24293ff3022c998c8b0f1 Mon Sep 17 00:00:00 2001 From: GorataB <107930714+GorataB@users.noreply.github.com> Date: Tue, 8 Nov 2022 18:11:19 +0200 Subject: [PATCH 067/205] Update glossary.yml Added Setswana (tn) translations for "abandonware", "agile development", "Application Programming Interface", and "camel case". --- glossary.yml | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/glossary.yml b/glossary.yml index 9992bc05..a1a63032 100644 --- a/glossary.yml +++ b/glossary.yml @@ -133,6 +133,10 @@ term: የተተወው ዌር def: > ከአሁን በኋላ እየተስተካከለ ያለው ዌር። + tn: + term: "Matlotla" + def: > + Serweboleta (software) se se sa tlholeng se tlhokomelwa kgotsa se tlhabololwa. - slug: absolute_error de: @@ -595,7 +599,12 @@ selbstorganisierter Teams ein Program entwickelt wird. Im Gegensatz dazu stehen klassische Ansätze die häufig aufwändiger Planung bedürfen. [Explorative Programmierung](#exploratory_programming) ist oft agil. - + tn: + term: "Tiro ya Potlako" + def: > + thulaganyo ya go kwala khoutu ya dirweboleta (software) e e remeletseng + mo dikgatong-potlana tse di mmalwa le mo dikakgelong tse di tlhomameng, go na le mo mananeong + a sennella-ruri le togamaano ko tshimologong. - slug: algorithm en: @@ -864,7 +873,12 @@ term: የትግበራ ፕሮግራም በይነገጽ def: > በአንድ የሶፍትዌር ቤተ-መጽሐፍት ወይም ድር የሚሰጡ የተግባሮች እና የአሠራር ሂደቶች ስብስብ ሌላ መተግበሪያ ከእሱ ጋር መገናኘት የሚችልበት አገልግሎት። ኤፒ አይ ኮድ አይደለም ፣ የመረጃ ቋቱ ወይም አገልጋዩ የመዳረሻ ነጥብ ነው ፡፡ - + tn: + term: "Mekgwatiriso ya Segokaganyi (API)" + def: > + Setlhotshwana sa ditiriso le ditsamaiso mo motlobong wa serweboleta (software library), kgotsa mo Tirelong ya Webo (web service), + se se gokaganyang motlobo kana tirelo ya teng le Tiriso (app) e sele. Ga se khoutu, polokelotshedimosetso kana sefara: ke seletlelelakgolagano. + - slug: append_mode en: term: "append mode" @@ -2082,7 +2096,13 @@ "camel case" werden keine Leerzeichen, Unterstriche (`_`), Punkte (`.`) oder Bindestriche (`-`) verwandt und jedes Wort großgeschrieben. Beispiele sind: `BerechneSumme` oder `findeMuster`. - + tn: + term: "Mokwalo wa Kamela" + def: > + Ke mokgwa wa go kwala khoutu ka go sa tsenye matshwao a sekgala (space), + thalela (_), khutlo (.) kana thaladi (-) mo maineng a di’variable kana a dilo (objects). + Mo godimo ga moo, lefoko lengwe le lengwe mo maineng a le similolola ka tlhakakgolo. + Dikai tsa mokwalo o ke “CalculateSum” le “findPattern”. - slug: catch_exception ref: From 9276fd67aa1d87ee692cf23b14bb9b8b040de342 Mon Sep 17 00:00:00 2001 From: GorataB <107930714+GorataB@users.noreply.github.com> Date: Fri, 11 Nov 2022 14:45:07 +0200 Subject: [PATCH 068/205] Update glossary.yml Co-authored-by: Zhian N. Kamvar --- glossary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index a1a63032..3b7e9a20 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2100,9 +2100,9 @@ term: "Mokwalo wa Kamela" def: > Ke mokgwa wa go kwala khoutu ka go sa tsenye matshwao a sekgala (space), - thalela (_), khutlo (.) kana thaladi (-) mo maineng a di’variable kana a dilo (objects). + thalela (`_`), khutlo (`.`) kana thaladi (`-`) mo maineng a di’variable kana a dilo (objects). Mo godimo ga moo, lefoko lengwe le lengwe mo maineng a le similolola ka tlhakakgolo. - Dikai tsa mokwalo o ke “CalculateSum” le “findPattern”. + Dikai tsa mokwalo o ke `CalculateSum` le `findPattern`. - slug: catch_exception ref: From bc145aeac6b5cfc7ee5e9285323a66cb7ad2cdc6 Mon Sep 17 00:00:00 2001 From: "vanessa.scharf" Date: Thu, 17 Nov 2022 09:54:36 +0100 Subject: [PATCH 069/205] Update glossary.yml deleted second algorithm translaterion --- glossary.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/glossary.yml b/glossary.yml index 16cf9f52..57592e8b 100644 --- a/glossary.yml +++ b/glossary.yml @@ -639,13 +639,6 @@ def: > الخوارزمية عبارة عن مجموعة من الخطوات والمقدمات أوالقواعد التي يجب اتباعها لتحقيق مهمة معين. في علوم الحاسب، الخوارزمية هي مجموعة من التعليمات في برنامج كمبيوتر تحل مشكلة حاسوبية. - de: - term: "Algorithmus" - def: > - Ein Algorithmus ist in der Mathematik und der IT eine Vorgehensweise um - Probleme zu lösen. Ein Algorithmus ist ein schrittweiser, eindeutiger - Plan, oft in viele kleine Abschnitte unterteilt und mit Querverweisen - ausgestattet, um ein spezifisches Problem zu lösen. el: term: "αλγόριθμος" def: > From e4fe6a2dc2a792201de5e90c7aa2f8f82e82b768 Mon Sep 17 00:00:00 2001 From: "vanessa.scharf" Date: Thu, 17 Nov 2022 09:59:26 +0100 Subject: [PATCH 070/205] Update glossary.yml minor fixes --- glossary.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 57592e8b..cfbbd4b4 100644 --- a/glossary.yml +++ b/glossary.yml @@ -633,7 +633,9 @@ de: term: "Algorithmus" def: > - Ein Algorithmus beschreibt eine Handlungsvorschrift, ein Verfahren oder einen Regelsatz zum Lösen eines Problems. In der Informatik ist ein Algorithmus eine eindeutige, ausführbare Folge von Anweisungen endlicher Länge zur Lösung eines Problems, welche immer das gleiche Ergebnis liefern. + Ein Algorithmus beschreibt eine Handlungsvorschrift, ein Verfahren oder einen Regelsatz zum Lösen eines Problems. + In der Informatik ist ein Algorithmus eine eindeutige, ausführbare Folge von Anweisungen endlicher Länge zur Lösung eines Problems, + welche immer das gleiche Ergebnis liefern. ar: term: "خوارزمية" def: > From 5df66d35dcf7502029444f66a79e97fc46ee0026 Mon Sep 17 00:00:00 2001 From: H Perry Hatchfield Date: Thu, 17 Nov 2022 17:08:21 -0800 Subject: [PATCH 071/205] added new term (en): minimum spanning tree --- glossary.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/glossary.yml b/glossary.yml index cfbbd4b4..0d53bd00 100644 --- a/glossary.yml +++ b/glossary.yml @@ -6402,6 +6402,13 @@ def: > በይነመረቡ ላይ የፋይሎችን ይዘት ለመለየት መደበኛ መንገድ። ቃሉ አንድ ነው የ "ሁለገብ በይነመረብ መልእክት ማራዘሚያ" ምህፃረ ቃል ፣ እና MIME ዓይነቶች ብዙ ጊዜ ናቸው እንደ".png` ለ"በ [የፋይል ስም ቅጥያዎች](#filename_extension) ተለይቷል በ PNG የተቀረጹ ምስሎች። +- slug: minimum_spanning_tree + en: + term: "minimum spanning tree" + acronym: "MST" + def: > + A minimum spanning tree is a data structure that describes the unique set of [edges](#edge) that connect all of the [nodes](#node) in a [graph](#graph) while minimizing the weights of all included [edges](#edge). The minimum spanning tree may refer to either the algorithm to calculate the structure or the resulting structure itself. + - slug: missing_value en: term: "missing value" From 9ba226ece282647a7849168e3beebc3b52c8a76c Mon Sep 17 00:00:00 2001 From: Nico Scherf Date: Fri, 18 Nov 2022 05:37:47 +0100 Subject: [PATCH 072/205] add german definition of "deep learning" --- glossary.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index cfbbd4b4..64dbdc52 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3316,7 +3316,11 @@ def: > A family of [neural network](#neural_network) algorithms that use multiple layers to extract features at successively higher levels. - + de: + term: "Deep Learning" + def: > + Eine Sammlung an Methoden des maschinellen Lernens, die künstliche neuronale Netze mit mehreren Zwischenschichten + nutzen, um damit komplexere, zusammengesetzte Eigenschaften stückweise aus rohen Eingabedaten zu extrahieren (z.B. Gesichter aus den Pixelwerten in Bildern). am: term: ጥልቅ ትምህርት def: > From 8c762f8d78c0cb4f143fd2e3aa82b96e433f0b64 Mon Sep 17 00:00:00 2001 From: Deisiany <70155730+Deisiany@users.noreply.github.com> Date: Mon, 21 Nov 2022 10:38:38 -0500 Subject: [PATCH 073/205] Update glossary.yml Added the definition of debug in Portuguese in the last line. --- glossary.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 0d53bd00..d1d711f6 100644 --- a/glossary.yml +++ b/glossary.yml @@ -9605,4 +9605,14 @@ digunakan pada berkas konfigurasi dan untuk mendefinisikan [parameter](#parameter) untuk beragam tipe dokumen [Markdown](#markdown). - + - slug: Debug + + en: + term: "Debug" + def: > + The process of identifying and removing errors (as for example those while using a software). + pt: + term: "depurar" + def: > + O processo de identificar e remover erros (como por exemplo erros referentes a quando se usa um programa). + From 3d9247e0d7bd978de19603f9a599199f17ee8f59 Mon Sep 17 00:00:00 2001 From: GorataB <107930714+GorataB@users.noreply.github.com> Date: Tue, 22 Nov 2022 00:49:49 +0200 Subject: [PATCH 074/205] Update glossary.yml Updated Setswana (tn) translation of camel case. --- glossary.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glossary.yml b/glossary.yml index 3b7e9a20..a4863f37 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2099,9 +2099,9 @@ tn: term: "Mokwalo wa Kamela" def: > - Ke mokgwa wa go kwala khoutu ka go sa tsenye matshwao a sekgala (space), - thalela (`_`), khutlo (`.`) kana thaladi (`-`) mo maineng a di’variable kana a dilo (objects). - Mo godimo ga moo, lefoko lengwe le lengwe mo maineng a le similolola ka tlhakakgolo. + Ke mokgwa wa go kwala dikaelo tsa khomputara ka go sa tsenye matshwao a sekgala (space), + thalela (`_`), khutlo (`.`) kana thaladi (`-`) mo maineng a maemedi a boleng jo bo fetogang (variables) kana a dilo (objects). + Mo godimo ga moo, lefoko lengwe le lengwe mo maineng a le simolola ka tlhakakgolo. Dikai tsa mokwalo o ke `CalculateSum` le `findPattern`. - slug: catch_exception From cf5fe338816407024ad801a00c8099cc02f75b21 Mon Sep 17 00:00:00 2001 From: Nehemiah Ongeso Date: Tue, 29 Nov 2022 23:42:35 +0300 Subject: [PATCH 075/205] =?UTF-8?q?Added=20Kiswahili=20translations=20for?= =?UTF-8?q?=20=E2=80=98condition=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- glossary.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 0d53bd00..831cdc03 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2624,7 +2624,10 @@ def: > 'n Fout of ander onverwagte gebeurtenis wat die normale vloei van beheer ontwrig. - + sw: + term:"hali" + def: > + Hitilafu au tukio lingine lisilotarajiwa ambalo linatatiza mtiririko wa kawaida wa udhibiti. am: term: ሁኔታ From 425db483850ad94a1033edb8020bf45229878b8b Mon Sep 17 00:00:00 2001 From: Nehemiah Ongeso Date: Wed, 30 Nov 2022 00:17:21 +0300 Subject: [PATCH 076/205] Added Kiswahili translations for four terms --- glossary.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/glossary.yml b/glossary.yml index 0d53bd00..2bb068b3 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2130,6 +2130,11 @@ def: > Eine Beziehung zwischen zwei Ereignissen oder Zuständen, wobei klar ist, dass es einen ursächlichen oder anlässlichen Zusammenhang zwischen den beiden gibt. + sw: + term: "Kusababisha" + def: > + Uhusiano kati ya matukio tofauti, ambapo inadaiwa kuwa tukio moja linawajibika + kuzalisha au kuathiri mabadiliko katika nyingine. am: term: causation @@ -2370,6 +2375,10 @@ term: መከፋፈል def: > ቡድኖቹ ራሳቸው በማይሆንበት ጊዜ መረጃዎችን በቡድን የመከፋፈል ሂደት አስቀድሞ የታወቀ ነው ። + sw: + term: "kugawanya" + def: > + Mchakato wa kugawanya data katika vikundi wakati vikundi vyenyewe bado havijagunduliwa mapema. - slug: code_coverage en: @@ -2434,6 +2443,10 @@ term: ትዕዛዝ def: > አንድ የኮምፒውተር ፕሮግራም አንድ የተወሰነ ሥራን እንዲሠራ የሚነግረው መመሪያ። + sw: + term: "amri" + def: > + Agizo la kuiambia programu ya kompyuta kufanya kazi maalum. - slug: command_history en: @@ -2487,6 +2500,12 @@ term: አስተያየት def: > እንደ ኮድ ተደርጎ በማይታይ ጽሁፍ የተፃፈ ጽሑፍ ይልቁንስ ኮዱን ምን እያደረገ እንዳለ የሚገልጽ ጽሑፍ። እነዚህ ብዙውን ጊዜ አጫጭር ማስታወሻዎች ናቸው፣ ብዙ ጊዜ በ '፩' (በብዙ የፕሮግራም ቋንቋዎች) መጀመር። + sw: + term: "maoni" + def: > + Maandishi yaliyoandikwa kwa hati ambayo hayachukuliwi kama kanuni ya kutekelezwa, lakini kama + maandishi ambayo yanaelezea kile kanuni hufanya nini. Mara nyingi, hati hizi huwa na maelezo mafupi, + yanayoanza na `#` (katika lugha nyingi za programu). - slug: commit en: From 03e5013bf0784603a8e8dd2fb504b68b5fd4ddd5 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Thu, 1 Dec 2022 12:48:20 +0200 Subject: [PATCH 077/205] Added Afrikaans terms --- glossary.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/glossary.yml b/glossary.yml index 2bb068b3..1941b593 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1607,6 +1607,10 @@ Une unité d'information ne pouvant prendre que deux valeurs, souvent désignées par les alternatives oui/non ou vrai/faux. En informatique cela représente un état de 0 ou 1. አማራጮችን የሚወክል የመረጃ ክፍል ፣ አዎ / አይደለም ፣ (እውነት) (#true) / [ውሸት](#false) የ 0 ወይም የ 1 ሁኔታን በማስላት ላይ ፡፡ አዎ / አይደለም ፣ (እውነት) (#true) / [ውሸት](#false) አማራጮችን የሚወክል የመረጃ ክፍል የ 0 ወይም የ 1 ሁኔታን በማስላት ላይ ፡፡] + af: + term: bit + def: > + 'n Eenheid van inligting wat alternatiewe voorstel, ja/nee, waar/vals. Dit kan voorgestel work as 0 of 1. nl: term: bit def: > @@ -1847,6 +1851,10 @@ term: "bug" def: > Una [carasterística](#feature_software) faltante o indeseada de un software. + af: + term: bug + def: > + 'n Ontbrekende of ongewenste kenmerk van 'n stuk sagteware; die digitale ekwivalent van 'n onkruid. - slug: bug_report en: @@ -7232,6 +7240,10 @@ term: "+1" def: > Un voto a favor de alguna cosa. + af: + term: :+1" + def: > + Om ten gunste van iets te stem. - slug: poisson_distribution From 478511bea5102a2c10c9d9f2970f94f41280f762 Mon Sep 17 00:00:00 2001 From: Nehemiah Ongeso Date: Thu, 1 Dec 2022 13:50:48 +0300 Subject: [PATCH 078/205] Added Kiswahili translations for 1 term MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added Kiswahili translations for ‘computational linguistics’ --- glossary.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/glossary.yml b/glossary.yml index 2bb068b3..901c1c28 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2597,6 +2597,14 @@ term: የሒሳብ ልሳነ-ቋንቋ def: > ለ[ፓርስቲንግ](#parse) ወይም ለመረዳት የሂሳብ ዘዴዎች ጥናት ወይም ተግባራዊነት የሰው ልጆች ቋንቋዎች ። የመጀመሪያ አቀራረቦች አልጎሪዝሚክ ነበሩ; አብዛኞቹ ዘመናዊ አቀራረቦች አኃዛዊ መረጃዎች ናቸው. + + + sw: + term: "isimu ya hesabu" + def: > + Utafiti au utumiaji wa mbinu za kukokotoa na [kuchanganua](#kuchanganua) au kuelewa + lugha za binadamu. Mbinu za awali zilikuwa za algorithmic; mbinu nyingi za kisasa ni za takwimu. + - slug: computational_notebook en: From ba99de3618cb92ca5d27e459c5588eb249df834a Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Thu, 1 Dec 2022 14:04:06 +0300 Subject: [PATCH 079/205] Add more Kiswahili terms Mean, Variance --- glossary.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/glossary.yml b/glossary.yml index 0d53bd00..583b8ba1 100644 --- a/glossary.yml +++ b/glossary.yml @@ -6265,12 +6265,16 @@ O valor médio de um conjunto de dados, mais apropriadamente conhecido como [média aritmética](#arithmetic_mean) para que seja distinguido da média [geométrica](#geometric_mean) e da [harmônica](#harmonic_mean). - am: term: ማለት def: > የውሂብ ስብስብ አማካይ ዋጋ ፣ ይበልጥ በትክክል በትክክል "ሂሳብ" ተብሎ ይጠራል ከ [ጂኦሜትሪክ](#arithmetic_mean) ለመለየት[የሂሳብ_ማለት]#geometric_mean) እና [harmonic](#harmonic_mean) ማለት ነው። - + sw: + term: "wastani" + def: > + Namba ya katikati kwa data. Kuikokotoa, jumla nambari halafu gawana na nambari + za nambari. + - slug: mean_absolute_error ref: - mean_squared_error @@ -9312,7 +9316,11 @@ y la media. La [desviación estándar](#standard_deviation) se usa a menudo en su lugar, ya que tiene las mismas unidades que los datos, mientras que la varianza se expresa en unidades al cuadrado. - + sw: + term: "achano" + def: > + Mraba ya mbali ya kawaida kutoka [wastani](#mean). Kuipata, tengua nambari na + wastani ya nambari hizo, halafu kokotoa wastani ya mraba. - slug: vector en: From 0c8feb0c3d5ea118e277ab9576a373ac32373660 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Thu, 1 Dec 2022 14:16:52 +0200 Subject: [PATCH 080/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 831cdc03..1869d8e8 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2625,7 +2625,7 @@ 'n Fout of ander onverwagte gebeurtenis wat die normale vloei van beheer ontwrig. sw: - term:"hali" + term: "hali" def: > Hitilafu au tukio lingine lisilotarajiwa ambalo linatatiza mtiririko wa kawaida wa udhibiti. From a2078f23a81984ef9f2451852888c0e8e69ad0c1 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Thu, 1 Dec 2022 14:18:50 +0200 Subject: [PATCH 081/205] Update glossary.yml --- glossary.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index 901c1c28..b29f2eb2 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2602,8 +2602,7 @@ sw: term: "isimu ya hesabu" def: > - Utafiti au utumiaji wa mbinu za kukokotoa na [kuchanganua](#kuchanganua) au kuelewa - lugha za binadamu. Mbinu za awali zilikuwa za algorithmic; mbinu nyingi za kisasa ni za takwimu. + Utafiti au utumiaji wa mbinu za kukokotoa na [kuchanganua](#parse) au kuelewa lugha za binadamu. Mbinu za awali zilikuwa za algorithmic; mbinu nyingi za kisasa ni za takwimu. - slug: computational_notebook From 951ce4a548c7bad48b33491431d830c28b737746 Mon Sep 17 00:00:00 2001 From: Nehemiah Ongeso Date: Thu, 1 Dec 2022 18:48:18 +0300 Subject: [PATCH 082/205] Added Kiswahili Translations for 1 word Added Kiswahili translations for "code coverage (in testing)" --- glossary.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 98a16011..3ff08be2 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2400,7 +2400,15 @@ term: ኮድ ሽፋን (በፈተና) def: > ፈተና ሲከናውን ምን ያህል [ቤተ መጻሕፍት](#library) ወይም ፕሮግራም ይፈፀም። ይህ የተለመደ ነው እንደ አንድ በመቶ የኮድ መስመሮች ሪፖርት ተደርጓል ለምሳሌ, ከ 50 መስመሮች ውስጥ 40 ከሆነ አንድ ፋይል በፈተና ወቅት ይሰራል, እነዚያ ምርመራዎች 80% ኮድ ሽፋን አላቸው:: - + + sw: + term: "kuasisi msimbo (majaribuni)" + def: > + Ni kiasi gani [maktaba](#maktaba) au programu imetekelezwa wakati wa majaribio. + kwa mfano, ikiwa mistari 40 kati ya 50 ndani faili imetekelezwa wakati wa majaribio, + majaribio hayo yana kiwango cha asilimia 80%. + + - slug: code_review en: term: "code review" From 8d4793779e890045b870c597f280c76823d38acf Mon Sep 17 00:00:00 2001 From: Nehemiah Ongeso Date: Thu, 1 Dec 2022 22:50:20 +0300 Subject: [PATCH 083/205] Added Kiswahili translations for 4 words MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added Kiswahili translations for 4 words ("console", "constant", "continuation prompt", “Central Processing Unit”) --- glossary.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/glossary.yml b/glossary.yml index 98a16011..2cb7864d 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2716,6 +2716,14 @@ term: የቅንብር ፋይል def: > የሶፍትዌሩን ፕሮግራም መስፈሪያዎች እና የመጀመሪያ አቀማመዶች የሚወስን ፋይል. ቅንብር ወይም config, ፋይሎች ብዙውን ጊዜ ለውጦች ለሚታዩበት መረጃ ጥቅም ላይ ይውላሉ, እንደ አካባቢ-የተለየ አቀማመጥ. + + sw: + term: "faili ya usanidi" + def: > + Faili inayobainisha vigezo na mipangilio ya awali ya programu. + Faili ya usanidi hutumiwa kwa habari zinazobadilika mara nyingi, + kama vile mipangilio iambatanayo ya mazingira. + - slug: console en: @@ -2728,6 +2736,13 @@ term: ኮንሶል def: > አንድ ተጠቃሚ ትዕዛዞች ሊገባበት የሚችልበት የኮምፒውተር ተርሚናል ወይም እንደ ዛጎል ያለ ፕሮግራም እንዲህ ያለውን መሣሪያ የሚኮርጅ ነው። + + sw: + term: "koni ya kompyuta" + def: > + Kituo cha kompyuta ambapo mtumiaji anaweza kuingiza amri, au programu, kama vile shell + ambayo huiga kifaa kama hicho. + - slug: confusion_matrix en: @@ -2755,6 +2770,12 @@ def: > قيمة عددية ثابتة لا يمكن أن تتغير وهي عكس المتغير الذي يمكن أن يأخذ أكثر من قيمة. + sw: + term: "thabiti" + def: >- + Thamani ambayo haiwezi kubadilishwa baada ya kubainishwa, + ukilinganisha na [kigeu](#programu_kigeugeu) ambayo hubadilika. + - slug: constructor en: @@ -2787,6 +2808,12 @@ def: > በአሁኑ ጊዜ እየተለፈፈ ያለው ትዕዛዝ አለመሆኑን የሚያመለክት [አፋጣኝ](#prompt) ገና ሙሉ እስከሆነ ድረስ አይሮጥም + sw: + term: "kishawishi endelevu" + def: > + [kishawishi](#kishawishi) kinachoashiria kwamba amri inayochapwa kwa sasa bado haijakamilika, + na itaendeshwa mara tu itakapokamilika. + - slug: continuous_integration en: term: "continuous integration" @@ -2955,6 +2982,13 @@ def: > የማንኛውም ዲጂታል ኮምፒውተር ዋና ሃርድዌር. ሲፒዩ ነው:: መመሪያዎችን የሚተረጉም እና የሚፈፅም አስፈላጊ የኤሌክትሮኒክ ስረሰር ከሶፍትዌሩ ወይም ከሌላ ሃርድዌር የተወሰደ።በተጨማሪም ማዕከላዊ ፕሮሲሰር ተብሎ ይጠራል፤ ዋና ፕሮሲሰር ወይም ማይክሮፕሮሰሰር :: + sw: + term: "Central Processing Unit" + def: > + Vifaa vikuu vya kompyuta yoyote ya dijitali inayojumuisha + sakiti muhimu za kielektroniki zinazotafsiri na kutekeleza maagizo + kutoka kwa programu au maunzi mengine. + - slug: cran ref: - base_r From f08a7d380e847facef248fb5776374875b67fc42 Mon Sep 17 00:00:00 2001 From: Nehemiah Ongeso Date: Fri, 2 Dec 2022 15:45:54 +0300 Subject: [PATCH 084/205] Added Kiswahili translations for 3 words Added Kiswahili translations for 2 words: "debug", "decrement", and "deep learning" --- glossary.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/glossary.yml b/glossary.yml index 98a16011..7af70c46 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3302,6 +3302,11 @@ def: > In a computer environment 'debug' refers to the process of finding and resolving errors (also known as 'bugs') within computer programs or systems. + sw: + term: "utatuzi" + def: > + Katika mazingira ya kompyuta 'utatuzi' inarejelea mchakato wa kutafuta na kutatua makosa (pia hujulikana kama hitilafu) ndani ya programu au mifumo ya kompyuta. + - slug: decision_tree ref: - random_forests @@ -3346,6 +3351,11 @@ def: > Uma operação unária que diminui o valor de uma variável, geralmente em um. + sw: + term: "kupunguza" + def: > + Operesheni isiyo ya kawaida ambayo hupunguza thamani ya kigezo, kwa kawaida kwa 1. + - slug: deep_learning en: @@ -3358,6 +3368,13 @@ term: ጥልቅ ትምህርት def: > የሚጠቀሙባቸው [neural network](#neural_network) ስልተ ቀመሮች በተከታታይ በከፍተኛ ደረጃዎች ባህሪያትን ለማውጣት ብዙ ንብርብሮች። + + sw: + term: "kujifunza kwa kina" + def: > + Familia ya algoriti za mtandao wa neva (#neural_network) ambazo hutumia tabaka nyingi + ili kutoa vipengele katika viwango vya juu. + - slug: default_target en: From 836821e914ff2c61c4431902a666d43578cdddc1 Mon Sep 17 00:00:00 2001 From: Nehemiah Ongeso Date: Sun, 4 Dec 2022 18:45:56 +0300 Subject: [PATCH 085/205] Added Kiswahili translations for 6 words MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added Kiswahili translations for 6 words: "domain knowledge", "down-vote", “environment”, “evaluation”, “expected result (of test)”, “exploratory programming” --- glossary.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/glossary.yml b/glossary.yml index 98a16011..1dfd5654 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3648,6 +3648,11 @@ term: የጎራ እውቀት def: > ስለ አንድ የተወሰነ የችግር ጎራ መረዳትን ፣ ለምሳሌ ፣ ስለ የትራንስፖርት ሎጂስቲክስ. + + sw: + term: "maarifa ya kikoa" + def: > + Uelewa wa kikoa maalum, kwa mfano, ujuzi wa vifaa vya usafiri. - slug: double en: @@ -3686,6 +3691,11 @@ term: ወደታች ድምጽ መስጠት def: > በአንድ ነገር ላይ የሚደረግ ድምጽ + + sw: + term: "kura ya chini" + def: > + Kura dhidi ya kitu. - slug: dry en: @@ -3843,6 +3853,11 @@ term: አካባቢ def: > ተለዋዋጭ ስሞችን እና የሚጠቅሷቸውን እሴቶች የሚያከማች መዋቅር። + + sw: + term: "mazingira" + def: > + Muundo unaohifadhi seti ya majina tofauti na thamani wanazorejelea. - slug: error_handling en: @@ -3895,6 +3910,11 @@ term: ግምገማ def: > እንደ "1 + 2 * 3/4" ያለ አገላለጽን የመውሰድ እና የማዞር ሂደት ወደ አንድ ፣ የማይቀለበስ እሴት። + + sw: + term: "tathmini" + def: > + Mchakato wa kuchukua usemi kama vile `1+2*3/4` na kuugeuza kuwa thamani moja isiyoweza kupunguzwa. - slug: exception en: @@ -3941,6 +3961,11 @@ def: > El valor que se supone debe producir una sección de código cuando se prueba de una manera determinada, o el estado en el que se supone debe dejar el sistema. + sw: + term: "matokeo yanayotarajiwa (ya majaribio)" + def: > + Thamani ambayo kipande cha programu kinatakiwa kutoa kinapojaribiwa kwa njia fulani, + au hali ambayo kinatakiwa kuondoka kwenye mfumo. - slug: exploratory_programming en: @@ -3959,6 +3984,11 @@ term: ተመራማሪ መርሃግብር def: > ሶፍትዌሩ በሚጻፍበት ጊዜ መስፈርቶች ብቅ የሚሉበት ወይም የሚለወጡበት የሶፍትዌር ልማት ዘዴ ፣ ብዙውን ጊዜ ከቀደሙት ሥራዎች ለሚመጡ ውጤቶች ምላሽ ይሰጣል ፡፡ + sw: + term: "programu ya uchunguzi" + def: > + Mbinu ya uundaji wa programu ambayo mahitaji huibuka au kubadilika jinsi programu inavyoandikwa, + mara nyingi kwa kujibu matokeo ya uendeshaji wa mapema. - slug: export en: From 7ccee8e8956006d8183fc961488d4ae269763cf4 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Mon, 5 Dec 2022 09:11:25 +0200 Subject: [PATCH 086/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 3ff08be2..95a3bf8a 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2404,7 +2404,7 @@ sw: term: "kuasisi msimbo (majaribuni)" def: > - Ni kiasi gani [maktaba](#maktaba) au programu imetekelezwa wakati wa majaribio. + Ni kiasi gani [maktaba](#library) au programu imetekelezwa wakati wa majaribio. kwa mfano, ikiwa mistari 40 kati ya 50 ndani faili imetekelezwa wakati wa majaribio, majaribio hayo yana kiwango cha asilimia 80%. From 721fa215f7e592cc88aa85d1794dae4440d68bab Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Mon, 5 Dec 2022 09:13:41 +0200 Subject: [PATCH 087/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 2cb7864d..3a3a3234 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2717,7 +2717,7 @@ def: > የሶፍትዌሩን ፕሮግራም መስፈሪያዎች እና የመጀመሪያ አቀማመዶች የሚወስን ፋይል. ቅንብር ወይም config, ፋይሎች ብዙውን ጊዜ ለውጦች ለሚታዩበት መረጃ ጥቅም ላይ ይውላሉ, እንደ አካባቢ-የተለየ አቀማመጥ. - sw: + sw: term: "faili ya usanidi" def: > Faili inayobainisha vigezo na mipangilio ya awali ya programu. From 6c694dfdf7ad831b0524eebac9652c3aa366b00a Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Mon, 5 Dec 2022 09:15:32 +0200 Subject: [PATCH 088/205] Update glossary.yml --- glossary.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index 3a3a3234..1c6ab94a 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2720,8 +2720,7 @@ sw: term: "faili ya usanidi" def: > - Faili inayobainisha vigezo na mipangilio ya awali ya programu. - Faili ya usanidi hutumiwa kwa habari zinazobadilika mara nyingi, + Faili inayobainisha vigezo na mipangilio ya awali ya programu. Faili ya usanidi hutumiwa kwa habari zinazobadilika mara nyingi, kama vile mipangilio iambatanayo ya mazingira. From 1597de5abcfc94bbf39e772b02816341bfadd8c0 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Mon, 5 Dec 2022 09:19:21 +0200 Subject: [PATCH 089/205] Update glossary.yml --- glossary.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/glossary.yml b/glossary.yml index 1c6ab94a..b3b9b77b 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2736,7 +2736,7 @@ def: > አንድ ተጠቃሚ ትዕዛዞች ሊገባበት የሚችልበት የኮምፒውተር ተርሚናል ወይም እንደ ዛጎል ያለ ፕሮግራም እንዲህ ያለውን መሣሪያ የሚኮርጅ ነው። - sw: + sw: term: "koni ya kompyuta" def: > Kituo cha kompyuta ambapo mtumiaji anaweza kuingiza amri, au programu, kama vile shell @@ -2769,11 +2769,11 @@ def: > قيمة عددية ثابتة لا يمكن أن تتغير وهي عكس المتغير الذي يمكن أن يأخذ أكثر من قيمة. - sw: + sw: term: "thabiti" def: >- Thamani ambayo haiwezi kubadilishwa baada ya kubainishwa, - ukilinganisha na [kigeu](#programu_kigeugeu) ambayo hubadilika. + ukilinganisha na [kigeu](#variable_program) ambayo hubadilika. - slug: constructor @@ -2810,7 +2810,7 @@ sw: term: "kishawishi endelevu" def: > - [kishawishi](#kishawishi) kinachoashiria kwamba amri inayochapwa kwa sasa bado haijakamilika, + [kishawishi](#prompt) kinachoashiria kwamba amri inayochapwa kwa sasa bado haijakamilika, na itaendeshwa mara tu itakapokamilika. - slug: continuous_integration From 66f8d553f2f62eca02f90b2743a1247d5c468a1d Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Mon, 5 Dec 2022 09:21:44 +0200 Subject: [PATCH 090/205] Update glossary.yml --- glossary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index 7af70c46..e049e1c6 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3369,10 +3369,10 @@ def: > የሚጠቀሙባቸው [neural network](#neural_network) ስልተ ቀመሮች በተከታታይ በከፍተኛ ደረጃዎች ባህሪያትን ለማውጣት ብዙ ንብርብሮች። - sw: + sw: term: "kujifunza kwa kina" def: > - Familia ya algoriti za mtandao wa neva (#neural_network) ambazo hutumia tabaka nyingi + Familia ya algoriti za mtandao wa neva [neural network](#neural_network) ambazo hutumia tabaka nyingi ili kutoa vipengele katika viwango vya juu. From 7096c2de3d909cd58ec9030bd8b31f8ab9f6e6e2 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Mon, 5 Dec 2022 09:24:49 +0200 Subject: [PATCH 091/205] Update glossary.yml --- glossary.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/glossary.yml b/glossary.yml index 1dfd5654..33487511 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3964,8 +3964,7 @@ sw: term: "matokeo yanayotarajiwa (ya majaribio)" def: > - Thamani ambayo kipande cha programu kinatakiwa kutoa kinapojaribiwa kwa njia fulani, - au hali ambayo kinatakiwa kuondoka kwenye mfumo. + Thamani ambayo kipande cha programu kinatakiwa kutoa kinapojaribiwa kwa njia fulani, au hali ambayo kinatakiwa kuondoka kwenye mfumo. - slug: exploratory_programming en: @@ -3987,8 +3986,7 @@ sw: term: "programu ya uchunguzi" def: > - Mbinu ya uundaji wa programu ambayo mahitaji huibuka au kubadilika jinsi programu inavyoandikwa, - mara nyingi kwa kujibu matokeo ya uendeshaji wa mapema. + Mbinu ya uundaji wa programu ambayo mahitaji huibuka au kubadilika jinsi programu inavyoandikwa, mara nyingi kwa kujibu matokeo ya uendeshaji wa mapema. - slug: export en: From c2fd32b34f35f4a12c1ed6f636599d805563a788 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Mon, 5 Dec 2022 09:26:20 +0200 Subject: [PATCH 092/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 33487511..a6e3acd7 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3652,7 +3652,7 @@ sw: term: "maarifa ya kikoa" def: > - Uelewa wa kikoa maalum, kwa mfano, ujuzi wa vifaa vya usafiri. + Uelewa wa kikoa maalum, kwa mfano, ujuzi wa vifaa vya usafiri. - slug: double en: From cffd17c1b39b63fe57777eee9f3f459498b032b3 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Mon, 5 Dec 2022 09:29:42 +0200 Subject: [PATCH 093/205] Update glossary.yml --- glossary.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index a6e3acd7..51031cef 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3854,7 +3854,8 @@ def: > ተለዋዋጭ ስሞችን እና የሚጠቅሷቸውን እሴቶች የሚያከማች መዋቅር። - sw: + + sw: term: "mazingira" def: > Muundo unaohifadhi seti ya majina tofauti na thamani wanazorejelea. From 10ececd28bc3c0da100b326099321137bd6644a3 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Mon, 5 Dec 2022 09:35:18 +0200 Subject: [PATCH 094/205] Update glossary.yml --- glossary.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/glossary.yml b/glossary.yml index d1d711f6..004dee68 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3265,6 +3265,13 @@ def: > In a computer environment 'debug' refers to the process of finding and resolving errors (also known as 'bugs') within computer programs or systems. + pt: + term: "depurar" + def: > + O processo de identificar e remover erros (como por exemplo erros referentes a quando se usa um programa). + + + - slug: decision_tree ref: - random_forests From a1ac96ff0a99bb1a75b41bf332b94d3769e5bd32 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Mon, 5 Dec 2022 09:39:12 +0200 Subject: [PATCH 095/205] Update glossary.yml --- glossary.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/glossary.yml b/glossary.yml index 1c58c7a9..485237ca 100644 --- a/glossary.yml +++ b/glossary.yml @@ -9746,15 +9746,5 @@ indentasi alih-alih menggunakan tanda kurung dan koma pada [JSON] (#json). YAML sering kali digunakan pada berkas konfigurasi dan untuk mendefinisikan [parameter](#parameter) untuk beragam tipe dokumen [Markdown](#markdown). - - - slug: Debug - - en: - term: "Debug" - def: > - The process of identifying and removing errors (as for example those while using a software). - pt: - term: "depurar" - def: > - O processo de identificar e remover erros (como por exemplo erros referentes a quando se usa um programa). + From e24154cdb8a0fe477db0e4c773d3a12cdf518de7 Mon Sep 17 00:00:00 2001 From: Nehemiah Ongeso Date: Mon, 5 Dec 2022 14:02:39 +0300 Subject: [PATCH 096/205] Added Kiswahili translations for 10 words Added Kiswahili translations for 10 words: "fail (a test)","false","false negative","falsy","Frequently Asked Questions","FASTA","FASTQ","Feature","feature request","feature (in software)" --- glossary.yml | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 66 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index b5f5ff5c..b2223924 100644 --- a/glossary.yml +++ b/glossary.yml @@ -4079,6 +4079,11 @@ term: "fallar (una prueba)" def: > Una prueba falla si el [resultado real](#actual_result) no coincide con el [resultado esperado](#expected_result). + + sw: + term: "kushindwa (jaribio)" + def: > + Jaribio litashindikana ikiwa [matokeo_halisi (#matokeo_halisi) hayalingani na [matokeo_yanayotarajiwa](#matokeo_yanayotarajiwa) - slug: "false" ref: @@ -4093,7 +4098,13 @@ term: ውሸት def: > የ ሎጂካዊ ([ቦሊያን]ሁኔታ ከ [እውነተኛ](#boolean) ውስጥ ጥቅም ላይ ውሏልየ [ሁለትዮሽ](#true) ሁኔታን ለመወከል አመክንዮ እና መርሃግብር አንድ ነገር :: - + + sw: + term: "uongo" + def: > + Mantiki ya ([Boolean](#boolean)) iliyo katika hali kinyume cha "[kweli](#kweli)". + Inatumika katika mantiki na upangaji kuwakilisha hali [binary](#binary) ya kitu. + - slug: false_negative ref: - false_positive @@ -4105,6 +4116,11 @@ term: "false negative" def: > Data points which are actually [true](#true) but incorrectly predicted as [false](#false). + + 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 @@ -4118,6 +4134,11 @@ term: "false positive" def: > Data points which are actually [false](#false) but incorrectly predicted as [true](#true). + + 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 @@ -4133,6 +4154,11 @@ def: > በ [ቦሊያን](#false) አውድ ውስጥ ወደ [ሐሰት](#boolean) መገምገም። + sw: + term: "uongo" + def: > + Inatathmini hadi ya [uongo](#false) katika muktadha wa [Boolean](#boolean). + - slug: faq en: term: "Frequently Asked Questions" @@ -4144,6 +4170,11 @@ term: ተደጋግሞ የሚነሱ ጥያቄዎች አህጽሮተ ቃል-ተደጋጋሚ ጥያቄዎች def: > ስለ አንድ ርዕሰ ጉዳይ በተለምዶ የሚጠየቁ የተጠናቀሩ የጥያቄዎች ዝርዝር በመልሶች :: + + sw: + term: "maswali yanayoulizwa mara kwa mara" + def: > + Orodha iliyoratibiwa ya maswali yanayoulizwa kwa kawaida kuhusu mada fulani, pamoja na majibu. - slug: fasta en: @@ -4153,6 +4184,14 @@ Information for each sequence is broken up into a block of 2 lines. Line 1 contains information about the sequence and begins with a greater than symbol, ‘>’. Line 2 contains the actual amino acid or genomic sequence using single-letter codes. + sw: + term: "FASTA" + def: > + Umbizo la faili la kuhifadhi amino asidi au taarifa ya mfuatano wa jeni. + Habari kwa kila mlolongo imegawanywa katika kizuizi cha mistari miwili(2). + Mstari wa kwanza (1) una taarifa kuhusu mfuatano na huanza na alama kubwa kuliko, ‘>’. + Mstari wa pili (2) una asidi ya amino halisi au mfuatano wa jeni kwa kutumia misimbo ya herufi moja. + - slug: fastq en: @@ -4163,6 +4202,15 @@ the sequence and begins with ‘@’. Line 2 contains the actual genomic sequence using single-letter codes to represent nucleotides. Line 3 is a separator that begins with a `+`. Line 4 has a string of quality characters for each base in the genomic sequence. + sw: + term: "FASTQ" + def: > + Umbizo la faili la kuhifadhi maelezo ya mfuatano wa jeni na alama za ubora zinazolingana. + Habari kwa kila mlolongo imegawanywa katika kizuizi cha mistari minne. + Mstari wa kwanza (1) una taarifa kuhusu mfuatano huo na huanza na ‘@’. + Mstari wa pili (2) una mfuatano halisi wa jeni kwa kutumia misimbo ya herufi moja kuwakilisha nyukleotidi. + Mstari wa tatu (3) ni kitenganishi kinachoanza na `+`. + Mstari wa nne (4) una mfuatano wa herufi za ubora kwa kila msingi katika mfuatano wa jeni. - slug: feature en: @@ -4173,6 +4221,14 @@ Finding or selecting features that are highly independent and discriminatory is a fundamental part of classification. + sw: + term: "Kigezo" + def: > + Tabia au ubinafsi wa kitu ambacho kinaweza kupimika + (kama vile urefu, kimo, idadi ya petali) na kutumika kama ingizo la modeli. + Kutafuta au kuchagua vipengele ambavyo ni huru na vibaguzi + ni sehemu ya msingi ya uainishaji. + - slug: feature_branch ref: - master_branch @@ -4217,6 +4273,10 @@ def: > A request to the maintainers or developers of a software program to add a specific functionality (a feature) to that program. + sw: + term: "Ombi la kuongeza Kigezo (au kipengele)" + def: > + Ombi kwa watunzaji au wasanidi programu wa kuongeza utendaji maalum (au kipengele) kwenye programu hiyo. am: term: የባህሪ ጥያቄ @@ -4234,6 +4294,11 @@ term: ባህሪ (በሶፍትዌር ውስጥ) def: > ሆን ተብሎ የተቀየሰ ወይም የተገነባ የሶፍትዌር አንዳንድ ገጽታ። ሀ [bug](#bug) የማይፈለግ ባህሪ ነው። + + sw: + term: "kipengele (katika programu)" + def: > + Baadhi ya vipengele vya programu ambavyo viliundwa au kujengwa kimakusudi. [hitilafu] (#bug) ni kipengele kisichohitajika. - slug: field en: From a77ffc8dfec2a6bf191c9e1d78ed8cda29e24140 Mon Sep 17 00:00:00 2001 From: Waithira Njuguna <72735080+eunicenjuguna@users.noreply.github.com> Date: Tue, 6 Dec 2022 11:22:17 +0300 Subject: [PATCH 097/205] Update glossary.yml I have added two Swahili definitions --- glossary.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/glossary.yml b/glossary.yml index b5f5ff5c..0fa77fca 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2369,6 +2369,9 @@ def: > The process of dividing data into groups when the groups themselves are not known in advance. + sw: + jina: "kuunganisha" + maana: Mchakato wa kugawanya data katika vikundi wakati vikundi vyenyewe havikujulikana mbeleni pt: term: "agrupamento" def: > @@ -2495,6 +2498,7 @@ Text written in a script that is not treated as code to be run, but rather as text that describes what the code is doing. These are usually short notes, often beginning with a `#` (in many programming languages). + fr: term: "commentaire" def: > @@ -3485,6 +3489,10 @@ term: "dependency" def: > See [prerequisite](#prerequisite). + sw: + jina: "utegemezi" + maana: > + hali ya kutegemea jambo ama kitu fulani am: term: ጥገኝነት From 27799036f30addab4bb5f53d129c4dcc1e3cd8a3 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Tue, 6 Dec 2022 11:33:11 +0200 Subject: [PATCH 098/205] Update glossary.yml --- glossary.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/glossary.yml b/glossary.yml index 0fa77fca..28cd170a 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2370,8 +2370,9 @@ The process of dividing data into groups when the groups themselves are not known in advance. sw: - jina: "kuunganisha" - maana: Mchakato wa kugawanya data katika vikundi wakati vikundi vyenyewe havikujulikana mbeleni + term: "kuunganisha" + def: Mchakato wa kugawanya data katika vikundi wakati vikundi vyenyewe havikujulikana mbeleni + pt: term: "agrupamento" def: > @@ -3490,8 +3491,8 @@ def: > See [prerequisite](#prerequisite). sw: - jina: "utegemezi" - maana: > + term: "utegemezi" + def: > hali ya kutegemea jambo ama kitu fulani am: From bd636495969a06dd781ed4ca04d4590f8924f30a Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Tue, 6 Dec 2022 11:34:45 +0200 Subject: [PATCH 099/205] Update glossary.yml --- glossary.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index 28cd170a..e8fb02cd 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2371,7 +2371,8 @@ known in advance. sw: term: "kuunganisha" - def: Mchakato wa kugawanya data katika vikundi wakati vikundi vyenyewe havikujulikana mbeleni + def: > + Mchakato wa kugawanya data katika vikundi wakati vikundi vyenyewe havikujulikana mbeleni pt: term: "agrupamento" @@ -3493,7 +3494,7 @@ sw: term: "utegemezi" def: > - hali ya kutegemea jambo ama kitu fulani + hali ya kutegemea jambo ama kitu fulani am: term: ጥገኝነት From 241b7fb063bfc3c756ac9369a0d1d4789301a226 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Tue, 6 Dec 2022 11:36:34 +0200 Subject: [PATCH 100/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index e8fb02cd..a21ced44 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2372,7 +2372,7 @@ sw: term: "kuunganisha" def: > - Mchakato wa kugawanya data katika vikundi wakati vikundi vyenyewe havikujulikana mbeleni + Mchakato wa kugawanya data katika vikundi wakati vikundi vyenyewe havikujulikana mbeleni pt: term: "agrupamento" From ef456e5c44fdb1fb9c3f22ee8baaaa926d1d46b8 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Tue, 6 Dec 2022 11:38:37 +0200 Subject: [PATCH 101/205] Update glossary.yml --- glossary.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/glossary.yml b/glossary.yml index a21ced44..d3782859 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2369,11 +2369,6 @@ def: > The process of dividing data into groups when the groups themselves are not known in advance. - sw: - term: "kuunganisha" - def: > - Mchakato wa kugawanya data katika vikundi wakati vikundi vyenyewe havikujulikana mbeleni - pt: term: "agrupamento" def: > From e5fa249410b6a09bd424eddbe659e6292bb8c985 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Tue, 6 Dec 2022 11:44:15 +0200 Subject: [PATCH 102/205] Update glossary.yml --- glossary.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/glossary.yml b/glossary.yml index b2223924..9fb4a4f2 100644 --- a/glossary.yml +++ b/glossary.yml @@ -4078,12 +4078,11 @@ es: term: "fallar (una prueba)" def: > - Una prueba falla si el [resultado real](#actual_result) no coincide con el [resultado esperado](#expected_result). - + Una prueba falla si el [resultado real](#actual_result) no coincide con el [resultado esperado](#expected_result). sw: term: "kushindwa (jaribio)" def: > - Jaribio litashindikana ikiwa [matokeo_halisi (#matokeo_halisi) hayalingani na [matokeo_yanayotarajiwa](#matokeo_yanayotarajiwa) + Jaribio litashindikana ikiwa [matokeo_halisi](#actual_result) hayalingani na [matokeo_yanayotarajiwa](#expected_result) - slug: "false" ref: @@ -4102,7 +4101,7 @@ sw: term: "uongo" def: > - Mantiki ya ([Boolean](#boolean)) iliyo katika hali kinyume cha "[kweli](#kweli)". + Mantiki ya ([Boolean](#boolean)) iliyo katika hali kinyume cha "[kweli](#true)". Inatumika katika mantiki na upangaji kuwakilisha hali [binary](#binary) ya kitu. - slug: false_negative From cd9852d0cd8e4fb22710118013db15fe526f2668 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Tue, 6 Dec 2022 11:46:11 +0200 Subject: [PATCH 103/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 9fb4a4f2..ffd7072e 100644 --- a/glossary.yml +++ b/glossary.yml @@ -4101,7 +4101,7 @@ sw: term: "uongo" def: > - Mantiki ya ([Boolean](#boolean)) iliyo katika hali kinyume cha "[kweli](#true)". + Mantiki ya ([Boolean](#boolean)) iliyo katika hali kinyume cha [kweli](#true). Inatumika katika mantiki na upangaji kuwakilisha hali [binary](#binary) ya kitu. - slug: false_negative From 4f0dab83a97f53e1d67ba0aaaf892939a41c5ace Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Tue, 6 Dec 2022 11:48:00 +0200 Subject: [PATCH 104/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index ffd7072e..27e76562 100644 --- a/glossary.yml +++ b/glossary.yml @@ -4101,7 +4101,7 @@ sw: term: "uongo" def: > - Mantiki ya ([Boolean](#boolean)) iliyo katika hali kinyume cha [kweli](#true). + Mantiki ya [Boolean](#boolean)) iliyo katika hali kinyume cha [kweli](#true). Inatumika katika mantiki na upangaji kuwakilisha hali [binary](#binary) ya kitu. - slug: false_negative From b4eba06d0c41b4d59c80453333d688a55f517d3d Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Tue, 6 Dec 2022 11:50:45 +0200 Subject: [PATCH 105/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 27e76562..756a3406 100644 --- a/glossary.yml +++ b/glossary.yml @@ -4101,7 +4101,7 @@ sw: term: "uongo" def: > - Mantiki ya [Boolean](#boolean)) iliyo katika hali kinyume cha [kweli](#true). + Mantiki ya [Boolean](#boolean) iliyo katika hali kinyume cha [kweli](#true). Inatumika katika mantiki na upangaji kuwakilisha hali [binary](#binary) ya kitu. - slug: false_negative From f7374a097423b41d9a05c22856055f96c1aef446 Mon Sep 17 00:00:00 2001 From: Nehemiah Ongeso Date: Wed, 7 Dec 2022 00:33:28 +0300 Subject: [PATCH 106/205] Update glossary.yml Co-authored-by: Zhian N. Kamvar --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 756a3406..5fe5faa8 100644 --- a/glossary.yml +++ b/glossary.yml @@ -4098,7 +4098,7 @@ def: > የ ሎጂካዊ ([ቦሊያን]ሁኔታ ከ [እውነተኛ](#boolean) ውስጥ ጥቅም ላይ ውሏልየ [ሁለትዮሽ](#true) ሁኔታን ለመወከል አመክንዮ እና መርሃግብር አንድ ነገር :: - sw: + sw: term: "uongo" def: > Mantiki ya [Boolean](#boolean) iliyo katika hali kinyume cha [kweli](#true). From 882ea8fbaa04bfb2f4f03e76bd21898797b59027 Mon Sep 17 00:00:00 2001 From: Nehemiah Ongeso Date: Wed, 7 Dec 2022 00:33:50 +0300 Subject: [PATCH 107/205] Update glossary.yml Co-authored-by: Zhian N. Kamvar --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 5fe5faa8..9ad7a592 100644 --- a/glossary.yml +++ b/glossary.yml @@ -4220,7 +4220,7 @@ Finding or selecting features that are highly independent and discriminatory is a fundamental part of classification. - sw: + sw: term: "Kigezo" def: > Tabia au ubinafsi wa kitu ambacho kinaweza kupimika From 4f42a95ee09be334704a03129ce9af4140fd095d Mon Sep 17 00:00:00 2001 From: Nehemiah Ongeso Date: Wed, 7 Dec 2022 00:35:44 +0300 Subject: [PATCH 108/205] Added Kiswahili translations for 4 words Added Kiswahili translations for the following words data package, data structure, data visualization, and data wrangling --- glossary.yml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index d3782859..7b434750 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3239,6 +3239,11 @@ term: የውሂብ ጥቅል def: > የሶፍትዌር ፓኬጅ ፣ በአብዛኛው ፣ መረጃዎችን ብቻ የያዘ። ለመሥራት ያገለገለ ነው ለቀላል አጠቃቀም መረጃን ለማሰራጨት የበለጠ ቀላል ነው። + + sw: + term: "Kifurushi cha data" + def: > + Kifurushi cha programu ambacho, mara nyingi, kina data pekee. Hutumika kurahisisha kusambaza data kwa matumizi rahisi. - slug: data_science en: @@ -3312,7 +3317,13 @@ characterise a set of data values and their representation (or [encoding](#character_encoding)), the relationships between values, and ways to access or manipulate those data, such as reading, altering, or writing. - + sw: + term: "muundo wa data" + def: > + Muundo wa ushirikashi, usimamizi na ufikiaji bora wa data. Kwa kawaida itakuwa + kubainisha thamani ya seti za data na uwakilishi wao (au [encoding](#character_encoding)), + uhusiano kati ya thamana, na njia za kufikia au kuendesha data hizo, kama vile + kusoma, kubadilisha, au kuandika. - slug: data_visualization en: @@ -3326,6 +3337,12 @@ term: የውሂብ መዋቅር def: > ለድርጅቱ ቅርጸት ፣ አስተዳደር እና ቀልጣፋ ተደራሽነት መረጃ በተለምዶ ያደርገዋል የውሂብ እሴቶችን ስብስብ እና የእነሱ ውክልና (ወይም።) [ኢንኮዲንግ](#character_encoding)) ፣ በእሴቶች መካከል ያሉ ግንኙነቶች እና ለመድረስ ወይም ለማታለል መንገዶች እነዚያ መረጃዎች ፣ እንደ ማንበብ ፣ መለወጥ ወይም መጻፍ ፡፡ + + sw: + term: "taswira ya data" + def: > + Uundaji wa chati, ramani, grafu, au infographics ili kutafsiri seti za data kuwa kitu kinachoonekana. + Wakati mwingine huitwa "dataviz" au "data viz." - slug: data_wrangling en: @@ -3337,6 +3354,11 @@ term: የውሂብ ክርክር def: > ለአነስተኛ መጠን [የመረጃ ምህንድስና](#data_engineering) የትብብር ስም። + + sw: + term: "mchakato wa data" + def: > + Jina la mazungumzo kwa kiwango kidogo cha [data engineering](#data_engineering). - slug: debug en: From 028e98ad4b0f3b9f5822c67ec48d2861e03fea61 Mon Sep 17 00:00:00 2001 From: Nehemiah Ongeso Date: Wed, 7 Dec 2022 00:43:53 +0300 Subject: [PATCH 109/205] Update glossary.yml --- glossary.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 9ad7a592..6d7dfe93 100644 --- a/glossary.yml +++ b/glossary.yml @@ -4098,10 +4098,11 @@ def: > የ ሎጂካዊ ([ቦሊያን]ሁኔታ ከ [እውነተኛ](#boolean) ውስጥ ጥቅም ላይ ውሏልየ [ሁለትዮሽ](#true) ሁኔታን ለመወከል አመክንዮ እና መርሃግብር አንድ ነገር :: + sw: term: "uongo" def: > - Mantiki ya [Boolean](#boolean) iliyo katika hali kinyume cha [kweli](#true). + Mantiki ya [Boolean](#boolean) iliyo katika hali kinyume cha [kweli](#true). Inatumika katika mantiki na upangaji kuwakilisha hali [binary](#binary) ya kitu. - slug: false_negative From d1387dd66f1f7be965075b7867df480c6290f85f Mon Sep 17 00:00:00 2001 From: Nehemiah Ongeso Date: Thu, 8 Dec 2022 23:04:21 +0300 Subject: [PATCH 110/205] Added one Kiswahili word; "edge" --- glossary.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/glossary.yml b/glossary.yml index 485b50cc..040f0b1a 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3852,6 +3852,11 @@ term: ጠርዝ def: > በ [ግራፍ](#node)ውስጥ በሁለት [ኖዶች](#graph) መካከል ያለ ግንኙነት። አንድ ጠርዝ እንደ ስም ወይም ርቀት ያለ ከዚህ ጋር የተጎዳኘ ውሂብ ሊኖረው ይችላል። + sw: + term: "kingo" + def: > + Muunganisho kati ya [nodes] mbili (#node) katika [graph](#graph). + Kingo yanaweza kuwa data inayohusishwa nayo, kama vile jina au umbali. - slug: element ref: From a25977107c544c883ea7a4b83f80820c3ddd824e Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Mon, 12 Dec 2022 13:49:56 +0200 Subject: [PATCH 111/205] Correcte typo :+ to + --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 040f0b1a..88238bd9 100644 --- a/glossary.yml +++ b/glossary.yml @@ -7439,7 +7439,7 @@ def: > Un voto a favor de alguna cosa. af: - term: :+1" + term: +1" def: > Om ten gunste van iets te stem. From 7ca02f2f07703d814a37dba6bbf6da326cf69100 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Mon, 12 Dec 2022 16:18:30 +0200 Subject: [PATCH 112/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 88238bd9..39582dd2 100644 --- a/glossary.yml +++ b/glossary.yml @@ -7439,7 +7439,7 @@ def: > Un voto a favor de alguna cosa. af: - term: +1" + term: "+1" def: > Om ten gunste van iets te stem. From ad0cf615b39392830d979e5105183a6fada273fa Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Wed, 14 Dec 2022 16:34:15 +0200 Subject: [PATCH 113/205] Created Southern Sotho md file --- st.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 st.md diff --git a/st.md b/st.md new file mode 100644 index 00000000..3d9aee45 --- /dev/null +++ b/st.md @@ -0,0 +1,6 @@ +--- +permalink: /st/ +layout: glossary +direction: ltr +--- +{% include glossary.html %} From 4c609f7e8694e87989d54aa4c63e941eeeb3cd38 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Tue, 20 Dec 2022 08:48:32 +0200 Subject: [PATCH 114/205] Update glossary.yml Co-authored-by: Luca Ferranti <49938764+lucaferranti@users.noreply.github.com> --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 93489035..3fccedd3 100644 --- a/glossary.yml +++ b/glossary.yml @@ -632,7 +632,7 @@ term: "algoritmo" def: > Un algoritmo è una sequenza finita di regole ed operazioni da eseguire al fine di realizzare un certo compito. - In informatica, un algoritmo è un insieme di istruzioni presenti in un programma che permette di risolvere un problema computazionale. + In informatica, un algoritmo è una sequenza finita di istruzioni presenti in un programma che permette di risolvere un problema computazionale. - slug: algorithmic_bias ref: From 919259b5c2bb1cbfb860cd758a1b88320fb25cbc Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Tue, 20 Dec 2022 08:48:39 +0200 Subject: [PATCH 115/205] Update glossary.yml Co-authored-by: Luca Ferranti <49938764+lucaferranti@users.noreply.github.com> --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 3fccedd3..ddaef62e 100644 --- a/glossary.yml +++ b/glossary.yml @@ -631,7 +631,7 @@ it: term: "algoritmo" def: > - Un algoritmo è una sequenza finita di regole ed operazioni da eseguire al fine di realizzare un certo compito. + Un algoritmo è una sequenza finita di operazioni da eseguire al fine di realizzare un certo compito. In informatica, un algoritmo è una sequenza finita di istruzioni presenti in un programma che permette di risolvere un problema computazionale. - slug: algorithmic_bias From 5cab5f68b111d733d258899dd27a569c8774b286 Mon Sep 17 00:00:00 2001 From: Francesco Tabaro Date: Tue, 20 Dec 2022 10:21:51 +0100 Subject: [PATCH 116/205] Translate four terms in italian --- glossary.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/glossary.yml b/glossary.yml index 861def43..86d5abb1 100644 --- a/glossary.yml +++ b/glossary.yml @@ -137,6 +137,10 @@ term: "Matlotla" def: > Serweboleta (software) se se sa tlholeng se tlhokomelwa kgotsa se tlhabololwa. + it: + term: "abandonware" + def: > + "Un software abbandonato, non più mantenuto" - slug: absolute_error de: @@ -257,6 +261,12 @@ term: ፍጹም መንገድ def: በ [የፋይል ስርዓት ውስጥ ወደ ተመሳሳይ ሥፍራ የሚጠቁም መንገድ የሚገመገምበት ቦታ ምንም ይሁን ምን ፡፡ ፍፁም ጎዳና እኩል ነው ጂኦግራፊ ውስጥ ኬክሮስ እና ኬንትሮስ + it: + term: "percorso assoluto del file" + def: > + Un percorso a un file che punta allo stesso luogo nel [filesystem](#filesystem) + indipendentemente da dove venga valutato. Un percorso assoluto del file è + l'equivalente di latitudine e longitudine in geografia. - slug: absolute_row_number de: @@ -301,6 +311,11 @@ am: term: ፍጹም ረድፍ ቁጥር def: የትኞቹም ክፍሎች ቢኖሩ በሠንጠረዥ ውስጥ የአንድ ረድፍ ቅደም ተከተል ማውጫ ጠረጴዛ እየታየ ነው ፡፡ + it: + term: "numero di riga assoluto" + def: > + Indice sequenziale di una riga in una tabella, indipendetemente da quale sezione + della tabella sia visualizzata. - slug: abstract_method de: @@ -365,6 +380,13 @@ def: "በ [ነገር-ተኮር መርሃግብር](#oop) ውስጥ አንድ [ዘዴ](#method) ተገልፇል ነገር ግን አልተተገበረም ፡፡ መርሃግብሮች [ወላጅ] ውስጥ ረቂቅ ዘዴን ይገልፃሉ ክፍል](#parent_class) [የህፃናት ክፍሎች](#child_class) ማቅረብ አለበት ፡፡ \n" + it: + term: "metodo astratto" + def: > + In [programmazione orientata agli oggetti](#oop), un [metodo](#method) che è + definito ma non implementato. Il programmatore definisce un metodo astratto in + una [classe padre](#parent_class) per specificare delle operazioni che la + [classe figlia](#child_class) deve implementare. - slug: abstract_syntax_tree en: From bb90347f42143923aae3117b77c4f5b682fa089b Mon Sep 17 00:00:00 2001 From: Francesco Tabaro Date: Tue, 20 Dec 2022 10:27:05 +0100 Subject: [PATCH 117/205] lint --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 86d5abb1..1a0d6352 100644 --- a/glossary.yml +++ b/glossary.yml @@ -137,7 +137,7 @@ term: "Matlotla" def: > Serweboleta (software) se se sa tlholeng se tlhokomelwa kgotsa se tlhabololwa. - it: + it: term: "abandonware" def: > "Un software abbandonato, non più mantenuto" From b5993dae560b88cd1e16a158f4bbd1ec89749758 Mon Sep 17 00:00:00 2001 From: Francesco Tabaro Date: Tue, 20 Dec 2022 10:29:00 +0100 Subject: [PATCH 118/205] lint --- glossary.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glossary.yml b/glossary.yml index 1a0d6352..172924a7 100644 --- a/glossary.yml +++ b/glossary.yml @@ -138,9 +138,9 @@ def: > Serweboleta (software) se se sa tlholeng se tlhokomelwa kgotsa se tlhabololwa. it: - term: "abandonware" - def: > - "Un software abbandonato, non più mantenuto" + term: "abandonware" + def: > + "Un software abbandonato, non più mantenuto" - slug: absolute_error de: From e3dd06c2b2ce7f6ce6370a0afc2fd968e8c041d0 Mon Sep 17 00:00:00 2001 From: JClokey Date: Thu, 29 Dec 2022 15:08:37 +1000 Subject: [PATCH 119/205] Update glossary.yml Added definitions in English for parametric and non-parametric statistics --- glossary.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 172924a7..1a2179a3 100644 --- a/glossary.yml +++ b/glossary.yml @@ -9890,4 +9890,20 @@ digunakan pada berkas konfigurasi dan untuk mendefinisikan [parameter](#parameter) untuk beragam tipe dokumen [Markdown](#markdown). - +- slug: parametric_statistics + ref: + - non-parametric (statistics) + en: + term: "parametric (statistics)" + def: > + A branch of statistical tests which assume a known distribution of the population which the samples were taken from (ANOVA and Student’s t-tests are examples of parametric tests). + + +- slug: nonparametric_statistics + ref: + - parametric (statistics) + en: + term: " non-parametric (statistics)" + def: > + A branch of statistical tests which do not assume a known distribution of the population which the samples were taken from (Kruskal-Wallis and Dunn test are examples of non-parametric tests). + From f5ec8f85761a170c14790b1a97ddab14d6083426 Mon Sep 17 00:00:00 2001 From: Lia Ossanna Date: Tue, 10 Jan 2023 17:18:25 -0700 Subject: [PATCH 120/205] add 'high performance computing' to glossary Lines 5242-5248 in glossary.yml --- glossary.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/glossary.yml b/glossary.yml index 1a2179a3..26f371bc 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5239,6 +5239,14 @@ def: > በሌሎች ተግባራት ላይ የሚሰራ ተግባር ፡፡ ለምሳሌ ፣ ከፍተኛ-ትዕዛዝ ተግባር "ካርታ` በ [ዝርዝር](#list) ውስጥ በእያንዳንዱ እሴት ላይ አንድ ጊዜ የተሰጠ ተግባርን ያከናውናል። የከፍተኛ ትዕዛዝ ተግባራት [በተግባራዊ መርሃግብር](#functional_programming) ውስጥ በጣም ያገለግላሉ። +- slug: high_performance_computing + en: + term: "high performance computing" + acronym: "HPC" + def: > + When computing power is drawn from multiple powerful processors that work together in parallel, rather than from a single desktop computer, laptop, or work station. + This significantly speeds up analysis and reduces computing time, which allows people to work with [big data](#big_data). + - slug: hippocratic_license en: term: "Hippocratic License" From ebe5134a6daeedcee702a3a74714460987aac0e4 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Wed, 11 Jan 2023 10:43:40 +0200 Subject: [PATCH 121/205] Added Kiswahili terms --- glossary.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 26f371bc..1f1f1cc8 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3228,6 +3228,10 @@ def: > Una estructura de datos bi-dimensional para guardar datos tabulares en memoria. Líneas representan [entradas](#record) y columnas representan [variables](#variable_data). + sw: + term: "Data Fremu" + def: > + Muundo wa data wa pande mbili wa kuhifadhi data ya tabular katika kumbukumbu. Safu zinawakilisha rekodi na nguzo zinawakilisha vigezo. - slug: data_masking @@ -3669,6 +3673,10 @@ def: > Un objeto dentro de un [sistema de archivos](#filesystem) que contiene archivos y otros directorios. También conocido como un [folder](#folder). + sw: + term: "Mpangilio orodha" + def: > + Kipengee ndani ya mfumo wa faili ambao unaweza kuwa na faili na saraka zingine. Pia inajulikana kama folda. - slug: discrete_random_variable ref: @@ -4497,11 +4505,14 @@ term: "carpeta" def: > Otro término para hacer referencia a un [directorio](#directory). - am: term: አቃፊ def: > ሌላ ቃል ለ [ማውጫ](#directory) :: + sw: + term: "Kabrasha" + def: ? + Neno lingine kwa saraka. - slug: for_loop ref: From eddbf798c55eba9af0e91f3e91f6d9b230522d98 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Wed, 11 Jan 2023 10:46:43 +0200 Subject: [PATCH 122/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 1f1f1cc8..8fcbe109 100644 --- a/glossary.yml +++ b/glossary.yml @@ -4511,7 +4511,7 @@ ሌላ ቃል ለ [ማውጫ](#directory) :: sw: term: "Kabrasha" - def: ? + def: > Neno lingine kwa saraka. - slug: for_loop From 2656e3482a73b803a40547a7abd75088e978fb1f Mon Sep 17 00:00:00 2001 From: Nehemiah Ongeso Date: Mon, 16 Jan 2023 14:00:20 +0300 Subject: [PATCH 123/205] Update glossary.yml --- glossary.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/glossary.yml b/glossary.yml index 8fcbe109..4e5826f9 100644 --- a/glossary.yml +++ b/glossary.yml @@ -426,6 +426,13 @@ Statistical measure of a classification model which gives the proportion of correct predictions among total number of cases. It is calculated as Accuracy = (TP+TN)/(TP+TN+FP+FN) + + sw: + term: "usahihi" + def: > + Kipimo cha takwimu cha muundo wa uainishaji ambao hutoa uwiano + ya utabiri sahihi kati ya jumla ya idadi ya kesi. Imehesabiwa kama + Usahihi = (TP+TN)/(TP+TN+FP+FN) - slug: actual_result de: @@ -501,6 +508,11 @@ am: term: አቅም def: "የአንድ ነገር ንብረት እንደ መያዣ ወይም አዝራር እንዴት መጠቀም እንደሚቻል የሚጠቁም \n" + + sw: + term: "uwezesho" + def: > + Sifa ya kitu ambacho kinapendekeza jinsi kinavyoweza kutumika, kama vile mpini au kitufe. - slug: aggregation en: @@ -627,6 +639,13 @@ thulaganyo ya go kwala khoutu ya dirweboleta (software) e e remeletseng mo dikgatong-potlana tse di mmalwa le mo dikakgelong tse di tlhomameng, go na le mo mananeong a sennella-ruri le togamaano ko tshimologong. + + sw: + term: "maendeleo pesi" + def: > + Mbinu ya ukuzaji programu ambayo inasisitiza hatua nyingi ndogo na maoni + endelevu badala ya mipango ya mbeleni na ratiba ya muda mrefu. + [Exploratory programming](# #exploratory_programming) mara nyingi huwa chapa. - slug: algorithm en: From 7a90734e4701f0d3d26b8a11543a3a7794493879 Mon Sep 17 00:00:00 2001 From: Imre <52718007+notimre@users.noreply.github.com> Date: Mon, 16 Jan 2023 16:03:32 +0000 Subject: [PATCH 124/205] Added Hungarian translation --- _config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_config.yml b/_config.yml index c27f9670..bf5777f7 100644 --- a/_config.yml +++ b/_config.yml @@ -137,6 +137,16 @@ languages: to znanje. Autori također mogu koristiti funkcije rječnika za umetanje dosljedne hiperveze za pojmove i definicije u svojim lekcijama na bilo kojem od nekoliko jezika. + - key: hu + name: Magyar + title: Szójegyzék + blurb: > + `glosario` egy nyílt forráskódú szójegyzék, amiben ezen fogalmak tartalmát adattudományban használnak. + Elérhető online, egyben programkönyvtár formájában is [R](https://github.com/carpentries/glosario-r/) nyelven + és [Python](https://github.com/carpentries/glosario-py/)ban is. A tanórában elhangzott szavak hozzákapcsolhatóak a szójegyzékhez. + Ezzel jelezve a tanóra tartalmát, a diákoktól elvárt óra elötti készülést és ezen felül mindezek hol találhatóak meg. + A tanárok továbbiakban használhatják a programkönyvtárak beépített függvényeit amivel hyper-linkeket csatolhatnak az egyes fogalmakhoz, + így hozzá illesztve a tanóra anyagának bármelyik részéhez az adott nyelvhez. - key: ko name: 한국어 title: 용어 사전 From d9449f1101effae9859e6d6b3f1e8f9accc18b86 Mon Sep 17 00:00:00 2001 From: jameswarduwa <114635946+jameswarduwa@users.noreply.github.com> Date: Tue, 17 Jan 2023 10:49:08 +0800 Subject: [PATCH 125/205] Update glossary.yml Added definition of 'index' --- glossary.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/glossary.yml b/glossary.yml index 8fcbe109..efd6e9db 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5520,6 +5520,12 @@ The factor that you purposely change or control in order to see what effect it has on the [dependent variable](#dependent_variable). +- slug: index + en: + term: "index" + def: > + Each of the elements of an array. Indexes represent the position by numerical representation. + - slug: infinite_loop ref: From 45b9f1c563d93e6d27dc4262b078b29fea4ab8c7 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Tue, 17 Jan 2023 09:23:39 +0200 Subject: [PATCH 126/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 4e5826f9..5badfd28 100644 --- a/glossary.yml +++ b/glossary.yml @@ -645,7 +645,7 @@ def: > Mbinu ya ukuzaji programu ambayo inasisitiza hatua nyingi ndogo na maoni endelevu badala ya mipango ya mbeleni na ratiba ya muda mrefu. - [Exploratory programming](# #exploratory_programming) mara nyingi huwa chapa. + [Exploratory programming](#exploratory_programming) mara nyingi huwa chapa. - slug: algorithm en: From d4e51ea74b64521b4bc7aa95fa48574bad150b79 Mon Sep 17 00:00:00 2001 From: Nehemiah Ongeso Date: Wed, 18 Jan 2023 11:48:24 +0300 Subject: [PATCH 127/205] Update glossary.yml --- glossary.yml | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 51 insertions(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index 5badfd28..876bc9eb 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1675,6 +1675,12 @@ term: bit def: > Een eenheid van informatie, die alternatieven representeert, zoals ja/nee, waar/onwaar. In de informatica wordt dit gerepresenteerd als een 0 of een 1. + + sw: + term: "biti" + def: > + Sehemu ya habari inayowakilisha njia mbadala, ndiyo/hapana, + [true](#true)/[false](#false). Katika kuhesabu hali ya 0 au 1. - slug: blob en: @@ -1689,6 +1695,16 @@ term: "Selekanyo sa kitso e e mo sedirisiweng se segolo" def: > Ke kitso e e beilweng e le mo seemong kana sedirisiweng se setona mo lefelong le le lengwe fela. + + sw: + term: "kitu kikubwa cha binary" + def: > + Data ambayo imehifadhiwa katika hifadhidata bila kufasiriwa kwa njia yoyote, + kama vile faili ya sauti. Neno hili pia sasa linatumika kurejelea data + iliyohamishwa kupitia mtandao au kuhifadhiwa katika + [version control](#version_control_system) [repository](#repository) + kama biti zisizotafsiriwa. + - slug: block_comment en: @@ -1710,7 +1726,15 @@ spezifische Start- und Endsymbole, z.B. `/*` und `*/` in C und verwandten Sprachen. Manche Sprachen kennen keine Blockkommentare und so werden diese mit einem Einzelkommentarsymbol in jeder Zeile, z.B. `#`, gekennzeichnet. - + + sw: + term: "Maoni Mapana" + def: > + Maoni [comment](#comment) ambayo yanajumuisha mistari mingi. + Maoni mapana yanaweza kuwekewa alama maalum za kuanza na kumalizia, + kama vile `/*` na `*/` katika C na vizazi vyake, au kila mstari unaweza kuanikwa kwa alama kama `#`. + + am: term: አግድ አስተያየት def: > @@ -1736,7 +1760,18 @@ zu kapseln. Manche Programmiersprachen sind sehr wortreich und erfordern viel Code um einfache Funktionalitäten zu erhalten, z.B. Java, sodass dieser Code häufig automatisch oder mittels [Autovervollständigung](#auto_completion) erstellt wird. - + + + sw: + term: "boilerplate" + def: > + Maandishi ya kawaida ambayo yanajumuishwa katika mikataba ya kisheria, leseni, na kadhalika. + Pia sehemu za msimbo wa chanzo ambazo zinapaswa kurudiwa mara nyingi sana ili kupata utendakazi msingi. + Katika [object-oriented programs](#oop) sehemu hizi hutumika kujumuisha viambajengo vya vitu. + Lugha zingine zinahitaji mengi ya kauli hizi na huitwa lugha za boilerplate, k.m. Java, + ambayo ina maana kwamba huzalishwa kiotomatiki mara kwa mara au kwa + kutumia [auto-completion](#auto_completion). + am: term: ቦይለር ፕሌት def: > @@ -1803,6 +1838,14 @@ ዘመን የሂሳብ ሊቅ ጆርጅ ቡሌ ተብሎ ይጠራል :: የሁለትዮሽ ስርዓቶች ልክ እንደ ሁሉም ኮምፒውተሮች በእውነተኛ,1 እና በሐሰት,0 መሠረት ተገንብተዋል \n" + sw: + term: "Boolean" + def: > + Kuhusiana na aina au aina ya data ambayo inaweza kuwa na thamani ya kimantiki ya [true](#true) au [false](#false). + Imetajwa kwa George Boole, mwanahisabati wa karne ya 19. + Mifumo ya binary, kama kompyuta zote, + imejengwa juu ya msingi huu wa mifumo ya tathmini ya kimantiki kati ya majimbo ya kweli na ya uwongo, 1 au 0. + - slug: branch en: term: "branch" @@ -1813,6 +1856,12 @@ term: ቅርንጫፍ def: > [Git ቅርንጫፍ](#git_branch) ይመልከቱ። + + sw: + term: "tawi" + def: > + rejelea [Git branch](#git_branch). + - slug: branch_per_feature_workflow en: From d9bd47bd4027b2e5adcda42e390fc0ed8cb7a141 Mon Sep 17 00:00:00 2001 From: Nehemiah Ongeso Date: Fri, 20 Jan 2023 09:21:28 +0300 Subject: [PATCH 128/205] Update glossary.yml --- glossary.yml | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/glossary.yml b/glossary.yml index 5badfd28..428e94e9 100644 --- a/glossary.yml +++ b/glossary.yml @@ -924,6 +924,13 @@ Setlhotshwana sa ditiriso le ditsamaiso mo motlobong wa serweboleta (software library), kgotsa mo Tirelong ya Webo (web service), se se gokaganyang motlobo kana tirelo ya teng le Tiriso (app) e sele. Ga se khoutu, polokelotshedimosetso kana sefara: ke seletlelelakgolagano. + sw: + term: "Kiolesura cha Kuandaa Programu [API]" + def: > + Seti ya vipengele na taratibu zinazotolewa na maktaba moja ya programu au + huduma ya tovuti ambayo programu nyingine inaweza kuwasiliana nayo. + [API] sio msimbo, hifadhidata, au seva: ni mahali pa ufikiaji. + - slug: append_mode en: term: "append mode" @@ -942,6 +949,13 @@ term: አባሪ ሁነታ def: > በቀደመው ፋይል ይዘቶች ላይ ከመፃፍ ይልቅ አሁን ባለው ፋይል መጨረሻ ላይ ውሂብ ለማከል ። እንደገና መፃፍ የነበረዉ ነው ፣ ስለሆነም አብዛኛዎቹ የፕሮግራም ቋንቋዎች በምትኩ ለመተካት ፕሮግራሞች ግልጽ እንዲሆኑ ይጠይቃሉ። + + sw: + term: "Hali ya Kuambatanisha" + def: > + Kuongeza data mwishoni mwa faili iliyopo badala ya kubatilisha yaliyomo awali ya faili hiyo. + Kuandika upya ni chaguo-msingi, kwa hivyo lugha nyingi za programu + zinahitaji programu kuwa wazi kuhusu kutaka kuambatanisha badala yake. - slug: argument en: @@ -999,6 +1013,14 @@ term: ክርክር def: > ቃሉ ግራ መጋባት የለበትም ፣ ተመሳሳይ ቃልም አይደለም ፣ [ግቤት](#parameter)። ክርክር ምናልባት ከበርካታ አገላለጾች አንዱ እና ወደ ተግባር የሚተላለፉ ነው ፡፡ እሱም የተላለፈው ትክክለኛ እሴት ነው። መለኪያዎች እና ክርክሮች የተለዩ ናቸው ፣ ግን ተዛማጅ ፅንሰ ሀሳቦች ናቸው። መለኪያዎች ተለዋዋጮች ናቸው ክርክሮች ደግሞ ለእነዚያ ተለዋዋጮች የተሰጡ እሴቶች ናቸው። + + sw: + term: "Hoja" + def: > + Neno hilo halipaswi kuchanganywa na, na si kisawe cha,[parameter](#parameter). + Hoja ni mojawapo ya misemo kadhaa ambayo hupitishwa kwa chaguo la kukokotoa. + Ni thamani halisi inayopitishwa. Vigezo na hoja ni tofauti, lakini dhana zinazohusiana. + Vigezo ni vigeuzo na hoja ni thamani zilizopewa vigeu hivyo. - slug: arithmetic_mean en: @@ -1029,6 +1051,14 @@ term: የሂሳብ ሚዛን def: > ይመልከቱ [ማለት](#mean) + + sw: + term: "wastani wa hesabu" + def: > + Rejelea [mean](#mean). + Imehesabiwa kutoka kwa seti ya nambari za n kwa kujumlisha nambari hizo, + na kugawanya matokeo na n. + Rejelea [mean](#mean). - slug: ascii en: @@ -1066,6 +1096,12 @@ def: > Une norme informatique de codage qui représente les caractères couramment utilisés dans les langues d'Europe occidentale à 7 ou 8 [bits](#bit), aujourd'hui largement remplacé par [Unicode](#unicode). + + sw: + term: "ASCII" + def: > + Njia ya kawaida ya kuwakilisha herufi zinazotumiwa sana katika lugha za Ulaya Magharibi kama nambari kamili 7- au 8-[bit](#bit), + ambayo sasa imechukuliwa na [Unicode](#unicode). - slug: assertion en: @@ -1116,6 +1152,18 @@ term: ማረጋገጫ def: > በአንድ [የተወሰነ] ቦታ ፕሮግራም ዉስጥ ግዴታ [እውነተኛ](#boolean) መሆን ያለበት የ [ቦሊያን](#true) አገላለጽ ነዉ. ምልከታዎች በቋንቋው ውስጥ ሊገነቡ ይችላሉ (ለምሳሌ ፣ [ፓይቶን](#python) ዎቹ እንደ "ማረጋገጫ" መግለጫ ወይም እንደ ተግባራት ይቀርባሉ ል (ለምሳሌ ፣ [R](#r_language) 'stopifnot')። ብዙውን ጊዜ ለሙከራ ጥቅም ላይ ይውላሉ ፣ ግን ደግሞ በትክክል እየሰራ መሆኑን ለማጣራት [በምርት ኮድ](#production_code) ውስጥ ይቀመጣሉ፡፡ በብዙ ቋንቋዎች ማረጋገጫዎች መሆን የለባቸውም በአቀነባባሪዎች እና በአስተርጓሚዎች በዝምታ ሊጣሉ ስለሚችሉ የውሂብ ማረጋገጫ ለማከናወን ያገለግል ነበር በማመቻቸት ሁኔታዎች ውስጥ. ለመረጃ ማረጋገጫ ማረጋገጫዎችን መጠቀም ይችላል የደህንነት አደጋዎችን ያስተዋውቁ ፡፡ ከብዙ ቋንቋዎች በተለየ መልኩ አር "ማረጋገጫ" መግለጫ የለውም ሊቦዝን ይችላል ፣ እና ስለዚህ እንደ "assertr`" የመሰለ [ጥቅል](#package) መጠቀም ማረጋገጫ የደህንነት ቀዳዳዎችን አይፈጥርም ፡፡ + + sw: + term: "Madai" + def: > + Semi ya [Boolean](#boolean) ambayo lazima iwe [true](#true) katika hatua fulani katika programu. + Madai yanaweza kujengwa katika lugha (k.m., kauli ya `assert` ya [Python](#python)) au + kutolewa kama vitendakazi (k.m., `stopifnot` ya [R (#r_language)). + Mara nyingi hutumiwa katika majaribio, lakini pia huwekwa katika [production code](#production_code) ili kuangalia ikiwa inatenda ipasavyo. + Katika lugha nyingi, madai hayafai kutumiwa kutekeleza uthibitishaji wa data kwa vile yanaweza kuondolewa kimyakimya na wakusanyaji na + wakalimani chini ya hali ya uboreshaji. Kutumia madai kwa uthibitishaji wa data kwa hivyo kunaweza kuanzisha hatari za usalama. + Tofauti na lugha nyingi, R haina taarifa ya `assert` ambayo inaweza kuzimwa, + na kwa hivyo matumizi ya [package](#package) kama vile `assertr` kwa uthibitishaji wa data haileti mashimo ya usalama. - slug: associative_array en: @@ -1135,6 +1183,11 @@ term: ተጓዳኝ ድርድር def: > [መዝገበ-ቃላትን](#dictionary) ይመልከቱ (#dictionary)። + + sw: + term: "safu ya ushirika" + def: > + Rejelea [dictionary](#dictionary). - slug: asynchronous ref: @@ -1177,6 +1230,13 @@ Qui ne se produit pas en même temps. En programmation, une opération asynchrone est une opération qui s'exécute indépendamment d'une autre, ou qui commence à un moment et se termine à un autre. + + sw: + term: "isiyolingana" + def: > + Haifanyiki kwa wakati mmoja. Katika programu, operesheni ya asynchronous ni ile inayoendesha kwa kujitegemea ya nyingine, + au ambayo huanza wakati mmoja na kuishia kwa mwingine. + - slug: attribute en: term: "attribute" @@ -1216,6 +1276,12 @@ def: > Una pareja nombre-valor asociada a un objeto, usada para almacenar metadatos sobre el objeto como, por ejemplo, las dimensiones de un arreglo. + + sw: + term: "sifa" + def: > + Jozi ya thamani ya jina inayohusishwa na kitu, + inayotumiwa kuhifadhi [metadata] kuhusu kitu kama vile vipimo vya mkusanyiko. - slug: auto_completion en: @@ -1258,6 +1324,13 @@ Funcionalidad que le permite a una persona usuaria terminar una palabra o código rapidamente pulsando la tecla TAB para que aparezca una lista de posibles palabras o códigos entre los que el usuario puede seleccionar la función que necesite. + + sw: + term: "kukamilika kiotomatiki" + def: > + Kipengele kinachomruhusu mtumiaji kumaliza neno au msimbo haraka kwa + kubofya kitufe cha TAB ili kuorodhesha maneno au + msimbo unaowezekana ambao mtumiaji anaweza kuchagua. - slug: autocorrelation en: @@ -1268,6 +1341,14 @@ datasets by detecting repeating patterns that may be partially concealed by random noise, among other uses. + sw: + term: "uhusiano wa kiotomatiki" + def: > + Kiwango cha ufanano kati ya uchunguzi katika mfululizo sawa lakini ukitenganishwa na muda (unaojulikana kama "lag"). + Uchanganuzi wa uunganisho otomatiki unaweza kutumika kupata maarifa kuhusu mkusanyiko wa data wa mfululizo wa saa kwa + kugundua ruwaza zinazorudiwa ambazo zinaweza kufichwa kwa kiasi na kelele nasibu, + miongoni mwa matumizi mengine. + - slug: automatic_variable ref: - makefile From 3b6b914192d94d74532a098970266475bb949e29 Mon Sep 17 00:00:00 2001 From: Nehemiah Ongeso Date: Fri, 20 Jan 2023 09:33:45 +0300 Subject: [PATCH 129/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 428e94e9..7fb5d0de 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1279,7 +1279,7 @@ sw: term: "sifa" - def: > + def: > Jozi ya thamani ya jina inayohusishwa na kitu, inayotumiwa kuhifadhi [metadata] kuhusu kitu kama vile vipimo vya mkusanyiko. From 919be9d3b5f3b887d56f0a8903d656c890a4711f Mon Sep 17 00:00:00 2001 From: Nehemiah Ongeso Date: Fri, 20 Jan 2023 09:36:29 +0300 Subject: [PATCH 130/205] Update glossary.yml --- glossary.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/glossary.yml b/glossary.yml index 7fb5d0de..c392629d 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1282,6 +1282,7 @@ def: > Jozi ya thamani ya jina inayohusishwa na kitu, inayotumiwa kuhifadhi [metadata] kuhusu kitu kama vile vipimo vya mkusanyiko. + - slug: auto_completion en: From 465646b02a8ad58a44220b53ccd8ab4f35f5c0c0 Mon Sep 17 00:00:00 2001 From: Imre Date: Mon, 23 Jan 2023 12:17:42 +0000 Subject: [PATCH 131/205] Added hu.md & ENTRY_LANGUAGE_KEY --- hu.md | 6 ++++++ utils/check-glossary.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 hu.md diff --git a/hu.md b/hu.md new file mode 100644 index 00000000..310e7f5a --- /dev/null +++ b/hu.md @@ -0,0 +1,6 @@ +--- +permalink: /hu/ +layout: glossary +direction: ltr +--- +{% include glossary.html %} diff --git a/utils/check-glossary.py b/utils/check-glossary.py index 1c89eb14..d27f3f00 100755 --- a/utils/check-glossary.py +++ b/utils/check-glossary.py @@ -30,7 +30,7 @@ # Keys for entries and definitions. ENTRY_REQUIRED_KEYS = {'slug'} ENTRY_OPTIONAL_KEYS = {'ref'} -ENTRY_LANGUAGE_KEYS = {'af', 'am', 'ar', 'bn', 'de', 'el', 'en', 'es', 'fr', 'he','hr', 'id', 'it', 'ja', 'ko', 'nl', 'pt', 'st', 'sw', 'tn', 'xh', 'zh', 'zu'} +ENTRY_LANGUAGE_KEYS = {'af', 'am', 'ar', 'bn', 'de', 'el', 'en', 'es', 'fr', 'he','hr', 'hu', 'id', 'it', 'ja', 'ko', 'nl', 'pt', 'st', 'sw', 'tn', 'xh', 'zh', 'zu'} ENTRY_KEYS = ENTRY_REQUIRED_KEYS | \ ENTRY_OPTIONAL_KEYS | \ ENTRY_LANGUAGE_KEYS From 131036adfdb8d866da707b98a292e198764c2faf Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Mon, 23 Jan 2023 14:27:36 +0200 Subject: [PATCH 132/205] Update glossary.yml --- glossary.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/glossary.yml b/glossary.yml index c392629d..7dfbac31 100644 --- a/glossary.yml +++ b/glossary.yml @@ -929,7 +929,7 @@ def: > Seti ya vipengele na taratibu zinazotolewa na maktaba moja ya programu au huduma ya tovuti ambayo programu nyingine inaweza kuwasiliana nayo. - [API] sio msimbo, hifadhidata, au seva: ni mahali pa ufikiaji. + API sio msimbo, hifadhidata, au seva: ni mahali pa ufikiaji. - slug: append_mode en: @@ -954,8 +954,7 @@ term: "Hali ya Kuambatanisha" def: > Kuongeza data mwishoni mwa faili iliyopo badala ya kubatilisha yaliyomo awali ya faili hiyo. - Kuandika upya ni chaguo-msingi, kwa hivyo lugha nyingi za programu - zinahitaji programu kuwa wazi kuhusu kutaka kuambatanisha badala yake. + Kuandika upya ni chaguo-msingi, kwa hivyo lugha nyingi za programu ahitaji programu kuwa wazi kuhusu kutaka kuambatanisha badala yake. - slug: argument en: @@ -1057,8 +1056,7 @@ def: > Rejelea [mean](#mean). Imehesabiwa kutoka kwa seti ya nambari za n kwa kujumlisha nambari hizo, - na kugawanya matokeo na n. - Rejelea [mean](#mean). + na kugawanya matokeo na - slug: ascii en: @@ -1158,7 +1156,7 @@ def: > Semi ya [Boolean](#boolean) ambayo lazima iwe [true](#true) katika hatua fulani katika programu. Madai yanaweza kujengwa katika lugha (k.m., kauli ya `assert` ya [Python](#python)) au - kutolewa kama vitendakazi (k.m., `stopifnot` ya [R (#r_language)). + kutolewa kama vitendakazi (k.m., `stopifnot` ya [R](#r_language)). Mara nyingi hutumiwa katika majaribio, lakini pia huwekwa katika [production code](#production_code) ili kuangalia ikiwa inatenda ipasavyo. Katika lugha nyingi, madai hayafai kutumiwa kutekeleza uthibitishaji wa data kwa vile yanaweza kuondolewa kimyakimya na wakusanyaji na wakalimani chini ya hali ya uboreshaji. Kutumia madai kwa uthibitishaji wa data kwa hivyo kunaweza kuanzisha hatari za usalama. @@ -1281,7 +1279,7 @@ term: "sifa" def: > Jozi ya thamani ya jina inayohusishwa na kitu, - inayotumiwa kuhifadhi [metadata] kuhusu kitu kama vile vipimo vya mkusanyiko. + inayotumiwa kuhifadhi metadata kuhusu kitu kama vile vipimo vya mkusanyiko. - slug: auto_completion @@ -1345,7 +1343,7 @@ sw: term: "uhusiano wa kiotomatiki" def: > - Kiwango cha ufanano kati ya uchunguzi katika mfululizo sawa lakini ukitenganishwa na muda (unaojulikana kama "lag"). + Kiwango cha ufanano kati ya uchunguzi katika mfululizo sawa lakini ukitenganishwa na muda (unaojulikana kama 'lag'). Uchanganuzi wa uunganisho otomatiki unaweza kutumika kupata maarifa kuhusu mkusanyiko wa data wa mfululizo wa saa kwa kugundua ruwaza zinazorudiwa ambazo zinaweza kufichwa kwa kiasi na kelele nasibu, miongoni mwa matumizi mengine. From f4fbfcf01c8c452553beb8994651d6ff4ea0cd38 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Mon, 23 Jan 2023 14:29:02 +0200 Subject: [PATCH 133/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 7dfbac31..da0e3184 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1343,7 +1343,7 @@ sw: term: "uhusiano wa kiotomatiki" def: > - Kiwango cha ufanano kati ya uchunguzi katika mfululizo sawa lakini ukitenganishwa na muda (unaojulikana kama 'lag'). + Kiwango cha ufanano kati ya uchunguzi katika mfululizo sawa lakini ukitenganishwa na muda (unaojulikana kama lag). Uchanganuzi wa uunganisho otomatiki unaweza kutumika kupata maarifa kuhusu mkusanyiko wa data wa mfululizo wa saa kwa kugundua ruwaza zinazorudiwa ambazo zinaweza kufichwa kwa kiasi na kelele nasibu, miongoni mwa matumizi mengine. From 4133493fb57dad0570eb50c825413c1a9f209c8b Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Tue, 24 Jan 2023 09:44:30 +0200 Subject: [PATCH 134/205] Update glossary.yml --- glossary.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/glossary.yml b/glossary.yml index da0e3184..fa1d449a 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1343,10 +1343,10 @@ sw: term: "uhusiano wa kiotomatiki" def: > - Kiwango cha ufanano kati ya uchunguzi katika mfululizo sawa lakini ukitenganishwa na muda (unaojulikana kama lag). - Uchanganuzi wa uunganisho otomatiki unaweza kutumika kupata maarifa kuhusu mkusanyiko wa data wa mfululizo wa saa kwa - kugundua ruwaza zinazorudiwa ambazo zinaweza kufichwa kwa kiasi na kelele nasibu, - miongoni mwa matumizi mengine. + Kiwango cha ufanano kati ya uchunguzi katika mfululizo sawa lakini ukitenganishwa na muda (unaojulikana kama lag). + Uchanganuzi wa uunganisho otomatiki unaweza kutumika kupata maarifa kuhusu mkusanyiko wa data wa mfululizo wa saa kwa + kugundua ruwaza zinazorudiwa ambazo zinaweza kufichwa kwa kiasi na kelele nasibu, + miongoni mwa matumizi mengine. - slug: automatic_variable ref: From 24e10a0af1e30b10d8dc335e3b9ebb8940f1a919 Mon Sep 17 00:00:00 2001 From: Warrick Ball Date: Sat, 11 Feb 2023 22:25:19 +0000 Subject: [PATCH 135/205] Procedural generation: don't repeat term in definition This would match the general style elsewhere of not repeating the term being define (demonstrated in the preceding and following entries). --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 1f0f8d5a..40b215d5 100644 --- a/glossary.yml +++ b/glossary.yml @@ -7779,7 +7779,7 @@ en: term: "procedural generation" def: > - Procedural generation is a method of generating data algorithmically rather than manually. Typically + A method of generating data algorithmically rather than manually. Typically this is done to reduce file sizes, increase the overall amount of content, and/or incorporate randomness at the expense of processing power. From 06cab9981c02b3da896a528d3e050768fc983e7c Mon Sep 17 00:00:00 2001 From: dougdaniels Date: Thu, 16 Feb 2023 10:51:06 -0800 Subject: [PATCH 136/205] Update glossary.yml Added term "pointcloud" --- glossary.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/glossary.yml b/glossary.yml index 40b215d5..204285bd 100644 --- a/glossary.yml +++ b/glossary.yml @@ -7657,6 +7657,11 @@ def: > Om ten gunste van iets te stem. +- slug: pointcloud + en: + term: "pointcloud" + def: > + A set of discrete data points in three-dimensional space. - slug: poisson_distribution en: From eb22a8cac63a944833a1c1899b664babdc82e123 Mon Sep 17 00:00:00 2001 From: clem33 Date: Fri, 17 Feb 2023 18:06:39 +0800 Subject: [PATCH 137/205] aded French translation of term byte --- glossary.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glossary.yml b/glossary.yml index 40b215d5..2cc3587e 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2157,6 +2157,10 @@ term: "byte" def: > Unidad de información digital que típicamente consiste de ocho dígitos [binarios](#binary), o [bits](#bit). + fr: + term: "octet" + def: > + Un octet est une information numerique composée de huit chiffres binaires, appelés bits. de: term: "Byte" def: >- From 9d65030d417bb6d7b1b72baddcf49e8abda40279 Mon Sep 17 00:00:00 2001 From: Asier Moneva <49791526+amoneva@users.noreply.github.com> Date: Fri, 17 Feb 2023 13:06:37 +0100 Subject: [PATCH 138/205] Update glossary.yml Add the Spanish translation of the term `independent_variable`. --- glossary.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 40b215d5..e2b767e1 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5667,7 +5667,11 @@ def: > The factor that you purposely change or control in order to see what effect it has on the [dependent variable](#dependent_variable). - + es: + term: "variable independiente" + def: > + El factor que cambias o controlas intencionadamente para ver qué efecto tiene + sobre la [variable dependiente](#dependent_variable). - slug: infinite_loop ref: From e3930c7f744fd9ae77213d43b74250e72783056c Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 20 Feb 2023 16:36:20 -0500 Subject: [PATCH 139/205] pt: argument and parameter Update Portuguese definition of argument, and add one for parameter. --- glossary.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index e2b767e1..5deda228 100644 --- a/glossary.yml +++ b/glossary.yml @@ -983,8 +983,9 @@ pt: term: "argumento" def: > - Um valor passado para uma função. Algumas pessoas autoras usam este termo como - sinônimo de parâmetro(#parameter) e outras não fazem isso; é tudo bastante confuso. + Uma expressão, possivelmente dentre muitas, passada para uma função. É o valor em si. + Não confundir com [parâmetro](#parameter), que é um termo relacionado, mas diferente. + Parâmetros são variáveis e argumentos são os valores dessas variáveis. ar: term: "وسيطة" def: > @@ -7482,6 +7483,12 @@ Die Parameter sind die Namen der Eingangswerte einer Funktion, welche beim Aufruf übergeben werden. Parameter und Argumente sind verwandt aber nicht identisch. Ein Parameter ist eine Variable und ein [Argument](#argument) ist dem der Variable zugewiesene Wert. + pt: + term: "parâmetro" + def: > + Uma variável especificada na definição de uma função, cujo valor é passado para a função quando + ela é invocada. O parâmetro é a variável, enquanto seu valor dentro da função é + um [argumento](#argument). Parâmetro e argumento são termos relacionados, mas diferentes. - slug: parent_class From 25f8e8d58a2e27e025595f1f7b35af40b57b6f1f Mon Sep 17 00:00:00 2001 From: Abdulrahman Dallak <47871346+Dallak@users.noreply.github.com> Date: Tue, 28 Feb 2023 03:36:38 +0000 Subject: [PATCH 140/205] Added Arabic translation "Base R" translation into Arabic. --- glossary.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/glossary.yml b/glossary.yml index 0c46a3bf..e0f46027 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1477,6 +1477,13 @@ def: > የ [R](#r_language) ቋንቋን የመሠረቱ መሠረታዊ ተግባራት። የመሠረት እሽጎች በ ውስጥ ሊገኙ ይችላሉ "src / library" እና ከ R ውጭ አይዘመኑም; የእነሱ ስሪት ቁጥሮች አር የስሪት ቁጥር። የመሠረት ፓኬጆች ተጭነው በ R ተጭነዋል ፣ ቅድሚያ የሚሰጠው ግን ፓኬጆች ከመሠረታዊ አር ጋር ተጭነዋል ነገር ግን ከመጠቀምዎ በፊት መጫን አለባቸው ፡፡ የ [R](#r_language) ቋንቋን የመሠረቱ መሠረታዊ ተግባራት። የመሠረት እሽጎች በ "src/library" ውስጥ ሊገኙ ይችላሉ እና ከ R ውጭ አይሻሻሉም; የእነሱ ስሪት ቁጥሮች የአር ስሪት ቁጥርን ይከተላሉ። መሠረት ፓኬጆች ጋር ከR ተጭነዉ ይዘረጋሉ፣ ቅድሚያ የሚሰጠው ግን ፓኬጆች ከመሠረታዊ አር ጋር ተጭነዋል ነገር ግን ከመጠቀም በፊት መጫን አለባቸው ፡፡ + ar: + term: "آر الأساس" + def: > +.`src/library` يمكن الحصول علي الحزم الأساسية في .[R] (#r_language) الوظائف الأساسية التي تتكون منها لغة آر +R الحزم الأساسية مثبتة ويتم تحميلها مع R أرقام نسختها تتبع ترقيم نسخة R لايمكن تحديث الحزم الأساسية خارج +ولكن يجب أن يتم تحميل قبل استخدامها R بينما الحزم ذات الألوية يتم تثبيتها مع + - slug: bayes_rule en: term: "Bayes' Rule" From 8c73f8e924e4cd125d66b7ca05f3be57aa20eb13 Mon Sep 17 00:00:00 2001 From: cmdalton <36085215+cmdalton@users.noreply.github.com> Date: Fri, 3 Mar 2023 09:37:54 -0500 Subject: [PATCH 141/205] Update _config.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed Chinese to 中文, as suggested by lingmeng634: https://github.com/carpentries/glosario/issues/525 --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index bf5777f7..8fb18f01 100644 --- a/_config.yml +++ b/_config.yml @@ -285,7 +285,7 @@ languages: blurb: >- In translation - key: zh - name: Chinese + name: 中文 title: 术语表 blurb: > `glosario`是开源的数据科学术语表,也可作为[R](https://github.com/carpentries/glosario-r/) From da24e9b1aab12202210142893e0160b805033dda Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Tue, 7 Mar 2023 10:17:14 +0200 Subject: [PATCH 142/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index e0f46027..f3d0c145 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1477,7 +1477,7 @@ def: > የ [R](#r_language) ቋንቋን የመሠረቱ መሠረታዊ ተግባራት። የመሠረት እሽጎች በ ውስጥ ሊገኙ ይችላሉ "src / library" እና ከ R ውጭ አይዘመኑም; የእነሱ ስሪት ቁጥሮች አር የስሪት ቁጥር። የመሠረት ፓኬጆች ተጭነው በ R ተጭነዋል ፣ ቅድሚያ የሚሰጠው ግን ፓኬጆች ከመሠረታዊ አር ጋር ተጭነዋል ነገር ግን ከመጠቀምዎ በፊት መጫን አለባቸው ፡፡ የ [R](#r_language) ቋንቋን የመሠረቱ መሠረታዊ ተግባራት። የመሠረት እሽጎች በ "src/library" ውስጥ ሊገኙ ይችላሉ እና ከ R ውጭ አይሻሻሉም; የእነሱ ስሪት ቁጥሮች የአር ስሪት ቁጥርን ይከተላሉ። መሠረት ፓኬጆች ጋር ከR ተጭነዉ ይዘረጋሉ፣ ቅድሚያ የሚሰጠው ግን ፓኬጆች ከመሠረታዊ አር ጋር ተጭነዋል ነገር ግን ከመጠቀም በፊት መጫን አለባቸው ፡፡ - ar: + ar: term: "آر الأساس" def: > .`src/library` يمكن الحصول علي الحزم الأساسية في .[R] (#r_language) الوظائف الأساسية التي تتكون منها لغة آر From 4837ce79fd51cac015d7ea5cadc669c076dac095 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Tue, 7 Mar 2023 10:18:30 +0200 Subject: [PATCH 143/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index f3d0c145..34fb554a 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1480,7 +1480,7 @@ ar: term: "آر الأساس" def: > -.`src/library` يمكن الحصول علي الحزم الأساسية في .[R] (#r_language) الوظائف الأساسية التي تتكون منها لغة آر +.`src/library` يمكن الحصول علي الحزم الأساسية في .[R](#r_language) الوظائف الأساسية التي تتكون منها لغة آر R الحزم الأساسية مثبتة ويتم تحميلها مع R أرقام نسختها تتبع ترقيم نسخة R لايمكن تحديث الحزم الأساسية خارج ولكن يجب أن يتم تحميل قبل استخدامها R بينما الحزم ذات الألوية يتم تثبيتها مع From ca29a95852331afb039079afee86686c63c343c3 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Tue, 7 Mar 2023 10:20:34 +0200 Subject: [PATCH 144/205] Update glossary.yml --- glossary.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glossary.yml b/glossary.yml index 34fb554a..b9a2dce9 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1480,9 +1480,9 @@ ar: term: "آر الأساس" def: > -.`src/library` يمكن الحصول علي الحزم الأساسية في .[R](#r_language) الوظائف الأساسية التي تتكون منها لغة آر -R الحزم الأساسية مثبتة ويتم تحميلها مع R أرقام نسختها تتبع ترقيم نسخة R لايمكن تحديث الحزم الأساسية خارج -ولكن يجب أن يتم تحميل قبل استخدامها R بينما الحزم ذات الألوية يتم تثبيتها مع + `src/library` يمكن الحصول علي الحزم الأساسية في .[R](#r_language) الوظائف الأساسية التي تتكون منها لغة آر + R الحزم الأساسية مثبتة ويتم تحميلها مع R أرقام نسختها تتبع ترقيم نسخة R لايمكن تحديث الحزم الأساسية خارج +ولكن يجب أن يتم تحميل قبل استخدامها . R بينما الحزم ذات الألوية يتم تثبيتها مع - slug: bayes_rule en: From 8802e1d115820fca32d79421fa68cda92e5a219f Mon Sep 17 00:00:00 2001 From: Didier Barradas Bautista Date: Wed, 15 Mar 2023 16:57:09 +0300 Subject: [PATCH 145/205] added constant alt def and es translation --- glossary.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/glossary.yml b/glossary.yml index 09da75b1..3a2b6097 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2961,9 +2961,11 @@ - slug: constant en: term: "constant" - def: >- - A value that cannot be changed after it has been defined, as opposed - to a [variable](#variable_program). + def: >- + A constant in programming is a name associated with a value that never changes during the execution of a program. You can only access the constant’s value but not change it over time. Oposed to a [variable](#variable_program) + + # A value that cannot be changed after it has been defined, as opposed + # to a [variable](#variable_program). fr: term: "constante" def: > @@ -2978,6 +2980,12 @@ def: >- Thamani ambayo haiwezi kubadilishwa baada ya kubainishwa, ukilinganisha na [kigeu](#variable_program) ambayo hubadilika. + + es: + term: "constante" + def: >- + Una constante en programación es un nombre asociado con un valor que nunca cambia durante la ejecución de un programa. Solo se puede acceder al valor de la constante, pero no cambiarlo con el tiempo. En oposición a una [variable](#variable_program). + # Un valor que no puede ser cambiado después de haber sido definido, opuesto a lo que es una [variable](#variable_program). - slug: constructor From 6f13960dc83423d8d12ae77c7d48474e7f9d3338 Mon Sep 17 00:00:00 2001 From: PatriciaSA <41639685+PatriciaSA@users.noreply.github.com> Date: Thu, 16 Mar 2023 09:18:32 -0600 Subject: [PATCH 146/205] =?UTF-8?q?Traducci=C3=B3n=20del=20termino=20"accu?= =?UTF-8?q?racy"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- glossary.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 09da75b1..89dbe571 100644 --- a/glossary.yml +++ b/glossary.yml @@ -426,7 +426,12 @@ Statistical measure of a classification model which gives the proportion of correct predictions among total number of cases. It is calculated as Accuracy = (TP+TN)/(TP+TN+FP+FN) - + es: + term: "precisión" + def: > + Medida estadística de un modelo de clasificación que da la proporción + de predicciones correctas entre el número total de casos. + Se calcula como Precisión = (TP+TN)/(TP+TN+FP+FN) sw: term: "usahihi" def: > From bf2a9d92eed60ebbabf4a08d712d673272b3928f Mon Sep 17 00:00:00 2001 From: Kasia Banas <37267064+edinkasia@users.noreply.github.com> Date: Tue, 21 Mar 2023 08:10:18 +0000 Subject: [PATCH 147/205] Fix spelling in glossary.yml Changed the spelling in the English definition of YAML - from flavor to flavour (as per the recommendation in Issue #239 to use British English) --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 3a2b6097..744f4826 100644 --- a/glossary.yml +++ b/glossary.yml @@ -10046,7 +10046,7 @@ def: > Short for "YAML Ain't Markup Language", a way to represent nested data using indentation rather than the parentheses and commas of [JSON](#json). YAML is - often used in configuration files and to define [parameters](#parameter) for various flavors + often used in configuration files and to define [parameters](#parameter) for various flavours of [Markdown](#markdown) documents. fr: term: "YAML" From 18b67387e77194ff89370645cd1f94f3c7f0809b Mon Sep 17 00:00:00 2001 From: "Rose M. Hartman" Date: Fri, 7 Apr 2023 14:03:17 -0400 Subject: [PATCH 148/205] Fix ref links and remove leading whitespace Fix ref links in parametric_statistics and nonparametric_statistics, and remove leading whitespace in "non-parametric (statistics)" term that was preventing correct alphabetizing. --- glossary.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glossary.yml b/glossary.yml index 3dab6d47..cfaf0cb1 100644 --- a/glossary.yml +++ b/glossary.yml @@ -10087,7 +10087,7 @@ - slug: parametric_statistics ref: - - non-parametric (statistics) + - nonparametric_statistics en: term: "parametric (statistics)" def: > @@ -10096,9 +10096,9 @@ - slug: nonparametric_statistics ref: - - parametric (statistics) + - parametric_statistics en: - term: " non-parametric (statistics)" + term: "non-parametric (statistics)" def: > A branch of statistical tests which do not assume a known distribution of the population which the samples were taken from (Kruskal-Wallis and Dunn test are examples of non-parametric tests). From 42e586d1f3967276b0e159fb52fda1de10dd2456 Mon Sep 17 00:00:00 2001 From: Ken Mbuki Date: Fri, 21 Apr 2023 21:50:03 +0300 Subject: [PATCH 149/205] Added Translations in Swahili --- glossary.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index cfaf0cb1..004543ed 100644 --- a/glossary.yml +++ b/glossary.yml @@ -756,6 +756,10 @@ def: > Melawana e e salwang morago ke khompiutara/sebalamakgolo go rarabolola dikgwetlho tse di amang tiriso ya tse di mo boranyaneng. + sw: + term: "Kutambulisha" + def: > + Kuwa na marejeleo mawili au zaidi ya kitu kimoja, kama vile muundo wa data kwenye kumbukumbu au faili kwenye diski. - slug: anaconda ref: @@ -8242,7 +8246,12 @@ Une base de données dont le contenu est organisé sous forme de [tables](#table), chacune avec un ensemble déterminé de [champs](#field) (représentés sous forme de colonnes) et un nombre variable d'[entrées](#record) (représentées sous forme de lignes). - + sw: + term: "hifadhidata ya uhusiano" + def: > + "Hifadhidata ambayo hupanga habari katika majedwali, ambayo kila moja ina seti isiyobadilika + ya sehemu zilizotajwa (zinazoonyeshwa kama safu wima) na idadi tofauti ya rekodi (zinazoonyeshwa + kama safu mlalo)." - slug: relative_error en: From 77f294fca5df0d5ff4b34b674b1f0306117546c2 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Mon, 24 Apr 2023 16:57:41 +0200 Subject: [PATCH 150/205] Update glossary.yml --- glossary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index 004543ed..c9d4638a 100644 --- a/glossary.yml +++ b/glossary.yml @@ -8249,9 +8249,9 @@ sw: term: "hifadhidata ya uhusiano" def: > - "Hifadhidata ambayo hupanga habari katika majedwali, ambayo kila moja ina seti isiyobadilika + Hifadhidata ambayo hupanga habari katika majedwali, ambayo kila moja ina seti isiyobadilika ya sehemu zilizotajwa (zinazoonyeshwa kama safu wima) na idadi tofauti ya rekodi (zinazoonyeshwa - kama safu mlalo)." + kama safu mlalo). - slug: relative_error en: From df5cb30232cab889e794c20cb6340b77206a7d36 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Tue, 25 Apr 2023 08:07:29 +0200 Subject: [PATCH 151/205] Update glossary.yml --- glossary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index c9d4638a..a48b98b4 100644 --- a/glossary.yml +++ b/glossary.yml @@ -8247,8 +8247,8 @@ chacune avec un ensemble déterminé de [champs](#field) (représentés sous forme de colonnes) et un nombre variable d'[entrées](#record) (représentées sous forme de lignes). sw: - term: "hifadhidata ya uhusiano" - def: > + term: "hifadhidata ya uhusiano" + def: > Hifadhidata ambayo hupanga habari katika majedwali, ambayo kila moja ina seti isiyobadilika ya sehemu zilizotajwa (zinazoonyeshwa kama safu wima) na idadi tofauti ya rekodi (zinazoonyeshwa kama safu mlalo). From 33952408324c3bebfd194bfb16b7af7ef27fdd80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Morado?= Date: Fri, 5 May 2023 16:14:29 +0100 Subject: [PATCH 152/205] Update glossary.yml Added pt definition of standard normal distribution --- glossary.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/glossary.yml b/glossary.yml index a48b98b4..705ed716 100644 --- a/glossary.yml +++ b/glossary.yml @@ -9075,6 +9075,13 @@ 0 y una [desviación estándar](#standard_deviation) de 1. Valores de distribuciones normales con otros parámetros se puede reescalar fácilmente para obtener una distribución normal estándar. + pt: + term: "distribuição normal padrão" + def: > + Uma [distribuição normal](#normal_distribution) com uma média 0 e um + [desvio padrão](#standard_deviation) de 1. Valores de distribuições normais + com outros parâmetros podem ser facilmente redimensionados para obter-se + uma distribuição normal padrão. - slug: stderr From 1d0e69942b3ca5012bb78545a2019e804a2ccf8f Mon Sep 17 00:00:00 2001 From: Djura Smits Date: Wed, 17 May 2023 10:25:36 +0200 Subject: [PATCH 153/205] Added AI --- glossary.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index a48b98b4..f757ae97 100644 --- a/glossary.yml +++ b/glossary.yml @@ -10110,4 +10110,13 @@ term: "non-parametric (statistics)" def: > A branch of statistical tests which do not assume a known distribution of the population which the samples were taken from (Kruskal-Wallis and Dunn test are examples of non-parametric tests). - +- slug: artificial_intelligence + ref: + - nlp + - + en: + term: "artificial intelligence (AI)" + def: > + Intelligence demonstrated by machines, as opposed to humans or other animals. AI can be + exhibited through perceiving, synthesizing and inference of information. Example tasks include + natural language processing, computer vision, and machine learning. From 755870137966dffffb84489141b552a3367d9dcb Mon Sep 17 00:00:00 2001 From: Djura Smits Date: Wed, 17 May 2023 10:48:57 +0200 Subject: [PATCH 154/205] cnn --- glossary.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index f757ae97..1550a279 100644 --- a/glossary.yml +++ b/glossary.yml @@ -10113,10 +10113,24 @@ - slug: artificial_intelligence ref: - nlp - - + - ma en: term: "artificial intelligence (AI)" def: > Intelligence demonstrated by machines, as opposed to humans or other animals. AI can be exhibited through perceiving, synthesizing and inference of information. Example tasks include - natural language processing, computer vision, and machine learning. + [natural language processing](#nlp), computer vision, and [machine learning] + (#machine_learning). + +- slug: cnn + ref: + - deep_learning + - backpropagation + - perceptron + - neural_network + - machine_learning + term: "convolutional neural network (cnn)" + def: > + A class of artificial neural network that is primarily used to analyze images. A CNN has layers + that perform convolutions, where a filter is shifted over the data, instead of the general + matrix multiplications that we see in fully connected neural network layers. \ No newline at end of file From a9cf5352c9421d4271c8656ca522f7f3f9b586fb Mon Sep 17 00:00:00 2001 From: Djura Smits Date: Wed, 17 May 2023 10:53:41 +0200 Subject: [PATCH 155/205] RNN --- glossary.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 1550a279..8a8df963 100644 --- a/glossary.yml +++ b/glossary.yml @@ -10133,4 +10133,17 @@ def: > A class of artificial neural network that is primarily used to analyze images. A CNN has layers that perform convolutions, where a filter is shifted over the data, instead of the general - matrix multiplications that we see in fully connected neural network layers. \ No newline at end of file + matrix multiplications that we see in fully connected neural network layers. + +- slug: rnn + ref: + - deep_learning + - backpropagation + - perceptron + - neural_network + - machine_learning + term: recurrent neural network + def: > + A class of [artificial neural networks](#neural_network) where connections between nodes can + create a cycle. This allows the network to exhibit behavior that is dynamic over time. This + type of network is applicable to tasks like speech and handwriting recognition. \ No newline at end of file From 2cf133e420a71e3f4377b7f6d76e5f4ffa7dd736 Mon Sep 17 00:00:00 2001 From: Djura Smits Date: Wed, 17 May 2023 11:57:02 +0200 Subject: [PATCH 156/205] epoch --- glossary.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 8a8df963..f1c43470 100644 --- a/glossary.yml +++ b/glossary.yml @@ -10146,4 +10146,17 @@ def: > A class of [artificial neural networks](#neural_network) where connections between nodes can create a cycle. This allows the network to exhibit behavior that is dynamic over time. This - type of network is applicable to tasks like speech and handwriting recognition. \ No newline at end of file + type of network is applicable to tasks like speech and handwriting recognition. + +- slug: epoch_dl + ref: + - deep_learning + - backpropagation + - perceptron + - neural_network + - machine_learning + term: epoch (deep learning) + def: > + In [deep learning](#deep_learning), an epoch is one cycle in the deep learning process where all + the training data has been fed to the algorithm once. Training a deep neural networks usually + consists of multiple epochs. \ No newline at end of file From a0c7a3bc4a1351404a9c6b1c9ef099b72e932b80 Mon Sep 17 00:00:00 2001 From: Djura Smits Date: Wed, 17 May 2023 13:00:56 +0200 Subject: [PATCH 157/205] Learning rate --- glossary.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index f1c43470..4159f624 100644 --- a/glossary.yml +++ b/glossary.yml @@ -10159,4 +10159,18 @@ def: > In [deep learning](#deep_learning), an epoch is one cycle in the deep learning process where all the training data has been fed to the algorithm once. Training a deep neural networks usually - consists of multiple epochs. \ No newline at end of file + consists of multiple epochs. + +- slug: learning_rate + ref: + - deep_learning + - backpropagation + - perceptron + - neural_network + - machine_learning + def: > + In [artificial neural networks](#neural_network), the learning rate is a hyper-parameter that + determines the pace at which the network adjusts the weights to move down the loss gradient. + A large learning rate can speed up training, but the network might overshoot and miss the + minimum. A small learning rate will overshoot less, but will be slower. It can also get more + easily stuck in local minima. From e150abe5e15f6d94f73dfb8f1f960fca1c2aa6ca Mon Sep 17 00:00:00 2001 From: Djura Smits Date: Wed, 17 May 2023 13:44:32 +0200 Subject: [PATCH 158/205] class imbalance --- glossary.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/glossary.yml b/glossary.yml index 4159f624..8f32ee79 100644 --- a/glossary.yml +++ b/glossary.yml @@ -10174,3 +10174,11 @@ A large learning rate can speed up training, but the network might overshoot and miss the minimum. A small learning rate will overshoot less, but will be slower. It can also get more easily stuck in local minima. + +- slug: class_imbalance + ref: + - machine_learning + def: + Class imbalance refers to the problem [machine learning](machine_learning) where there is an + unequal distribution of classes in the dataset. + From 7ae075e48a5dac2b882bc4496e95a9d3ef531cb3 Mon Sep 17 00:00:00 2001 From: Djura Smits Date: Wed, 17 May 2023 13:51:17 +0200 Subject: [PATCH 159/205] Hidden layer --- glossary.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 8f32ee79..c127b3b2 100644 --- a/glossary.yml +++ b/glossary.yml @@ -10178,7 +10178,17 @@ - slug: class_imbalance ref: - machine_learning - def: + def: > Class imbalance refers to the problem [machine learning](machine_learning) where there is an unequal distribution of classes in the dataset. +- slug: hidden_layer + ref: + - neural_network + - machine_learning + - deep_learning + - perceptron + def: > + A hidden layer in a [neural network](#neural_network) refers to the layers of neurons that are + not directly connected to input or output. The layers are "hidden" because you do not directly + observe their input and output values. From 50dbf879c220c7b0ca4f0af9ac292d69ec335f55 Mon Sep 17 00:00:00 2001 From: Djura Smits Date: Wed, 17 May 2023 13:53:39 +0200 Subject: [PATCH 160/205] ma -> machine_learning --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index c127b3b2..2894d292 100644 --- a/glossary.yml +++ b/glossary.yml @@ -10113,7 +10113,7 @@ - slug: artificial_intelligence ref: - nlp - - ma + - machine_learning en: term: "artificial intelligence (AI)" def: > From 21edba06bd8f03e2abc5d6ad4cd195cf1d7953ca Mon Sep 17 00:00:00 2001 From: Maggi Kraft Date: Tue, 30 May 2023 08:57:37 -0600 Subject: [PATCH 161/205] Update glossary.yml Fixed the constant definition --- glossary.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/glossary.yml b/glossary.yml index a48b98b4..dd547968 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2971,10 +2971,7 @@ en: term: "constant" def: >- - A constant in programming is a name associated with a value that never changes during the execution of a program. You can only access the constant’s value but not change it over time. Oposed to a [variable](#variable_program) - - # A value that cannot be changed after it has been defined, as opposed - # to a [variable](#variable_program). + A constant in programming is a name associated with a value that never changes during the execution of a program. You can only access the constant’s value but not change it over time, as opposed to a [variable](#variable_program) fr: term: "constante" def: > From a1baac57cf29a2364593ebb4fecb7cac3cf0364b Mon Sep 17 00:00:00 2001 From: Johanna Bayer Date: Sat, 3 Jun 2023 16:38:24 +1000 Subject: [PATCH 162/205] Add german translation of accuracy to glossario --- glossary.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/glossary.yml b/glossary.yml index dd547968..b74ef35c 100644 --- a/glossary.yml +++ b/glossary.yml @@ -438,6 +438,12 @@ Kipimo cha takwimu cha muundo wa uainishaji ambao hutoa uwiano ya utabiri sahihi kati ya jumla ya idadi ya kesi. Imehesabiwa kama Usahihi = (TP+TN)/(TP+TN+FP+FN) + de: + term: "Genauigkeit" + def: > + Ein statistisches Maß zur Beschreibung eines Klassifizierungsmodells, + das den Anteil der korrekten Vorhersagen in allen Vorhersagen angibt. + Es wird als Genauigkeit = (TP+FN)/(TP+FP+WN+ FN) berechnet. - slug: actual_result de: From 46349a48f455da5e87c370f75a0edd28219187f9 Mon Sep 17 00:00:00 2001 From: Julia Costacurta Date: Thu, 29 Jun 2023 15:06:46 -0400 Subject: [PATCH 163/205] Update glossary.yml attempt to fix | special character in Bayes' Theorem --- glossary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index dd547968..3e005225 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1510,8 +1510,8 @@ term: "Bayes' Theorem" def: > An equation for calculating the probability that something is [true](#true) if something - related to it is true. If P(X) is the probability that X is true and P(X|Y) is - the probability that X is true given Y is true, then P(X|Y) = P(Y|X) * P(X) / P(Y). + related to it is true. If P(X) is the probability that X is true and P(X"|"Y) is + the probability that X is true given Y is true, then P(X"|"Y) = P(Y"|"X) * P(X) / P(Y). af: term: "Bayes se stelling" def: > From 762d6efe3758a419ccd8a338d9e33244e63885ee Mon Sep 17 00:00:00 2001 From: Julia Costacurta Date: Thu, 29 Jun 2023 15:08:28 -0400 Subject: [PATCH 164/205] Update glossary.yml adding quotations around special character | in Bayes' Theorem definition (was causing weird formatting without quotes) --- glossary.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/glossary.yml b/glossary.yml index 3e005225..c8445314 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1510,20 +1510,20 @@ term: "Bayes' Theorem" def: > An equation for calculating the probability that something is [true](#true) if something - related to it is true. If P(X) is the probability that X is true and P(X"|"Y) is - the probability that X is true given Y is true, then P(X"|"Y) = P(Y"|"X) * P(X) / P(Y). + related to it is true. If P(X) is the probability that X is true and P(X`|`Y) is + the probability that X is true given Y is true, then P(X`|`Y) = P(Y`|`X) * P(X) / P(Y). af: term: "Bayes se stelling" def: > 'n Vergelyking om die waarskynlikheid te bepaal dat iets [waar](#true) is indien iets - verwant ook waar is. As P(X) die waarskynlikheid is dat X waar is en P(X|Y) is die - waarskynlikheid dat X waar is indien die gegewe Y waar is, dan is P(X|Y) = P(Y|X) * P(X) / P(Y). + verwant ook waar is. As P(X) die waarskynlikheid is dat X waar is en P(X`|`Y) is die + waarskynlikheid dat X waar is indien die gegewe Y waar is, dan is P(X`|`Y) = P(Y`|`X) * P(X) / P(Y). es: term: "Teorema de Bayes" def: > Una ecuación para calcular la probabilidad de que algo sea [verdadero](#true) si algo     - relacionado con ello es verdadero. Si P(X) es la probabilidad de que X is verdadero y P(X|Y) es     - la probabilidad de que X es verdadero dado que Y sea verdadero, entonces P(X|Y) = P(Y|X) * P(X) / P(Y). + relacionado con ello es verdadero. Si P(X) es la probabilidad de que X is verdadero y P(X`|`Y) es     + la probabilidad de que X es verdadero dado que Y sea verdadero, entonces P(X`|`Y) = P(Y`|`X) * P(X) / P(Y). - slug: bayesian_network From 1d9f27f58c92f53b85399fbc96f43b1e0851c78b Mon Sep 17 00:00:00 2001 From: Batool Almarzouq <53487593+BatoolMM@users.noreply.github.com> Date: Sat, 22 Jul 2023 21:26:10 +0100 Subject: [PATCH 165/205] Update glossary.yml Co-authored-by: Zhian N. Kamvar --- glossary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index b9a2dce9..2460bed1 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1480,8 +1480,8 @@ ar: term: "آر الأساس" def: > - `src/library` يمكن الحصول علي الحزم الأساسية في .[R](#r_language) الوظائف الأساسية التي تتكون منها لغة آر - R الحزم الأساسية مثبتة ويتم تحميلها مع R أرقام نسختها تتبع ترقيم نسخة R لايمكن تحديث الحزم الأساسية خارج + `src/library` يمكن الحصول علي الحزم الأساسية في .[R](#r_language) الوظائف الأساسية التي تتكون منها لغة آر + R الحزم الأساسية مثبتة ويتم تحميلها مع R أرقام نسختها تتبع ترقيم نسخة R لايمكن تحديث الحزم الأساسية خارج ولكن يجب أن يتم تحميل قبل استخدامها . R بينما الحزم ذات الألوية يتم تثبيتها مع - slug: bayes_rule From c6e8d59fcc1cb03e1d7c5a981853c779bb778ebc Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Sat, 22 Jul 2023 14:49:56 -0700 Subject: [PATCH 166/205] fix nearly blank line --- glossary.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 2460bed1..eb1370dc 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1493,7 +1493,6 @@ term: "Bayes se rëel" def: > Sien [Bayes se stelling](#bayes_theorem). - am: term: የባየስ ደንብ def: > From 9a805916e482082aea147f72e4b158669d2f4b5a Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Sat, 22 Jul 2023 14:59:06 -0700 Subject: [PATCH 167/205] fix spacing in ar definition --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index eb1370dc..4d595efd 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1482,7 +1482,7 @@ def: > `src/library` يمكن الحصول علي الحزم الأساسية في .[R](#r_language) الوظائف الأساسية التي تتكون منها لغة آر R الحزم الأساسية مثبتة ويتم تحميلها مع R أرقام نسختها تتبع ترقيم نسخة R لايمكن تحديث الحزم الأساسية خارج -ولكن يجب أن يتم تحميل قبل استخدامها . R بينما الحزم ذات الألوية يتم تثبيتها مع + ولكن يجب أن يتم تحميل قبل استخدامها . R بينما الحزم ذات الألوية يتم تثبيتها مع - slug: bayes_rule en: From 0a3ec5fd9c0efc0f38e495af5ad0c2564e67a49e Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Wed, 26 Jul 2023 14:55:16 +0200 Subject: [PATCH 168/205] Translated YAML to Afrikaans --- glossary.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/glossary.yml b/glossary.yml index 20ee7bc0..a1f2e3cd 100644 --- a/glossary.yml +++ b/glossary.yml @@ -10089,6 +10089,13 @@ y comillas usadas en [JSON](#json). YAML es usado frequentemente en     archivos de configuración y para definir [parámetros](#parameter) en varios estilos de documentos en [Markdown](#markdown). + af: + term: "YAML" + def: > + Kort vir "YAML Ain't Markup Language", 'n manier om geneste data te gebruik deur middel van indentasies in plaas van + hakkies en kommas of [JSON](#json). YAML word dikwels in konfigurasielêers gebruik en om [parameters](#parameter) vir + verskeie geure te definieer van [Markdown](#markdown) dokumente. + id: term: "YAML" def: > From d504b3706a564b4fd3cd9b2ab0f5f79c011a69d3 Mon Sep 17 00:00:00 2001 From: dsmits Date: Wed, 16 Aug 2023 09:05:54 +0200 Subject: [PATCH 169/205] Update glossary.yml Co-authored-by: Sven van der Burg --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 2894d292..3579553d 100644 --- a/glossary.yml +++ b/glossary.yml @@ -10179,7 +10179,7 @@ ref: - machine_learning def: > - Class imbalance refers to the problem [machine learning](machine_learning) where there is an + Class imbalance refers to the problem in [machine learning](machine_learning) where there is an unequal distribution of classes in the dataset. - slug: hidden_layer From c5465a647b675b6f8b56a4c0a48fd8831db7c4b9 Mon Sep 17 00:00:00 2001 From: Katia Slodkowski Clerici Date: Fri, 18 Aug 2023 20:15:36 -0300 Subject: [PATCH 170/205] Added Portuguese definition of algorithm --- glossary.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index fcca6b9c..82c0082c 100644 --- a/glossary.yml +++ b/glossary.yml @@ -707,7 +707,12 @@ def: > Un algoritmo è una sequenza finita di operazioni da eseguire al fine di realizzare un certo compito. In informatica, un algoritmo è una sequenza finita di istruzioni presenti in un programma che permette di risolvere un problema computazionale. - + pt: + term: "algoritmo" + def: > + Um algoritmo é um conjunto de etapas, instruções ou regras a serem seguidas para realizar uma tarefa específica. + Na ciência da computação, um algoritmo é um conjunto de instruções em um programa de computador que resolve um problema computacional. + - slug: algorithmic_bias ref: - algorithm From 5717f3a54103b78ea6d55908c8c7e3fbfbda284c Mon Sep 17 00:00:00 2001 From: Robert Davey Date: Tue, 29 Aug 2023 12:20:23 +0100 Subject: [PATCH 171/205] Update slack links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc825fcc..03d85679 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ in any of several (human) languages. ## Contributing -You do not need to know any particular programming language to contribute to Glosario: anyone possessing a basic familiarity with the GitHub web interface can get involved! We have prepared a [detailed and accessible guide for contributing](https://docs.google.com/document/d/18gTFR1Pw2Mk3PeNTMS0IHgFnJy-F4PBCGJQ1aMrDHPE/edit?usp=sharing), which has been translated into several languages. Contributions are welcome in any language, not only those represented in that document. If you need help with your contribution, feel free to come ask questions on the [#glosario](https://swcarpentry.slack.com/archives/C01G4HYGAQ6) Slack channel (if you are not a member of The Carpentries Slack you can join by filling [this form](https://swc-slack-invite.herokuapp.com/)). +You do not need to know any particular programming language to contribute to Glosario: anyone possessing a basic familiarity with the GitHub web interface can get involved! We have prepared a [detailed and accessible guide for contributing](https://docs.google.com/document/d/18gTFR1Pw2Mk3PeNTMS0IHgFnJy-F4PBCGJQ1aMrDHPE/edit?usp=sharing), which has been translated into several languages. Contributions are welcome in any language, not only those represented in that document. If you need help with your contribution, feel free to come ask questions on the [#glosario](https://carpentries.slack.com/archives/C01G4HYGAQ6) Slack channel (if you are not a member of The Carpentries Slack you can join by filling [this form](https://slack-invite.carpentries.org/)). ## Lessons From 268ec56a86ad09b3fe779380f224924e50136577 Mon Sep 17 00:00:00 2001 From: Abhishek Chakraborty Date: Thu, 31 Aug 2023 03:15:55 -0500 Subject: [PATCH 172/205] Update glossary.yml added the term ROC curve --- glossary.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/glossary.yml b/glossary.yml index fcca6b9c..40b14943 100644 --- a/glossary.yml +++ b/glossary.yml @@ -10202,3 +10202,16 @@ A hidden layer in a [neural network](#neural_network) refers to the layers of neurons that are not directly connected to input or output. The layers are "hidden" because you do not directly observe their input and output values. + +- slug: roc_curve + ref: + - machine_learning + - classification + en: + term: "ROC Curve" + def: > + An ROC curve (Receiver Operating Characteristic curve) is a graphic that displays the performance + of a binary classifier at different [classification](#classification) thresholds. The curve is + obtained by plotting the True Positive Rate (also, known as Recall or [Sensitivity](#sensitivity)) + along the vertical axis and the False Positive Rate along the horizontal axis. + From 55f9fe016c7f1057c493c1c18d1ba514cb777b5d Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Fri, 1 Sep 2023 06:56:12 -0700 Subject: [PATCH 173/205] test add token --- .github/workflows/build-and-deploy.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 40e039d0..50763fc4 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v3 with: persist-credentials: false @@ -22,7 +22,8 @@ jobs: - name: Deploy to site if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'carpentries/glosario' }} - uses: JamesIves/github-pages-deploy-action@4.1.5 + uses: JamesIves/github-pages-deploy-action@4 with: branch: site folder: _gh-site + token: ${{ secrets.GITHUB_TOKEN }} From b5e629f0ffeb339d9a81e7a1319fc36df555356a Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Fri, 1 Sep 2023 06:56:54 -0700 Subject: [PATCH 174/205] fix tag --- .github/workflows/build-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 50763fc4..cb6f6e24 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -22,7 +22,7 @@ jobs: - name: Deploy to site if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'carpentries/glosario' }} - uses: JamesIves/github-pages-deploy-action@4 + uses: JamesIves/github-pages-deploy-action@v4 with: branch: site folder: _gh-site From 87f0fb9fe9491184da78ced11e16b4bbfaafe450 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Fri, 1 Sep 2023 06:57:59 -0700 Subject: [PATCH 175/205] write contents --- .github/workflows/build-and-deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index cb6f6e24..e452329e 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -4,6 +4,8 @@ name: Build and Deploy Glossary Website jobs: build-and-deploy: + permissions: + contents: write runs-on: ubuntu-latest steps: - name: Checkout From 837f6aec968e633458f309ed52fc3fc818afe812 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Fri, 1 Sep 2023 06:58:55 -0700 Subject: [PATCH 176/205] smol test --- .github/workflows/build-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index e452329e..48e0b960 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -23,7 +23,7 @@ jobs: run: ls -alh _gh-site && ls -alh _gh-site/_data - name: Deploy to site - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'carpentries/glosario' }} + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'zkamvar/glosario' }} uses: JamesIves/github-pages-deploy-action@v4 with: branch: site From 7952b8e0ab92c15eea6f48c4e2999e8f64c43d14 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Fri, 1 Sep 2023 06:59:33 -0700 Subject: [PATCH 177/205] remove contents req --- .github/workflows/build-and-deploy.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 48e0b960..f40755ff 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -4,8 +4,6 @@ name: Build and Deploy Glossary Website jobs: build-and-deploy: - permissions: - contents: write runs-on: ubuntu-latest steps: - name: Checkout From 62a09490372704c6c8358f96f4950a60feb51f19 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Fri, 1 Sep 2023 07:00:49 -0700 Subject: [PATCH 178/205] get action to run again --- .github/workflows/build-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index f40755ff..c42363b1 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -23,7 +23,7 @@ jobs: - name: Deploy to site if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'zkamvar/glosario' }} uses: JamesIves/github-pages-deploy-action@v4 - with: + with: branch: site folder: _gh-site token: ${{ secrets.GITHUB_TOKEN }} From f4e5240cfceef4bc6dfe5965a5b598f1302da6da Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Fri, 1 Sep 2023 07:04:21 -0700 Subject: [PATCH 179/205] dispatch --- .github/workflows/build-and-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index c42363b1..b878e700 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -1,4 +1,4 @@ -on: [push, pull_request] +on: [push, pull_request, workflow_dispatch] name: Build and Deploy Glossary Website @@ -23,7 +23,7 @@ jobs: - name: Deploy to site if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'zkamvar/glosario' }} uses: JamesIves/github-pages-deploy-action@v4 - with: + with: branch: site folder: _gh-site token: ${{ secrets.GITHUB_TOKEN }} From f60dbf2dbc54d048c477c58843541f14bf91b89f Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Fri, 1 Sep 2023 07:05:41 -0700 Subject: [PATCH 180/205] fix yaml lint warnings --- .github/workflows/yaml-lint.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/yaml-lint.yaml b/.github/workflows/yaml-lint.yaml index afba098a..b1f10ae0 100644 --- a/.github/workflows/yaml-lint.yaml +++ b/.github/workflows/yaml-lint.yaml @@ -4,14 +4,13 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-latest strategy: matrix: python-version: [3.8] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: From 39ea955c9f6d9ee5f77ccb22a515c5e2cfaecf12 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Fri, 1 Sep 2023 07:06:49 -0700 Subject: [PATCH 181/205] fix more warn --- .github/workflows/yaml-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yaml-lint.yaml b/.github/workflows/yaml-lint.yaml index b1f10ae0..50a37311 100644 --- a/.github/workflows/yaml-lint.yaml +++ b/.github/workflows/yaml-lint.yaml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} - name: Install dependencies From b3764e1291271ee49d23f859ff6fbac39ae25acd Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Fri, 1 Sep 2023 07:07:00 -0700 Subject: [PATCH 182/205] switch back to correct org --- .github/workflows/build-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index b878e700..217f0c01 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -21,7 +21,7 @@ jobs: run: ls -alh _gh-site && ls -alh _gh-site/_data - name: Deploy to site - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'zkamvar/glosario' }} + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'carpentries/glosario' }} uses: JamesIves/github-pages-deploy-action@v4 with: branch: site From 82930101259c66d9f5072a925862503d89874025 Mon Sep 17 00:00:00 2001 From: Abhishek Chakraborty Date: Mon, 4 Sep 2023 00:35:03 -0500 Subject: [PATCH 183/205] Update glossary.yml updated the definition of 'specificity' from FALSE Negative Rate to TRUE Negative Rate --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index fcca6b9c..0cc15233 100644 --- a/glossary.yml +++ b/glossary.yml @@ -8935,7 +8935,7 @@ en: term: "specificity" def: > - Statistical measure of a classification model which gives the False Negative rate. + Statistical measure of a classification model which gives the True Negative rate. For example, the proportion of people who do not have a disease that test negative. Calculated as Specificity = TN/(TN+FP). From 1d2f7eb6785f6eb2d0e2c1253ecd373204b31943 Mon Sep 17 00:00:00 2001 From: Sven van der Burg Date: Tue, 5 Sep 2023 10:35:59 +0200 Subject: [PATCH 184/205] Fix deep learning terms --- glossary.yml | 65 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 37 insertions(+), 28 deletions(-) diff --git a/glossary.yml b/glossary.yml index fcca6b9c..9c7fb77b 100644 --- a/glossary.yml +++ b/glossary.yml @@ -10139,11 +10139,12 @@ - perceptron - neural_network - machine_learning - term: "convolutional neural network (cnn)" - def: > - A class of artificial neural network that is primarily used to analyze images. A CNN has layers - that perform convolutions, where a filter is shifted over the data, instead of the general - matrix multiplications that we see in fully connected neural network layers. + en: + term: "convolutional neural network (cnn)" + def: > + A class of artificial neural network that is primarily used to analyze images. A CNN has layers + that perform convolutions, where a filter is shifted over the data, instead of the general + matrix multiplications that we see in fully connected neural network layers. - slug: rnn ref: @@ -10152,11 +10153,12 @@ - perceptron - neural_network - machine_learning - term: recurrent neural network - def: > - A class of [artificial neural networks](#neural_network) where connections between nodes can - create a cycle. This allows the network to exhibit behavior that is dynamic over time. This - type of network is applicable to tasks like speech and handwriting recognition. + en: + term: recurrent neural network + def: > + A class of [artificial neural networks](#neural_network) where connections between nodes can + create a cycle. This allows the network to exhibit behavior that is dynamic over time. This + type of network is applicable to tasks like speech and handwriting recognition. - slug: epoch_dl ref: @@ -10165,11 +10167,12 @@ - perceptron - neural_network - machine_learning - term: epoch (deep learning) - def: > - In [deep learning](#deep_learning), an epoch is one cycle in the deep learning process where all - the training data has been fed to the algorithm once. Training a deep neural networks usually - consists of multiple epochs. + en: + term: epoch (deep learning) + def: > + In [deep learning](#deep_learning), an epoch is one cycle in the deep learning process where all + the training data has been fed to the algorithm once. Training a deep neural networks usually + consists of multiple epochs. - slug: learning_rate ref: @@ -10178,19 +10181,23 @@ - perceptron - neural_network - machine_learning - def: > - In [artificial neural networks](#neural_network), the learning rate is a hyper-parameter that - determines the pace at which the network adjusts the weights to move down the loss gradient. - A large learning rate can speed up training, but the network might overshoot and miss the - minimum. A small learning rate will overshoot less, but will be slower. It can also get more - easily stuck in local minima. + en: + term: learning rate (deep learning) + def: > + In [artificial neural networks](#neural_network), the learning rate is a hyper-parameter that + determines the pace at which the network adjusts the weights to move down the loss gradient. + A large learning rate can speed up training, but the network might overshoot and miss the + minimum. A small learning rate will overshoot less, but will be slower. It can also get more + easily stuck in local minima. - slug: class_imbalance ref: - machine_learning - def: > - Class imbalance refers to the problem in [machine learning](machine_learning) where there is an - unequal distribution of classes in the dataset. + en: + term: class imbalance + def: > + Class imbalance refers to the problem in [machine learning](machine_learning) where there is an + unequal distribution of classes in the dataset. - slug: hidden_layer ref: @@ -10198,7 +10205,9 @@ - machine_learning - deep_learning - perceptron - def: > - A hidden layer in a [neural network](#neural_network) refers to the layers of neurons that are - not directly connected to input or output. The layers are "hidden" because you do not directly - observe their input and output values. + en: + term: hidden layer (deep learning) + def: > + A hidden layer in a [neural network](#neural_network) refers to the layers of neurons that are + not directly connected to input or output. The layers are "hidden" because you do not directly + observe their input and output values. From 166da100117be06ef0be201370740cba8338dad7 Mon Sep 17 00:00:00 2001 From: Edwin Alvarado-Mena Date: Tue, 5 Sep 2023 09:12:02 -0700 Subject: [PATCH 185/205] Update glossary.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add terms in English ("selecting on the dependent variable bias") and Spanish ("sesgo por selección en la variable dependiente"). --- glossary.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/glossary.yml b/glossary.yml index 9c7fb77b..ace7cf19 100644 --- a/glossary.yml +++ b/glossary.yml @@ -8657,6 +8657,16 @@ term: "kies" def: > Om volledige kolomme of rye in 'n tabel volgens naam of plek te kies (selekteer). + +- slug: selection bias + en: + term: "selecting on the dependent variable bias" + def: > + A study that only includes cases where the dependent variable shows the same value, instead of cases with different values in the dependent variable, is a study affected by selecting on the dependent variable bias. + es: + term: "sesgo de selección en la variable dependiente" + def: > + Un estudio que solamente incluye casos en los que la variable dependiente tiene el mismo valor, en lugar de casos con variación en la variable dependiente, es un estudio con sesgo de selección en la variable dependiente. - slug: self_join From 301b01b4e603911e6610c0cffa5228a5f00cb218 Mon Sep 17 00:00:00 2001 From: Edwin Alvarado-Mena Date: Tue, 5 Sep 2023 09:14:19 -0700 Subject: [PATCH 186/205] Update glossary.yml Change the slug key. --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index ace7cf19..4489eb29 100644 --- a/glossary.yml +++ b/glossary.yml @@ -8658,7 +8658,7 @@ def: > Om volledige kolomme of rye in 'n tabel volgens naam of plek te kies (selekteer). -- slug: selection bias +- slug: selecting on the dependent variable bias en: term: "selecting on the dependent variable bias" def: > From ed2784289af2197c993a88d529586d2149cbc915 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Thu, 12 Oct 2023 08:35:09 +0200 Subject: [PATCH 187/205] Update glossary.yml --- glossary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index 40b14943..10457eeb 100644 --- a/glossary.yml +++ b/glossary.yml @@ -10210,8 +10210,8 @@ en: term: "ROC Curve" def: > - An ROC curve (Receiver Operating Characteristic curve) is a graphic that displays the performance + A ROC curve (Receiver Operating Characteristic curve) is a graph that displays the performance of a binary classifier at different [classification](#classification) thresholds. The curve is - obtained by plotting the True Positive Rate (also, known as Recall or [Sensitivity](#sensitivity)) + obtained by plotting the True Positive Rate (also known as Recall or [Sensitivity](#sensitivity)) along the vertical axis and the False Positive Rate along the horizontal axis. From 5e1b320fd9610d65a6dd248abfcd81e1ff5686a2 Mon Sep 17 00:00:00 2001 From: Jannetta Steyn <6432530+jsteyn@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:57:29 +0100 Subject: [PATCH 188/205] Update glossary.yml --- glossary.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index a381c609..4e51e4df 100644 --- a/glossary.yml +++ b/glossary.yml @@ -10233,4 +10233,3 @@ of a binary classifier at different [classification](#classification) thresholds. The curve is obtained by plotting the True Positive Rate (also known as Recall or [Sensitivity](#sensitivity)) along the vertical axis and the False Positive Rate along the horizontal axis. - From fc56fbf271e64152fcbdd4ef7426dfc012780306 Mon Sep 17 00:00:00 2001 From: Jannetta Steyn <6432530+jsteyn@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:57:54 +0100 Subject: [PATCH 189/205] Update glossary.yml From c6faf8f80efe25bb171211b5dde657a127ccda0b Mon Sep 17 00:00:00 2001 From: Jannetta Steyn <6432530+jsteyn@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:14:10 +0100 Subject: [PATCH 190/205] Update glossary.yml --- glossary.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/glossary.yml b/glossary.yml index 4e51e4df..5cb6907a 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5574,6 +5574,12 @@ def: > በመጠቀም ከ [አገልጋይ](#server) ለ [ደንበኛ](#client) የተላከ መልስ [HTTP](#http) [ፕሮቶኮል](#protocol) ለ [ጥያቄ] ምላሽ ለመስጠት (#http_request)። ምላሹ ብዙውን ጊዜ የድር ገጽን ፣ ምስልን ወይም መረጃን ይ containsል። +- slug: icon + en: + term: "icon" + def: > + In computing, an icon is a graphic symbol that is displayed on a computer screen to help a user navigate the computer system. + - slug: ide ref: - repl From 33f25594a01d8a0e755efa1fddc2410d0428508b Mon Sep 17 00:00:00 2001 From: Jannetta Steyn <6432530+jsteyn@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:52:55 +0100 Subject: [PATCH 191/205] Add Afrikaans term for icon --- glossary.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glossary.yml b/glossary.yml index 5cb6907a..b21b4a69 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5579,6 +5579,10 @@ term: "icon" def: > In computing, an icon is a graphic symbol that is displayed on a computer screen to help a user navigate the computer system. + af: + term: "ikoon" + def: > + In rekenaarkunde is 'n ikoon 'n grafiese simboll wat op 'n rekenaarskerm vertoon word om die gebruiker te help om 'n rekenaarstelsel te navigeer. - slug: ide ref: From b93669d38fcf76a1f68c089faedb58e9f3ce77ae Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Wed, 18 Oct 2023 08:31:51 +0200 Subject: [PATCH 192/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index b21b4a69..cfea0ad3 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5582,7 +5582,7 @@ af: term: "ikoon" def: > - In rekenaarkunde is 'n ikoon 'n grafiese simboll wat op 'n rekenaarskerm vertoon word om die gebruiker te help om 'n rekenaarstelsel te navigeer. + In rekenaarkunde is 'n ikoon 'n grafiese simbool wat op 'n rekenaarskerm vertoon word om die gebruiker te help om 'n rekenaarstelsel te navigeer. - slug: ide ref: From 54420d1eef42804653d53956290507b57d97c510 Mon Sep 17 00:00:00 2001 From: Jannetta Steyn <6432530+jsteyn@users.noreply.github.com> Date: Wed, 25 Oct 2023 23:06:30 +0100 Subject: [PATCH 193/205] Update glossary.yml --- glossary.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/glossary.yml b/glossary.yml index cfea0ad3..5a23c384 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5896,6 +5896,12 @@ def: > ጊዜያዊ [ነገር](#design_pattern) ወይም [ጄኔሬተር) ውስጥ አንድ [ንድፍ ንድፍ](#object) ተግባር](#generator_function) እያንዳንዱን እሴት ከአንድ ክምችት በተራ ያወጣል ማቀነባበር. ይህ ንድፍ በተለያዩ የውሂብ ዓይነቶች መካከል ያለውን ልዩነት ይደብቃል ሁሉም ነገሮች ቀለበቶችን በመጠቀም እንዲከናወኑ መዋቅሮች ፡፡ +- slug: java + en: + term: "Java" + def: > + Java is a high-level, cross-platform, object-oriented and general purpose programming language. Programs written in Java will run on any platform that supports the Java software platform without having to be recompiled. This feature gave rise to the slogun "Write Once Run Anywhere" ([WORA](#wora)). Java syntax is similar to that of C and C++. + - slug: join ref: - anti_join From 3383821985610be0777c15385f591bca3c9fe1ce Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Thu, 26 Oct 2023 06:10:38 +0300 Subject: [PATCH 194/205] Update glossary.yml --- glossary.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 5a23c384..17602cde 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5900,7 +5900,9 @@ en: term: "Java" def: > - Java is a high-level, cross-platform, object-oriented and general purpose programming language. Programs written in Java will run on any platform that supports the Java software platform without having to be recompiled. This feature gave rise to the slogun "Write Once Run Anywhere" ([WORA](#wora)). Java syntax is similar to that of C and C++. + Java is a high-level, cross-platform, object-oriented and general-purpose programming language. Programs written in Java will run on any platform that supports + the Java software platform without having to be recompiled. This feature gave rise to the slogan "Write Once Run Anywhere" ([WORA](#wora)). Java syntax is + similar to that of C and C++. - slug: join ref: From 158179c24ba7765ac58bc58e2f71d4b8f30ec33e Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Thu, 26 Oct 2023 06:20:56 +0300 Subject: [PATCH 195/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 17602cde..be1a4c5c 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5901,7 +5901,7 @@ term: "Java" def: > Java is a high-level, cross-platform, object-oriented and general-purpose programming language. Programs written in Java will run on any platform that supports - the Java software platform without having to be recompiled. This feature gave rise to the slogan "Write Once Run Anywhere" ([WORA](#wora)). Java syntax is + the Java software platform without having to be recompiled. This feature gave rise to the slogan "Write Once Run Anywhere" [WORA](#wora). Java syntax is similar to that of C and C++. - slug: join From 6fb273517cffb785fb8d207017d2a884433a27c6 Mon Sep 17 00:00:00 2001 From: Jannetta Steyn <6432530+jsteyn@users.noreply.github.com> Date: Thu, 26 Oct 2023 07:20:30 +0100 Subject: [PATCH 196/205] Remove wora acronym --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index be1a4c5c..51e5c062 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5901,7 +5901,7 @@ term: "Java" def: > Java is a high-level, cross-platform, object-oriented and general-purpose programming language. Programs written in Java will run on any platform that supports - the Java software platform without having to be recompiled. This feature gave rise to the slogan "Write Once Run Anywhere" [WORA](#wora). Java syntax is + the Java software platform without having to be recompiled. This feature gave rise to the slogan "Write Once Run Anywhere". Java syntax is similar to that of C and C++. - slug: join From 964dd9c10cb9e8854c8249aff47ce8b9c67f00c5 Mon Sep 17 00:00:00 2001 From: Jannetta Steyn <6432530+jsteyn@users.noreply.github.com> Date: Thu, 26 Oct 2023 07:54:42 +0100 Subject: [PATCH 197/205] Translate Java to Afrikaans --- glossary.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/glossary.yml b/glossary.yml index 51e5c062..14b2f5f8 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5904,6 +5904,13 @@ the Java software platform without having to be recompiled. This feature gave rise to the slogan "Write Once Run Anywhere". Java syntax is similar to that of C and C++. + af: + term: "Java" + def: > + Java is 'n hoëvlak, kruisplatvorm, objekgeoriënteerde en algemene-gebruik programmeertaal. Programme wat in Java geskryf is sal op enige platform werk, + wat die Java sagtewareplatform implementeer, sonder dat dit hersaamgestel hoef te word. Die kenmerk het gelei tot die slagspreuk "skryf eenkeer, hardloop enige + plek". Die Javasintaks is soortgelyk aan die van C en C++. + - slug: join ref: - anti_join From ce7228167b1623b749fa060111eed38bb7a94bd3 Mon Sep 17 00:00:00 2001 From: Jannetta Steyn <6432530+jsteyn@users.noreply.github.com> Date: Thu, 26 Oct 2023 08:28:41 +0100 Subject: [PATCH 198/205] =?UTF-8?q?Replace=20ë=20with=20=C3=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 14b2f5f8..296426ea 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5907,7 +5907,7 @@ af: term: "Java" def: > - Java is 'n hoëvlak, kruisplatvorm, objekgeoriënteerde en algemene-gebruik programmeertaal. Programme wat in Java geskryf is sal op enige platform werk, + Java is 'n hoëvlak, kruisplatvorm, objekgeoriënteerde en algemene-gebruik programmeertaal. Programme wat in Java geskryf is sal op enige platform werk, wat die Java sagtewareplatform implementeer, sonder dat dit hersaamgestel hoef te word. Die kenmerk het gelei tot die slagspreuk "skryf eenkeer, hardloop enige plek". Die Javasintaks is soortgelyk aan die van C en C++. From eb7cc23fd66f214be92722d1c06369d4d54b9f31 Mon Sep 17 00:00:00 2001 From: Jose Hernandez <98195541+hernandezj1@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:15:55 -0400 Subject: [PATCH 199/205] Update glossary.yml Added HPC definition for spanish. --- glossary.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/glossary.yml b/glossary.yml index 296426ea..3a5f564a 100644 --- a/glossary.yml +++ b/glossary.yml @@ -5425,6 +5425,11 @@ def: > When computing power is drawn from multiple powerful processors that work together in parallel, rather than from a single desktop computer, laptop, or work station. This significantly speeds up analysis and reduces computing time, which allows people to work with [big data](#big_data). + es: + term: "computación de alto rendimiento" + def: > + Método que utiliza procesadores poderosos, usualmente trabajando en paralelo, para analizar datos. + Su uso adecuado reduce el tiempo de análisis en comparación con una computadora personal y permite la exploración de grandes colecciones de datos. - slug: hippocratic_license en: From 2b07b6e068ab3c936de88c9aa9f34f58d6883ca3 Mon Sep 17 00:00:00 2001 From: ShrRa Date: Wed, 22 Nov 2023 15:52:18 +0100 Subject: [PATCH 200/205] Add term 'collection' to glossary.yml --- glossary.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/glossary.yml b/glossary.yml index 3a5f564a..c08e16cb 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2659,6 +2659,18 @@ def: > አንድ አይነት ስራዎችን ለማከናወን የሚያስፈልገው የስራ ትውስታ መጠን. +- slug: collection + ref: + - list + - vector + - tuple + en: + term: "collection" + def: > + An abstract data type that groups an arbitrary, variable number of data items (possibly zero), to allow + processing them in a uniform fashion. Common examples of collections are lists, variable-size arrays and sets. Fixed-size arrays + are usually not considered collections. + - slug: command en: term: "command" From 43b4abaaefb657e1bf87f694ad1cce3b9a3ff6d3 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Mon, 4 Dec 2023 10:44:36 +0200 Subject: [PATCH 201/205] Update glossary.yml --- glossary.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index b74ef35c..99344d7e 100644 --- a/glossary.yml +++ b/glossary.yml @@ -442,8 +442,7 @@ term: "Genauigkeit" def: > Ein statistisches Maß zur Beschreibung eines Klassifizierungsmodells, - das den Anteil der korrekten Vorhersagen in allen Vorhersagen angibt. - Es wird als Genauigkeit = (TP+FN)/(TP+FP+WN+ FN) berechnet. + das den Anteil der korrekten Vorhersagen unter allen Vorhersagen angibt. Es wird als Genauigkeit = (TP+TN)/(TP+TN+FP+FN) berechnet. - slug: actual_result de: From 5cc17d3a16cbdfc92a06cd786f95cd6dd25219bc Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Mon, 4 Dec 2023 10:50:53 +0200 Subject: [PATCH 202/205] Update glossary.yml --- glossary.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/glossary.yml b/glossary.yml index 5deda228..25caa421 100644 --- a/glossary.yml +++ b/glossary.yml @@ -983,9 +983,10 @@ pt: term: "argumento" def: > - Uma expressão, possivelmente dentre muitas, passada para uma função. É o valor em si. - Não confundir com [parâmetro](#parameter), que é um termo relacionado, mas diferente. - Parâmetros são variáveis e argumentos são os valores dessas variáveis. + O termo não deve ser confundido com, e não é sinônimo de, [parâmetro](#parameter). Um argumento é uma das + possíveis expressões que são passadas para uma função. É o valor real que é transmitido. + Parâmetros e argumentos são conceitos distintos, mas relacionados. Parâmetros são variáveis e argumentos + são os valores atribuídos a essas variáveis. ar: term: "وسيطة" def: > From 381e71c69e2b398c01daca15219078e2848ced89 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Mon, 4 Dec 2023 10:56:21 +0200 Subject: [PATCH 203/205] Update glossary.yml --- glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 485237ca..e2d0b304 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3346,7 +3346,7 @@ pt: term: "depurar" def: > - O processo de identificar e remover erros (como por exemplo erros referentes a quando se usa um programa). + Em um ambiente de computador, 'debug' refere-se ao processo de encontrar e resolver erros (também conhecidos como 'bugs') em programas ou sistemas de computador. sw: term: "utatuzi" From a8cbc5991b485eed702cfbfc0653c0a2382ca0d7 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Mon, 4 Dec 2023 11:53:58 +0200 Subject: [PATCH 204/205] Update glossary.yml --- glossary.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 839c335b..dacd68ca 100644 --- a/glossary.yml +++ b/glossary.yml @@ -10309,4 +10309,5 @@ A ROC curve (Receiver Operating Characteristic curve) is a graph that displays the performance of a binary classifier at different [classification](#classification) thresholds. The curve is obtained by plotting the True Positive Rate (also known as Recall or [Sensitivity](#sensitivity)) - along the vertical axis and the False Positive Rate along the horizontal axis. \ No newline at end of file + along the vertical axis and the False Positive Rate along the horizontal axis. + From 4404e45753d65529fe408818dcabd91f4dc16db1 Mon Sep 17 00:00:00 2001 From: Angelique Trusler Date: Mon, 4 Dec 2023 13:56:00 +0200 Subject: [PATCH 205/205] Update glossary.yml --- glossary.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index 64dbdc52..22ae2232 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3319,8 +3319,7 @@ de: term: "Deep Learning" def: > - Eine Sammlung an Methoden des maschinellen Lernens, die künstliche neuronale Netze mit mehreren Zwischenschichten - nutzen, um damit komplexere, zusammengesetzte Eigenschaften stückweise aus rohen Eingabedaten zu extrahieren (z.B. Gesichter aus den Pixelwerten in Bildern). + Eine Familie von Algorithmen für künstliche neuronale Netzwerke, die mehrere Schichten verwenden, um schrittweise Eigenschaften auf immer höheren Ebenen zu extrahieren. am: term: ጥልቅ ትምህርት def: >