I’m performing a series of experiments with Azure AutoML and I need to see the featurized data. I mean, not just the new features names retrieved by method get_engineered_feature_names() or the featurization details retrieved by get_featurization_summary(), I refer to the whole transformed dataset, the one obtained after scaling/normalization/featurization that is therefore used to train the models.
Is it possible to access to this dataset or download it as a file?
Thanks.