-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Labels
GS TutorialBug from customer using Getting Started TutorialBug from customer using Getting Started TutorialReported by: CustomerStale
Description
System Information (please complete the following information):
- Model Builder or CLI Version: 16.2.0
- Visual Studio Version (if applicable): 2019 for Mac 8.9.8 (build 7)
Describe the bug
- On which page of the tutorial did you run into an issue (URL): https://dotnet.microsoft.com/learn/ml-dotnet/get-started-tutorial/train
- Clear description of the problem: mlnet get killed by zsh immediately.
To Reproduce
Steps to reproduce the behavior:
- Install mlnet:
dotnet tool install -g mlnet
- Unzip yelp_labelled.txt to current work folder.
- Execute commend:
mlnet classification --dataset "yelp_labelled.txt" --has-header false --label-col 1 --train-time 20
- Error:
zsh: killed ~/.dotnet/tools/mlnet classification --dataset "yelp_labelled.txt" false 1 2
Expected behavior
mlnet starts training process.
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
GS TutorialBug from customer using Getting Started TutorialBug from customer using Getting Started TutorialReported by: CustomerStale