Parameters: |
- sparse (None or bool, optional) – None (default) to pass original data (sparse or dense).
True to get as sparse. False to get as dense
- copy (bool, optional) – True to get a copy of the data; otherwise, it can be
the original data or a copy (default).
|