1. For attribute selection in decision tree building, entropy-based Information Gain can be used to evaluate purity of subsets/branches.
True
False
2. Which one of the following statements about Reservoir Sampling is NOT true?
It produces random samples.
All data instances have equal probability of being in the reservoir.
It samples from a continuous stream of instances.
The size of the reservoir changes during the course of sampling.