dotnet / dotnet/machinelearning-samples

BinaryClassification_CLI CLI command is not working for mac terminal

Open
#1,004 0 comments 0 reactions 0 assignees View on GitHub
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

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.