Skip to content

ML.NET Tutorial Issue #2409

Description

@aayushh-patell

System Information (please complete the following information):

  • Model Builder or CLI Version: MacOS Terminal Version Version 2.13 (447)
  • Visual Studio Version (if applicable): N/A

Describe the bug

To Reproduce

Steps to reproduce the behavior:

  1. dotnet tool install -g mlnet-osx-arm64
  2. ** Locate to designated folder on system **
  3. mkdir MachineLearningTutorial
  4. cd MachineLearningTutorial
  5. mlnet classification --dataset "yelp_labelled.txt" --label-col 1 --has-header false --name SentimentModel --train-time 60
  6. ** Error occurs: "zsh: command not found: mlnet" **

Expected behaviour

I expected the ML.NET CLI to output the data I was searching for

Screenshots

image

Additional context
Add any other context about the problem here.

Metadata

Metadata

Labels

GS TutorialBug from customer using Getting Started TutorialNeeds docsNeeds documentation updates or new docsStale

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions