What term in Machine Learning refers to the input variables that the model uses to make predictions?
- Features
- Labels
- Predictors
- Targets
In Machine Learning, "Features" refer to the input variables that the model uses to make predictions. They are characteristics or attributes used to describe data instances.
Loading...
Related Quiz
- Hierarchical clustering can be broadly classified into two types based on how the hierarchy is constructed. What are these two types?
- One of the drawbacks of using t-SNE is that it's not deterministic, meaning multiple runs with the same data can yield ________ results.
- A fashion company wants to create new designs based on current fashion trends. They decide to use machine learning to generate these designs. Which technology would be best suited for this purpose?
- In a text classification task, why might you choose a Naive Bayes classifier over a more complex model like a deep learning algorithm?
- How is overfitting specifically related to Polynomial Regression?