-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
System Information (please complete the following information):
- OS & Version: Windows 10
- ML.NET Version: ML.NET v2.0.1 automl 0.20.1
- .NET Version: e.g. .NET 6.0
Describe the bug
AutoML Experiment crash
To Reproduce
I am doing autoML on data from database.. but attached is the csv of that data
automlbug.csv
split train test fraction -> 0.01
100 seconds experiment
target column sales
preFeaturizer->doubletosingle
Optimization metric: RegressionMetric.MeanAbsoluteError
Expected behavior
experiment should not crash
Screenshots, Code, Sample Projects
System.AggregateException: One or more errors occurred. (Index was outside the bounds of the array.) ---> System.IndexOutOfRangeException: Index was outside the bounds of the array.
Stack Trace:
PipelineProposer.ProposeSearchSpace()
EciCostFrugalTuner.Propose(TrialSettings settings)
AutoMLExperiment.RunAsync(CancellationToken ct)
--- End of inner exception stack trace ---
Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
Task`1.GetResultCore(Boolean waitCompletionNotification)
AutoMLExperiment.Run()
RegressionExperiment.Execute(IDataView trainData, IDataView validationData, ColumnInformation columnInformation, IEstimator`1 preFeaturizer, IProgress`1 progressHandler)
Reactions are currently unavailable