I'm trying to calculate the z score normalized transform using ML.net TransformsCatalog. In Python this is achieved using the StandardScaler transform. I don't see this mentioned in the list of transforms. Is this type of transformation supported via one of the supported transformations?
Thanks
I'm trying to calculate the z score normalized transform using ML.net TransformsCatalog. In Python this is achieved using the StandardScaler transform. I don't see this mentioned in the list of transforms. Is this type of transformation supported via one of the supported transformations? Thanks