dotnet / machinelearning-samples

Samples for ML.NET, an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
4.49k stars 2.69k forks source link

BinaryClassification_CLI CLI command is not working for mac terminal #1004

Open SeanEngineering opened 1 year ago

SeanEngineering commented 1 year ago

Original command in readme does not work when using mac terminal

> 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

    mlnet classification  --dataset wikiDetoxAnnotated40kRows.tsv --label-col Label --train-time 180