Table of Contents

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

About

Anscombe Regression

An (outcome|dependent) variable is a measure that we want to predict.

There is two type of outcome variables:

A dependent variable (DV) is measured during the experimentation in contrast with independent variable (IV) that describes:

The target Attribute in your build data of a supervised model is the attribute that you try to predict.

The target attribute is also called:

When the target attribute is:

In the test data, it will contain values with known outcomes in order to measure the performance of the model.

In the scoring data, it will contains the results when the model is applied.

Clustering, feature extraction, association, and anomaly detection models do not use a target because they are unsupervised function.

When the target is predicted, we get an predicted target and you can find the following notations in formulas.

Terminology

Tools

Weka

Weka Target Class

Documentation / Reference