@Marcrb Thanks for the question. "featurization": 'FeaturizationConfig' Indicates customized featurization step should be used. Learn how to customize featurization.
Here is link to Currently Supported customization.
Time series forecasting AutoML Automatic featurization groupby specific column values
Hi,
I'm training time-series forecasting models with Azure AutoML.
As far as I’m concerned, featurization techniques such as Normalization and Scaling or Impute missing values, are applied by columns.
Given that I’m dealing with time-series data, is there a way to apply these kinds of featurization using a group by some column values? Otherwise, I feel the transformations applied make no sense at all.
For instance, If I want to predict product demand from different stores, would be possible to impute missing values from one article given the median of that article (not the one of the column) modifying AutoML Automatic featurization? Or standardize the target values for each article separately?
Thanks in Advance.
1 answer
Sort by: Most helpful
-
Ramr-msft 17,741 Reputation points
2022-03-16T07:17:18.337+00:00