In Machine Learning, the term _________ refers to the values that the algorithm tries to predict, while _________ refers to the input variables.
- data, parameters
- features, targets
- parameters, data
- targets, features
In machine learning, "targets" are the values that a model tries to predict based on given "features," which are the input variables that represent the data.
Loading...
Related Quiz
- The K-Means clustering algorithm iteratively updates the _________ to minimize the sum of squared distances within each cluster.
- While linear regression is concerned with estimating the mean of the dependent variable, logistic regression estimates the probability that the dependent variable belongs to a particular ________.
- Consider a scenario where you need to combine supervised and unsupervised techniques. What might be a use case for semi-supervised learning?
- You have developed a regression model, and the R-Squared value is very close to 1. What could this indicate, and what would you check?
- How is the amount of variance explained calculated in PCA?