Skip to content

Commit

Permalink
Updates to TERMS.md (opensearch-project#898)
Browse files Browse the repository at this point in the history
* Updates to TERMS.md

Signed-off-by: natebower <[email protected]>

* Added definition for k-means

Signed-off-by: natebower <[email protected]>

Signed-off-by: natebower <[email protected]>
  • Loading branch information
natebower authored Aug 16, 2022
1 parent 6d6c6ae commit 0612650
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions TERMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ Amazon OpenSearch Service is a managed service that makes it easy to deploy, ope

A plugin that automatically detects anomalies in your OpenSearch data in near real time.

**API**

application programming interface

**API operation**

Use instead of action, method, or function.
Expand Down Expand Up @@ -243,6 +239,10 @@ Use frontend as an adjective and a noun. Do not use front end or front-end. Do n

Do not use. Use _that_ is or _specifically_ instead.

**if, whether**

Do not use *if* to mean *whether*. It is best to use *whether* in reference to a choice or alternatives ("we're going whether it rains or not") and *if* when establishing a condition ("we will go if it doesn't rain").

**in, on**

Use _in Windows_ or _in Linux_ in reference to components of the OS or work in the OS. Use on Windows in reference to Windows applications. Examples:
Expand All @@ -253,6 +253,8 @@ Use _in Windows_ or _in Linux_ in reference to components of the OS or work in t

Run applications and instances _in the cloud_, but extend services to the cloud.

Use *on the forum*. Whatever is on the internet (the various websites, etc.), you are *on* because you cannot be *in* it.

**index, indexes**

A collection of JSON documents.
Expand All @@ -269,6 +271,10 @@ Don’t abbreviate as _IP only_.

## K

**k-means**

A simple and popular unsupervised clustering ML algorithm built on top of Tribuo library that chooses random centroids and calculates iteratively to optimize the position of the centroids until each observation belongs to the cluster with the nearest mean.

**k-NN**

Short for _k-nearest neighbors_, the k-NN plugin enables users to search for the k-nearest neighbors to a query point across an index of vectors.
Expand Down Expand Up @@ -367,7 +373,7 @@ OpenSearch is a community-driven, open-source search and analytics suite derived

**OpenSearch Dashboards**

The default visualization tool for data in OpenSearch. On first appearance, use the full name. “Dashboards” may be used on subsequent appearances as long as it is defined on first appearance: “OpenSearch Dashboards (Dashboards).”
The default visualization tool for data in OpenSearch. On first appearance, use the full name. “Dashboards” may be used on subsequent appearances.

open source (n.), open-source (adj.)

Expand Down Expand Up @@ -478,6 +484,8 @@ A piece of an index that consumes CPU and memory. Operates as a full Lucene inde

Use only to describe time events. Don’t use in place of because.

**Snapshot Management (SM)**

**solid state drive (SSD)**

**standalone**
Expand All @@ -490,9 +498,7 @@ You _start_ an application but _launch_ an instance, environment, or cluster.

Never hyphenated. Use _startup_ as a noun (for example, “The following startup procedure guides you through...”). Use _start up_ as a verb (“You can start up the instances by...”).

**SGD**

Stochastic Gradient Descent
**Stochastic Gradient Descent (SGD)**

## T

Expand Down

0 comments on commit 0612650

Please sign in to comment.