Identifying Features by Example
In a dataset where each row describes a house with attributes such as number of bedrooms, square footage, and price, which element represents a feature?
- A. Number of bedrooms
- B. Price label
- C. Training set
- D. Instance row
- E. Feature set
Distinguishing Labels from Features
If a machine learning model predicts whether an email is spam or not based on word frequencies and sender address, what is the label in this problem?
- A. Word frequency
- B. Sender address
- C. Spam or not spam
- D. Email instance
- E. Lable
Understanding the Term 'Instance'
In a table of flower measurements (sepal length, petal width, and species type), what does a single row in the table represent?
- A. Dataset
- B. Instance
- C. Label vector
- D. Feature mapping
- E. Featur
Features in Structured and Unstructured Data
When analyzing a collection of digital images for object recognition, which of the following most accurately describes a feature?
- A. The label assigned to an image such as 'cat' or 'dog'
- B. Pixel intensity values extracted from each image
- C. The directory containing all the image files
- D. The number of objects predicted
- E. Lable
Feature, Label, and Instance Relationships
Which statement best describes the relationship among features, instances, and labels in supervised learning?
- A. Each feature represents an output to be predicted for the entire dataset.
- B. An instance is a collection of labels for one feature in the dataset.
- C. Features are the input variables for each instance, labels are the outcomes, and each row in the dataset is an instance.
- D. Labels and features are interchangeable terms for any machine learning variable.
- E. An instance is a collection of features for all classes in the label set.