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
This might not be the only case of this in the codebase, but unfortunately I just have enough time to write this ticket. Normally I like to come with a bit more information, sorry about that.
The text was updated successfully, but these errors were encountered:
The
Returns
section of the docstring forsklearn.datasets.load_iris()
has two options:sklearn.utils.Bunch
, ifreturn_X_y
isFalse
tuple[ndarray, ndarray]
ifreturn_X_y
isTrue
The type stub for the function is
but I believe it should be:
or at least:
which might be all we can get with parsing.
This might not be the only case of this in the codebase, but unfortunately I just have enough time to write this ticket. Normally I like to come with a bit more information, sorry about that.
The text was updated successfully, but these errors were encountered: