How preprocessing with IterableDataset works?

I want to know how functions like map, the filter works with IterableDataset type?

Hi,

currently, IterableDataset doesn’t support filter (you can use a simple check to filter unwanted examples), and for map see the docs here.