Answer (Choose 1 answer)
What is the correct use of the "train_test_split function such that 90% of the data samples wi training, the parameter "random_state" is set to zero, and the input variables for the features x_data, y data respectively.
A. train_test_split(x_data, y_data, test_size=0.9, random_state)
B. train_test_spilt(x_data, y_data, test_size=0.1, random_state)
C. train_test_split(x_data, y data, test size=9, random_state)
D. train_test_spilt(x_data, y_data, test_size=1, random_state)
Exit (31