dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
9.02k stars 1.88k forks source link

Does ML .net support Z Score Normalization? #6818

Open kayhustle opened 1 year ago

kayhustle commented 1 year ago

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