dotnet / dotnet/machinelearning-modelbuilder
ML.Net (machine learning model not worked)
- Dominant language
- Dockerfile
- Stars
- 285
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
**System Information (please complete the following information):**
- Model Builder or CLI Version: 3.0.1
- Visual Studio Code
**Describe the bug**
- On which page of the tutorial did you run into an issue (URL):
- Clear description of the problem:
I ran this command "mlnet classification --dataset "yelp_labelled.txt" --label-col 1 --has-header false --name SentimentModel --train-time 60" that created the SentimentModel console app. When I run the application with "dotnet run", it's not working
It's taking .net 8 version that I modified to .net 6.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
I followed the tutorial provided on ML.Net. I got error on steps "Consume your model". I simply run the application generated that throwing an error.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.
I checked the permission, Read and write access has given. I am using Mac(apple silicon)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.