dotnet / machinelearning

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

No comment on behavior when sending the pipeline as parameter to AutoML experiment #6562

Open superichmann opened 1 year ago

superichmann commented 1 year ago

When sending a pipeline containing DropColumns to a string type column to Execute of AutoML experiment as the preFeaturizer there is an exception ArgumentOutOfRangeException: Could not find input column 'StringColumn' (Parameter 'inputSchema').

Perhaps consider adding documentation to this behavior either on this page or on AutoML Execute page.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

michaelgsharp commented 7 months ago

@LittleLittleCloud can you take care of this?