Skip to content

Entrypoints for RobustScaler, ToString removed #5309

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ganik opened this issue Jul 16, 2020 · 2 comments · Fixed by #5310
Closed

Entrypoints for RobustScaler, ToString removed #5309

ganik opened this issue Jul 16, 2020 · 2 comments · Fixed by #5310
Assignees

Comments

@ganik
Copy link
Member

ganik commented Jul 16, 2020

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

@michaelgsharp
Copy link
Member

I'll work on that today Gani. I thought they were already exposed.

@michaelgsharp
Copy link
Member

@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.

@ghost ghost locked as resolved and limited conversation to collaborators Mar 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants