Open
Description
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Add the option to modify the idataview (such as in preFeaturizer) but a "postFeaturizer" which will transform the idataview after the Transform has occurred on it inside the experiment and before the evaluation metrics are calculated.
Describe alternatives you've considered
Create my own trial runner, if possible and this feature is not planned in automl please provide me with a start code :]
Additional context
Some use cases require alteration of the idataview based on the Score column which is not present before Transform is called.
Another solution would be to add the possibility to call a custom evaluate function based on LINQ