You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Input data, X, is either a list object or an ndarray object. We should ensure that the handling of these objects is consistent and predictable. For example, the type hint below: encode expects a list, but we type hint this as an ndarray.
Input data,
X
, is either alist
object or anndarray
object. We should ensure that the handling of these objects is consistent and predictable. For example, the type hint below:encode
expects alist
, but we type hint this as anndarray
.entmoot/entmoot/models/enting.py
Lines 80 to 85 in 1ae5042
The text was updated successfully, but these errors were encountered: