Problem encountered on https://dotnet.microsoft.com/learn/machinelearning-ai/ml-dotnet-get-started-tutorial/code
Operating System: macos
Provide details about the problem you are experiencing. Include your operating system version, exact error message, code sample, and anything else that is relevant.
Unhandled Exception: System.ArgumentOutOfRangeException: Schema mismatch for input column 'Label': expected KeyType, got Text
Parameter name: inputSchema
at Microsoft.ML.Transforms.KeyToValueMappingEstimator.GetOutputSchema(SchemaShape inputSchema)
at Microsoft.ML.Data.EstimatorChain1.GetOutputSchema(SchemaShape inputSchema) at Microsoft.ML.Data.EstimatorChain1.Fit(IDataView input)
at myFirstML.Program.Main(String[] args) in /Users/suhaschitade/dotnetspace/ml/myFirstML/Program.cs:line 42
Problem encountered on https://dotnet.microsoft.com/learn/machinelearning-ai/ml-dotnet-get-started-tutorial/code
Operating System: macos
Provide details about the problem you are experiencing. Include your operating system version, exact error message, code sample, and anything else that is relevant.
Unhandled Exception: System.ArgumentOutOfRangeException: Schema mismatch for input column 'Label': expected KeyType, got Text
Parameter name: inputSchema
at Microsoft.ML.Transforms.KeyToValueMappingEstimator.GetOutputSchema(SchemaShape inputSchema)
at Microsoft.ML.Data.EstimatorChain
1.GetOutputSchema(SchemaShape inputSchema) at Microsoft.ML.Data.EstimatorChain1.Fit(IDataView input)at myFirstML.Program.Main(String[] args) in /Users/suhaschitade/dotnetspace/ml/myFirstML/Program.cs:line 42