Skip to content

Implement a functional approach on the DASFE sdk #73

Description

@lucasbm88

Currently, one is needed to know a convention of parameters names to set when implementing the components of the DASFE pattern. For instance, in the Preparator class, the user needs to know that the previous phase object is in a variable called self.initial_dataset and his job is to set the self.dataset.

It would be more intuitive if we apply a functional approach to the DASFE. In this case the Preparator execute method would be like:

def execute(initial_dataset, other_params):
 ...
 ## returns the prepared dataset
 return any_name_var

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions