Combining the dataset work into amt. This is an attempt at #82 as well.
It's just a Degrader class that you can create with a config.json file or manual parameters, and then you just have to call degrader.degrade(note_df) on any input data point, and it will return a degraded_df and and degradation_id label for you to use as you wish.
Combining the dataset work into amt. This is an attempt at #82 as well.
It's just a Degrader class that you can create with a config.json file or manual parameters, and then you just have to call degrader.degrade(note_df) on any input data point, and it will return a degraded_df and and degradation_id label for you to use as you wish.