Skip to content

Column type transforms

Chris Bethune requested to merge column_type_transforms_2 into master

Adds 2 primitives - one to drop columns from a dataframe, the other to add/remove semantic types from a dataframe's metadata structure. Given that there is no hyperparameter type that is list based that can populated via the pipeline description available to TA3 (see datadrivendiscovery/ta3ta2-api#80), both primitives rely on JSON formatted string arguments.

Merge request reports