Skip to content

AutoML Regression Experiment Crash #6644

@superichmann

Description

@superichmann

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)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions