You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Looks like this requires a lot of ad-hoc coding. Any packages in python doing this? If so, we can wrap them; otherwise, I may not be available to implement them in the near future.
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:(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
The text was updated successfully, but these errors were encountered: