Learn Before
Predicted Value (ŷ)
In predictive modeling, ŷ (pronounced 'y-hat') represents the predicted or estimated value for a dependent variable, y. It is the output generated by a model based on a given set of input features. The primary objective during model training is to adjust the model's parameters so that its predictions, ŷ, are as close as possible to the actual, observed values of y.

0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Related
Predicted Value (ŷ)
A data scientist is describing a dataset of house features. They write the following statement: 'Let x be a random variable representing the features of a house (e.g., square footage, number of bedrooms), and let x be a specific set of features for one particular house in the dataset.' Based on this statement and standard notational conventions, what does x represent?
Identifying Notational Errors
A researcher is modeling student heights. They write: 'Let h represent the random variable for a student's height, and let h be a specific observed height, such as 165 cm.' This statement correctly follows standard notational conventions for random variables.
Learn After
Objective Function in Machine Learning
Least Squares Approach
Formal Definition of the Predicted Value (ŷ)
A real estate company uses a machine learning model to estimate the market value of houses. For a specific house with 3 bedrooms and 2,000 square feet of living space, the model calculates an estimated value of $450,000. The house later sells for an actual price of $465,000. In the context of this predictive model, what does the $450,000 figure represent?
Analyzing Model Predictions
Conditional Probability Pr^t(y|c, z)
Analyzing a Predictive Model's Performance
Linear Regression Analytic Solution