Skip to content

[DOC] Tag "multioutput" is stated 'unused' but it is used in code #16357

@elDan101

Description

@elDan101

In the documentation

https://scikit-learn.org/dev/developers/develop.html?highlight=tags

it mentions
multioutput - unused for now (default=``False``)

My suggestion is to remove the - unused for now part, because it is actually being used in

if tags["multioutput"]:

or

if not tags['multioutput']:

(This is not an exhaustive search for places where the tag is in use).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions