Closed mauicv closed 1 year ago
FIxes #812. Renames _to_tensor and _to_numpy methods on the base Sklearn and PyTorch backend classes to _to_frontend_dtype and _to_backend_dtype. Also expands there docstrings.
_to_tensor
_to_numpy
_to_frontend_dtype
_to_backend_dtype
Merging #833 (d40d206) into master (8b2dcbb) will not change coverage. The diff coverage is 97.22%.
97.22%
What is this:
FIxes #812. Renames
_to_tensor
and_to_numpy
methods on the base Sklearn and PyTorch backend classes to_to_frontend_dtype
and_to_backend_dtype
. Also expands there docstrings.