Question 2 (Advanced):
In machine learning with Python, what does the
A) Controls the shuffling applied to the data before splitting
B) Sets the percentage of data to use for testing
C) Determines the number of CPU cores to use
D) Specifies the type of ML algorithm to apply
#Python #MachineLearning #ScikitLearn #DataScience
In machine learning with Python, what does the
random_state
parameter do in scikit-learn's train_test_split()
function?A) Controls the shuffling applied to the data before splitting
B) Sets the percentage of data to use for testing
C) Determines the number of CPU cores to use
D) Specifies the type of ML algorithm to apply
#Python #MachineLearning #ScikitLearn #DataScience