What are target variables, predictor variables and prior probabilities?
43 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Lester Lim
el 18 de En. de 2013
Respondida: David Willingham
el 19 de Mayo de 2022
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!!!
0 comentarios
Respuesta aceptada
Shashank Prasanna
el 18 de En. de 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 comentarios
Greg Heath
el 18 de En. de 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.
Más respuestas (1)
David Willingham
el 19 de Mayo de 2022
Hi,
Please see this page, it describes in detail target variables (predicted reponses), predictor variables and prior probabilities for supervised machine learning workflows:
0 comentarios
Ver también
Categorías
Más información sobre Classification en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!