HK3-Lab-Team / pytrousse

PyTrousse collects into one toolbox a set of data wrangling procedures tailored for composing reproducible analytics pipelines.
Apache License 2.0
0 stars 1 forks source link

Dataset method: find_operation #43

Open alessiamarcolini opened 4 years ago

alessiamarcolini commented 4 years ago

find_operations(feat_op: FeatureOperation) [3b]

It can return zero, one or more operations in a list/OperationsList

It requires a method (like ‘is_similar, not eq` ) to verify if two FeatureOperation are similar: each of the subclasses of FeatureOperation should implement this in their own method