Google News
logo
PyBrain - Quiz(MCQ)
Which of the following is a method for splitting a dataset into training and testing sets in PyBrain?
A)
shuffle()
B)
split()
C)
crossValidation()
D)
All of the above

Correct Answer :   split()


Explanation : The split() method can be used to split a dataset into training and testing sets in PyBrain.

Advertisement