scikit-lego icon indicating copy to clipboard operation
scikit-lego copied to clipboard

[FEATURE] equivalent to sklearn discovery module

Open DCoupry opened this issue 9 months ago • 6 comments

sklego should have an equivalent to: sklearn.utils.discovery, a module that stores methods such as:

  • all_estimators(filter=typing.Literal["classifier","transformer", etc...])
  • all_displays
  • all_functions...

This greatly simplifies the automatic use of the library in the context of auto-ML in particular. If interested, I can start work on a PR.

DCoupry avatar May 21 '24 17:05 DCoupry