dotnet / dotnet/machinelearning-samples
BinaryClassification_CLI CLI command is not working for mac terminal
Open
- Dominant language
- PowerShell
- Stars
- 4.7k
- Forks
- 2.7k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 1
Description
Original command in readme does not work when using mac terminal
```console
> mlnet auto-train --task binary-classification --dataset wikiDetoxAnnotated40kRows.tsv --label-column-name Label --max-exploration-time 180
```
Based on the option and command requirements for Mac OS the updated command should be as shown below
```zsh
mlnet classification --dataset wikiDetoxAnnotated40kRows.tsv --label-col Label --train-time 180
```
Contributor guide
Assessment
This issue has not been assessed yet.