machinelearning: AutoML Regression Experiment Crash
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)
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 15 (7 by maintainers)
It’s merged a few hours ago, you should be able to get it from nightly build now
Get Outlook for iOShttps://aka.ms/o0ukef
From: superichmann @.> Sent: Friday, May 12, 2023 12:51:35 AM To: dotnet/machinelearning @.> Cc: XiaoYun Zhang @.>; Mention @.> Subject: Re: [dotnet/machinelearning] AutoML Regression Experiment Crash (Issue #6644)
GG =]
— Reply to this email directly, view it on GitHubhttps://github.com/dotnet/machinelearning/issues/6644#issuecomment-1545328286, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEAYLOUAX6CY5YYVZAERSRLXFXTYPANCNFSM6AAAAAAXUECSGU. You are receiving this because you were mentioned.Message ID: @.***>
@superichmann fix PR’s out
@LittleLittleCloud I have Reproduced exactly, please follow these steps:
Program.csThe exception should occur after a short while: