Features and data
Balancing the size of a dataset and the number of features to train a model is always a problem you need to consider.
Which of the following statements correctly summarizes your thoughts about the relationship between features and dataset size?
When training a model, as you add more features to the dataset, you often need to increase the dataset’s size to ensure the model learns reliably.
When training a model, adding more features to the dataset increases the amount of information you can extract, allowing you to use smaller datasets and still extract good performance from the data.
When training a learning algorithm, as you decrease the number of features in your dataset, you need to increase the number of training samples to make up the difference.
When training a learning algorithm, the features in your dataset are entirely independent of the number of training samples.