-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
releasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
Discretization means to replace a continuous variable by a variable that only has a finite amount of values. This is a preprocessing step that we should support.
Desired solution
- Add a class
Discretizerinsafeds.data.tabular.transformationthat wraps theKBinsDiscretizerofscikit-learn - Make the class a subclass of
TableTransformer - The
__init__should for now only have a parameternumber_of_binsto control how many bins are created - If
number_of_binsis less than 2, raise aValueError
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done