Home »
MCQs »
PyBrain MCQs
The ____ function returns a deep copy of the dataset
23. The ____ function returns a deep copy of the dataset.
- Clone()
- Dupli()
- Copy()
- Replica()
Answer: C) Copy()
Explanation:
The copy() function returns a deep copy of the dataset.