-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Feature Type
-
Adding new functionality to datar
-
Changing existing functionality in datar
-
Removing existing functionality in datar
Problem Description
datar includes already many useful functions that helps a lot in the cleansing and transformation data processing.
The idea would be to add new functions that would go further in this transformation process taking into consideration how the variables are used in a modeling process.
Feature Description
The idea would be to replicate the transformation functions like the ones included in the recipes package in R.
datar incorporates already a process to chain different functions together. The idea would be to add these new functions that could be chained in a set of transformation steps as well. In this way, datar would give a very important advantage in the modeling process where Python has not a library of this kind that could be chained. This greatly aids the maintainability and reproducibility of the code.
The kind of step_*() functions I am referring to, are documented here:
- https://feaz-book.com/numeric-maxabs
(this book was released some days ago and could be used as a reference. It was what inspired me to raise this issue).
Thanks in advance,
Carlos.
Additional Context
No response