0

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.

datariel
  • 150
  • 11

1 Answers1

0

Microsoft expert confirmed that currently they "don't store the dataset from scaling/normalization/featurization after the run is complete". Answer here.

datariel
  • 150
  • 11