Question 1
What is the default value for the axis parameter in the numpy.split function?
Question 2
What function is used to split an array into multiple sub-arrays alon a specified axis?
Question 3
What does the numpy .dsplit function do?
Question 4
Which of the following is NOT a valid method for splitting an array in numpy?
Question 5
How can you split a 2D array into two sub-arrays along the vertical axis?
Question 6
H ow can you split a 2D array into two sub-arrays along the horizontal axis?
Question 7
What does the numpy .array_split function do?
Question 8
What is the purpose of the numpy .split function's indices_or_sections parameter?
Question 9
Which function can be used to split an array into multiple sub-arrays based on a condition?
Question 10
Which parameter of the numpy .split function specifies the number of equal- sized sub-arrays to create?