0 comments (0 comments)0 reactions (0 reactions)1 assignee (1 assignee)Python93 forks (93 forks)auto 404
enhancementgood first issue
Repository metrics
- Stars
- 852 stars (852 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Contributor guide
- Research direction
- Explore the existing OneHotEncoder implementation in evalml/pipelines/components/transformers/encoders.py, understand how top n is currently applied globally, and design a way to accept per feature dictionaries (e.g., feature name > top n) in the component's init or fit method.
- Tech stack
- python
- Domain
- backenddata
- Issue type
- Feature
- Prerequisites
- PythonGit