This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Description
Is your feature request related to a problem?
Currently, the pattern
stop_words : {'english'}, list, default=None
will result in an @enum annotation.
Desired solution
It should be a UnionType (with, in this case, Enum, List and None types).
Possible alternatives (optional)
No response
Screenshots (optional)
Screenshots of the current state:



Additional Context (optional)
Examples:
#/sklearn/sklearn.metrics._classification/f1_score/average