Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/scikit-learn/scikit-learn
/ toarray
Function
toarray
sklearn/preprocessing/tests/test_data.py:90–93 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
88
89
90
def
toarray(a):
91
if
hasattr(a,
"toarray"
):
92
a = a.toarray()
93
return
a
94
95
96
def
_check_dim_1axis(a):
Callers
8
test_normalizer_l1_l2_max
Function · 0.70
test_normalizer_l1_l2_max_non_csr
Function · 0.70
test_normalizer_max_sign
Function · 0.70
test_normalize
Function · 0.70
test_binarizer
Function · 0.70
test_allclose_dense_sparse_equals
Function · 0.50
test_allclose_dense_sparse_not_equals
Function · 0.50
test_allclose_dense_sparse_raise
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…