dotnet / dotnet/machinelearning

AutoML ExperimentResult plain TrainerName instead of "ReplaceMissingValues=>OneHotHashEncoding=>Concatenate=>Unknown=>SdcaMaximumEntropyMulti=>Unknown"

Open
#6,541 5 comments 0 reactions 1 assignee Claimed by @LittleLittleCloud View on GitHub
area-AutoML
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: Windows 11
- ML.NET Version: 0.20
- .NET Version: .NET 6.0

**Describe the bug**
Result of
Microsoft.ML.AutoML.MulticlassClassificationExperiment
public override ExperimentResult Execute(IDataView trainData, string labelColumnName = "Label", string samplingKeyColumn = null, IEstimator preFeaturizer = null, IProgress> progressHandler = null)

**Expected behavior**
Trainer name should be used trainer name not this "concatated long value"

**Screenshots, Code, Sample Projects**
Previous valid (0.17)
![image](https://user-images.githubusercontent.com/45091660/213421504-046b5a63-d337-4b98-8f5c-fab80576d392.png)

New version (0.20)
![image](https://user-images.githubusercontent.com/45091660/213421656-0b376edf-dcc8-4e90-bc83-cc8088c7ba27.png)
![image](https://user-images.githubusercontent.com/45091660/213421752-e11a77a6-a542-4469-8cb1-c9000bb57cb0.png)

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.