dotnet / dotnet/machinelearning
mlnet cli will not run binary classification, but always multiclass despite label having 2 values only.
Open
area-AutoML
untriaged
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
I have a data set that has a label made of 0 and 1, but the classification always runs as multiclass.
The command line is:
> mlnet classification --dataset output.csv --label-col 7 --ignore-cols 0 5 6 8 9 10 11 12 13 14 15 16 --has-header true --name wl
and I have attached the data:
[output.csv](https://github.com/user-attachments/files/16733138/output.csv)
Contributor guide
Assessment
This issue has not been assessed yet.