I\'m attempting to create, train, and test sklearn models iteratively:
for min_samples_leaf in [1, 2, 3, 5]: for min_samples_split in [2, 3, 4, 10]: f