We want to add a step to summarize the dataset after the intent resolving step, just like version 0.1.0 so that users can see why the column is categorized into an intent based on the stats.
This is done by adding a FeatureSummarizationStep into the DataPreparer and its only functionality is to spit out stats. No transformation is done on the data.
Description
We want to add a step to summarize the dataset after the intent resolving step, just like version 0.1.0 so that users can see why the column is categorized into an intent based on the stats.
This is done by adding a FeatureSummarizationStep into the DataPreparer and its only functionality is to spit out stats. No transformation is done on the data.