Data Mining - Scoring (Applying)

Thomas Bayes

About

The process of applying a model to new data is known as scoring.

Apply data, also called scoring data, is the actual population to which a model is applied.

Scoring operation for:

Example

You might build a model that identifies the characteristics of customers who frequently buy a certain product.

To obtain a list of customers who shop at a certain store and are likely to buy a related product, you might apply the model to the customer data for that store.

In this case, the store customer data is the scoring data.

Functions

Supervised

Scoring is the purpose of classification and regression, the principal supervised mining techniques. Most supervised learning can be applied to a population of interest.

Oracle Data Mining does not support the scoring operation for attribute importance.

Unsupervised

Unsupervised Models are built on a population of interest to obtain information about that population; they cannot be applied to separate data.

Although unsupervised data mining does not specify a target, most unsupervised learning can be applied to a population of interest.

Unsupervised Function Scoring operation Supported
clustering and feature extraction Yes
association rules No





Discover More
Anscombe Regression
(Machine|Statistical) Learning - (Target|Learned|Outcome|Dependent|Response) (Attribute|Variable) (Y|DV)

An (outcome|dependent) variable is ameasure that we want to predict. : the original score collected : the predicted score (or estimator) from the equation. The hat means “estimated” from the...
Attribute Importance
Data Mining - Attribute (Importance|Selection) - Affinity Analysis

Attribute importance is a supervised function that identifies and ranks the attributes that are most important in predicting a target attribute. Oracle Data Mining does not support the scoring operation...
Model Funny
Data Mining - (Function|Model)

The model is the function, equation, algorithm that predicts an outcome value from one of several predictors. During the training process, the models are build. A model uses a logic and one of several...
P Value Pipeline
Data Mining - (Life cycle|Project|Data Pipeline)

Data mining is an experimental science. Data mining reveals correlation, not causation. With good data, you will make good algorithm. The most preferable solution is then to work on good features....
Thomas Bayes
Data Mining - Data (Preparation | Wrangling | Munging)

Data Preparation is a data step that prepares your data for further analyis. It's a key factor in any data project: mining, ai analytics Preparing has several steps that are explained below. ...
Thomas Bayes
Data Mining - Non-Negative Matrix Factorization (NMF) Algorithm

A Unsupervised Feature Extraction algorithm. Non-Negative Matrix Factorization (NMF): generates new attributes using linear combinations of the original attributes. Creates new attributes that...
Thomas Bayes
Data Mining - Result Considerations

Before tackling a data mining problem, some considerations must be take into account in order to get good interpretations of the results. Strong correlations of data do not necessarily prove a cause-and-effect...
Thomas Bayes
Machine Learning - Unsupervised Learning ( Mining )

Unsupervised learning is the second type of function that an algorithm can perform. The algorithm is said to be unsupervised when no response is used in the algorithm. Unsupervised Learning has the goal...
Data Mining Tool 2
Oracle Data Mining - Data Miner GUI

Oracle Data Miner is the graphical user interface for Oracle Data Mining. Oracle Data Miner provides wizards that guide you through: the data preparation, data mining, model evaluation, and...
Data Mining Tool 2
Oracle Data Mining - SQL Function

The built-in SQL functions for Data Mining implement scoring operations for models that have already been created in the database. The primary method for applying data mining models is by executing specialized...



Share this page:
Follow us:
Task Runner