Google News
logo
PyBrain - Quiz(MCQ)
Which of the following function is used to load a dataset in PyBrain?
A)
Load()
B)
Dataset()
C)
loadDataSet()
D)
None of the above

Correct Answer :   loadDataSet()


Explanation : To load a dataset in PyBrain, you can use the loadDataSet() function.

Advertisement