Filter löschen
Filter löschen

What are target variables, predictor variables and prior probabilities?

107 Ansichten (letzte 30 Tage)
What are target variables, predictor variables and prior probabilities? Are target variables like the target that you want to perform an algorithm on? Are predictor variables like things to predict the data example labels? Are prior probabilities supposed to be a variable or a number used to predict? Need help thanks!!!

Akzeptierte Antwort

Shashank Prasanna
Shashank Prasanna am 18 Jan. 2013
Hi Lester, There are a lot of phrases here and I will try to explain them in that order with some context.
Target variable, in the machine learning context is the variable that is or should be the output. For example it could be binary 0 or 1 if you are classifying or it could be a continuous variable if you are doing a regression. In statistics you also refer to it as the response variable.
Predictor variables in the machine learning context the the input data or the variables that is mapped to the target variable through an empirical relation ship usually determined through the data. In statistics you you refer to them as predictors. Each set of predictors may be called as an observation.
Prior probability usually comes from the Bayesian Inference where you have prior belief that the probabilities of the parameters (or weights) come from a certain distribution.
You see that there are couple of different terminologies and this is because we have different branches fields like machine learning and statistics with different nomenclature. I would be able to clarify this further if you define what your training methods are and what your data looks like.
  3 Kommentare
Greg Heath
Greg Heath am 18 Jan. 2013
The prior probability of class 1 in a mixture of classes is the expected value of the ratio of class1 objects to the total number of objects BEFORE any classification model is created. For a given class misture, the priors are fixed parameters and their sum is unity.
Lester Lim
Lester Lim am 21 Jan. 2013
So I have to calculate the expected value of the ratio of class1 objects to the total number of objects, from lets say I have 3 classes, so I will calculate and put all 3 probabilities into it. Thanks so much!!!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

David Willingham
David Willingham am 19 Mai 2022
Hi,
Please see this page, it describes in detail target variables (predicted reponses), predictor variables and prior probabilities for supervised machine learning workflows:

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by