ML.NET supports [custom mappings](https://docs.microsoft.com/en-us/dotnet/api/microsoft.ml.custommappingcatalog.custommapping?view=ml-dotnet) if a source and destination type are specified statically. Would it also be possible to support this in a dynamic setting, i.e., doing custom mappings from IDataView to IDataView?
ML.NET supports custom mappings if a source and destination type are specified statically.
Would it also be possible to support this in a dynamic setting, i.e., doing custom mappings from IDataView to IDataView?