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
running with 0.10 bits, started getting this error on certain datasets when benchmarking AutoML (not 100% positive but likely this started happening when we upgraded to 0.10):
Processing pipeline ColumnCopying{ col=Label:0} xf=ValueToKeyMapping{ col=Label:Label} tr=LightGbmMulti{}.
LightGbmMulti{} Crashed System.ArgumentOutOfRangeException: Schema mismatch for label column '': expected Bool, got Key
Parameter name: labelCol
at Microsoft.ML.Training.TrainerEstimatorBase2.CheckLabelCompatible(Column labelCol) at Microsoft.ML.Training.TrainerEstimatorBase2.CheckInputSchema(SchemaShape inputSchema)
at Microsoft.ML.Training.TrainerEstimatorBase2.GetOutputSchema(SchemaShape inputSchema) at Microsoft.ML.Data.EstimatorChain1.GetOutputSchema(SchemaShape inputSchema)
at Microsoft.ML.Data.EstimatorChain1.Fit(IDataView input) at Microsoft.ML.Auto.SuggestedPipeline.Fit(IDataView trainData) at Microsoft.ML.Auto.AutoFitter1.ProcessPipeline(SuggestedPipeline pipeline)
Note that we're adding ValueToKeyMapping to our pipelines to get around #1969
The text was updated successfully, but these errors were encountered:
running with 0.10 bits, started getting this error on certain datasets when benchmarking AutoML (not 100% positive but likely this started happening when we upgraded to 0.10):
Processing pipeline ColumnCopying{ col=Label:0} xf=ValueToKeyMapping{ col=Label:Label} tr=LightGbmMulti{}.
LightGbmMulti{} Crashed System.ArgumentOutOfRangeException: Schema mismatch for label column '': expected Bool, got Key
Parameter name: labelCol
at Microsoft.ML.Training.TrainerEstimatorBase
2.CheckLabelCompatible(Column labelCol) at Microsoft.ML.Training.TrainerEstimatorBase
2.CheckInputSchema(SchemaShape inputSchema)at Microsoft.ML.Training.TrainerEstimatorBase
2.GetOutputSchema(SchemaShape inputSchema) at Microsoft.ML.Data.EstimatorChain
1.GetOutputSchema(SchemaShape inputSchema)at Microsoft.ML.Data.EstimatorChain
1.Fit(IDataView input) at Microsoft.ML.Auto.SuggestedPipeline.Fit(IDataView trainData) at Microsoft.ML.Auto.AutoFitter
1.ProcessPipeline(SuggestedPipeline pipeline)Note that we're adding ValueToKeyMapping to our pipelines to get around #1969
The text was updated successfully, but these errors were encountered: