Direction: Choose the correct option
Q1.
How do you load the iris dataset in scikit-learn?
Direction: Choose the correct option
Q2.
What does `train_test_split` do?
Direction: Choose the correct option
Q3.
Which import is needed for train_test_split?
Direction: Choose the correct option
Q4.
What is the typical usage of `train_test_split`?
Direction: Choose the correct option
Q5.
What does `random_state` parameter do in `train_test_split`?
Direction: Choose the correct option
Q6.
How do you split the data into training, validation, and test sets?
Direction: Choose the correct option
Q7.
What is the advantage of the `stratify` parameter?
Direction: Choose the correct option
Q8.
Which attribute of a Bunch object (like iris) contains the feature data?
Direction: Choose the correct option
Q9.
What is the shape of the target array in classification datasets?
Direction: Choose the correct option
Q10.
Which function generates synthetic datasets for regression?
