Skip to main content

Glossary

Attribute

An attribute is is a key–value representation of a piece of information about a transaction. An attribute is a result of the enrichment process: the more datapoints you send via the Fraugster API, the more attributes become available for risk analysis and rule creation. Fraugster models use attributes to score a transaction, while you use attributes to create rules.

Datapoint

A datapoint is a key–value pair that represents a piece of information about a transaction. The Fraugster API receives each transaction as a set of multiple datapoints that carry information about the transaction itself, the customer, or any other purchase-related information.

Fraugster score

Fraugster score is a probabilistic score ranging between 1 and 100. It represents the evaluated likelihood of a transaction being scored to be fraudulent, given the general probability of fraud in the population.

k-NN

A k-nearest neighbors algorithm, often abbreviated k-NN, is a supervised machine learning algorithm that can be used to solve both classification and regression problems. In its approach to data, it attempts to determine what group a data point is in by looking at the data points around it.

'k' in k-NN is a parameter that refers to the number of nearest neighbors to include in the majority of the voting process.

Logistic regression

Logistic regression is a longstanding classification algorithm. It is used to predict a binary outcome in structured data sets, based on a set of independent variables. In other words, a classification event can only have two potential outcomes given an input.

Neural network

A neural network is a computational learning system that uses a network of functions to understand and translate a data input of one form into a desired output, usually in another form. This process is modeled on the human brain and nervous system. The concept was inspired by human biology and the way neurons of the human brain function together to understand inputs from human senses.

Signal

A signal describes a behavioral pattern that Fraugster data models identified for a transaction. Signals are a product of the enrichment process – they derive from the datapoints and attributes that represent each transaction. Fraugster Engine puts together a set of signals after analyzing each transaction.

Story

A story is a human-readable text that represents the choices made by the Fraugster models. It provides insight into why the Fraugster Engine took each decision and what evidence it used to score a transaction. Stories are written by the AI Engine according to the decision it took for each transaction.

Random Forest

Random forest is an ensemble machine learning algorithm used for a variety of tasks including regression and classification. It uses a large number of small decision trees and combines their predictions to produce a more accurate result.

Tagged data

Tagged data refers to annotated or classified data carrying the target that you want a machine learning model to predict. Tagged data highlights data features and properties that can be analyzed to help predict the target. Also referred to as labelled data.

Untagged data

Untagged data refers to data that has not been tagged with labels to identify its characteristics or properties. Untagged data carries no targets to predict. Also referred to as unlabelled data.