dotnet / dotnet/machinelearning

Fail to find available configs for given trainers: SdcaLogisticRegressionBinary (ML.net 3)

Open
#6,926 0 comments 0 reactions 0 assignees View on GitHub
area-AutoML untriaged
Dominant language
C#
Stars
9.4k
Forks
2k
Avg merge
2d 20h
Merged PRs (30d)
11

Description

**System Information (please complete the following information):**
- OS & Version: Linux Apline
- ML.NET Version: 3.0
- .NET Version: .Net 5

**Describe the bug**

var settings = new BinaryExperimentSettings
{
MaxExperimentTimeInSeconds = 30 * 60,
MaxModels = 10,
MaximumMemoryUsageInMegaByte = 7500,
};

ExperimentResult experimentResult = experiment
.Execute(trainDataView, nameof(MlModelRow.Label), nameof(MlModelRow.LearningGroup));

If we try to use all trainers via AutoML internally we get "Fail to find available configs for given trainers: SdcaLogisticRegressionBinary" and can't use Sdca trainer.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.