In the context of Machine Learning, what is the term used for the values that the model is trying to predict?
- Clusters
- Features
- Labels
- Predictors
The term "Labels" is used to describe the values that the model is trying to predict. These are the known outcomes or targets that the model is trained to predict.
Loading...
Related Quiz
- In which scenario is unsupervised learning least suitable: predicting house prices based on features, grouping customers into segments, or classifying emails as spam or not spam?
- Which RNN architecture is more computationally efficient but might not capture all the intricate patterns that its counterpart can: LSTM or GRU?
- You are tasked with reducing the dimensionality of a dataset with multiple classes, and the within-class variance is very high. How would LDA help in this scenario?
- In the context of a Confusion Matrix, _________ represents the cases where the model correctly predicted the negative class.
- What challenges might you face when determining the number of clusters in K-Means?