Skip to content

Commit d3c2679

Browse files
add note about handling of masked arrays (#2710)
1 parent 65cd170 commit d3c2679

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/sources/input-types.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ Supported input types
2121
Just like |sklearn| estimators, estimators from the |sklearnex| are able to accept
2222
and work with different classes of input data, including:
2323

24-
- `Numpy <https://numpy.org/>`__ arrays.
24+
- :external+numpy:doc:`Numpy arrays <user/whatisnumpy>`.
25+
26+
- Note: :external+numpy:doc:`masked arrays <reference/maskedarray>` are also supported, but just like in stock |sklearn|, the underlying array values are used without the mask.
2527
- Other array classes implementing the `Array API <https://data-apis.org/array-api/latest/>`__ protocol
2628
(see :ref:`array_api` for details).
2729
- SciPy :external+scipy:doc:`sparse arrays and sparse matrices <tutorial/sparse>` (depending on the estimator).

0 commit comments

Comments
 (0)