Skip to content

[ENH] Adding transformation functions oriented to modeling. #200

@coforfe

Description

@coforfe

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:

Thanks in advance,
Carlos.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions