You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ML.NET 1.5.1 breaking changes for NimbusML.
Entrypoints RobustScaler, ToString and CategoryImputer removed.
The PR was #5209
NimbusML can do changes for CategoryImputer to use ReplaceMissingValues entrypoint
We need to expose TypeConvertingTransformer and NormalizingEstimator as entrypoints
The text was updated successfully, but these errors were encountered:
@ganik@harishsk, TypeConvertingTransformer is exposed as Transforms.ColumnTypeConverter, it is already there.
NormalizingEstimator was exposed as different entrypoints for each type of normalizer. Not sure why it was done that way, I thought it was done the same way as the others where it was just one entry point with the different parameters. I'll have a PR out today for that entrypoint fix.
ML.NET 1.5.1 breaking changes for NimbusML.
Entrypoints RobustScaler, ToString and CategoryImputer removed.
The PR was #5209
NimbusML can do changes for CategoryImputer to use ReplaceMissingValues entrypoint
We need to expose TypeConvertingTransformer and NormalizingEstimator as entrypoints
The text was updated successfully, but these errors were encountered: